summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-10-02util: change util.inspect depth defaultRuben Bridgewater
2018-10-02repl: do not swallow errors in nested REPLsRich Trott
2018-10-02test: mark some flakesRefael Ackermann
2018-10-02util: handle null prototype on inspectAnto Aravinth
2018-10-02crypto: add support for PEM-level encryptionTobias Nießen
2018-10-02stream: improve buffer list inspectionRuben Bridgewater
2018-10-01test: improve test-gc-http-clientRich Trott
2018-10-02timers: use custom inspection for linked listsRuben Bridgewater
2018-10-01util: set `super_` property to non-enumerableRuben Bridgewater
2018-10-01test: replace localhost with os.hostname in fs-readfilesyncDenys Otrishko
2018-09-28test: fix flaky test-gc-net-timeoutRich Trott
2018-09-28test: increase test coverage for fs.promises readJennifer Bland
2018-09-27test: improve test-gc-http-client-connabortedRich Trott
2018-09-27test: improve debugging information for http2 testRich Trott
2018-09-27test: remove setImmediate from timeout testRich Trott
2018-09-27test: test undefined in utilZYSzys
2018-09-27crypto: downgrade DEP0115 to `--pending-deprecation` onlyAnna Henningsen
2018-09-27assert: reduce diff noiseRuben Bridgewater
2018-09-27assert: switch `inputs` to `values`Ruben Bridgewater
2018-09-27assert: improve the strict equal messagesRuben Bridgewater
2018-09-27test: add dns.onlookupall() to increase coverageMasashi Hirano
2018-09-27test: console.table when `null` in dataZYSzys
2018-09-26errors: use ERR_OUT_OF_RANGE for index errorsRich Trott
2018-09-26test: improve test-gc-http-client-onerrorRich Trott
2018-09-26test: improve test-gc-http-client-timeoutRich Trott
2018-09-26test: improve reliability of test-gc-http-clientRich Trott
2018-09-26test: improve reliability of test-gc-net-timeoutRich Trott
2018-09-26test: remove unnecessary assertionsAnna Henningsen
2018-09-26worker: reduce `MessagePort` prototype to documented APIAnna Henningsen
2018-09-25errors: fix ERR_SOCKET_BAD_PORT messageGiovanny Andres Gongora Granada (Gioyik)
2018-09-25cli: normalize `_` → `-` when parsing optionsAnna Henningsen
2018-09-25process: add `multipleResolves` eventRuben Bridgewater
2018-09-24test: add string-decoder fuzz testAnna Henningsen
2018-09-24string_decoder: fix number of replacement charsAnna Henningsen
2018-09-24util: move inspect in separate fileRuben Bridgewater
2018-09-24tls: fix DEP0083 after upgrading to OpenSSL 1.1.0Tobias Nießen
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-23http2: add ping eventJames M Snell
2018-09-23lib: implement queueMicrotaskGus Caplan
2018-09-23test: fix flaky sequential/test-fs-watch-system-limitAnna Henningsen
2018-09-22test: update postmortem metadata test for V8 7.0cjihrig
2018-09-22fs: improve fs.watch ENOSPC error messageAnna Henningsen
2018-09-22test: remove string literals for strictEquals/notStrictEqualsMaleDong
2018-09-22http2: do not falsely emit 'aborted' on pushAnatoli Papirovski
2018-09-22doc,test: fix inspect's sorted compare functionMichaël Zasso
2018-09-21test: do not export common.leakedGlobals()Rich Trott
2018-09-21http2: add origin frame supportJames M Snell
2018-09-21test: increase coverage for worker_threadsRich Trott
2018-09-21worker,coverage: support V8 coverage generationAnna Henningsen
2018-09-21crypto: do not allow multiple calls to setAuthTagTobias Nießen