summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-049-96/+137
* test: terminate cluster worker in infinite loopcjihrig2018-10-041-0/+21
* test: harden test-gc-http-client-timeoutDenys Otrishko2018-10-041-20/+18
* doc: remove GA trackingBen Noordhuis2018-10-041-18/+3
* test: add process.stdin.end() TTY regression testMatteo Collina2018-10-042-0/+8
* src: use JS inheritance for `AsyncWrap`Anna Henningsen2018-10-031-4/+6
* http2: set nghttp2_option_set_no_closed_streamsDavid Halls2018-10-031-0/+53
* test: add more descriptive err message to assertJosh Broomfield2018-10-031-1/+5
* test: error when empty buffer is passed to fs.read()shisama2018-10-031-0/+10
* test: fix broken testcjihrig2018-10-031-1/+2
* util: change util.inspect depth defaultRuben Bridgewater2018-10-023-19/+39
* repl: do not swallow errors in nested REPLsRich Trott2018-10-023-2/+72
* test: mark some flakesRefael Ackermann2018-10-022-1/+14
* util: handle null prototype on inspectAnto Aravinth2018-10-021-20/+78
* crypto: add support for PEM-level encryptionTobias Nießen2018-10-021-4/+74
* stream: improve buffer list inspectionRuben Bridgewater2018-10-021-0/+11
* test: improve test-gc-http-clientRich Trott2018-10-011-1/+0
* timers: use custom inspection for linked listsRuben Bridgewater2018-10-021-0/+17
* util: set `super_` property to non-enumerableRuben Bridgewater2018-10-011-1/+9
* test: replace localhost with os.hostname in fs-readfilesyncDenys Otrishko2018-10-011-4/+5
* test: fix flaky test-gc-net-timeoutRich Trott2018-09-281-1/+0
* test: increase test coverage for fs.promises readJennifer Bland2018-09-281-7/+36
* test: improve test-gc-http-client-connabortedRich Trott2018-09-271-0/+0
* test: improve debugging information for http2 testRich Trott2018-09-271-1/+8
* test: remove setImmediate from timeout testRich Trott2018-09-271-1/+1
* test: test undefined in utilZYSzys2018-09-271-0/+3
* crypto: downgrade DEP0115 to `--pending-deprecation` onlyAnna Henningsen2018-09-271-0/+1
* assert: reduce diff noiseRuben Bridgewater2018-09-271-8/+16
* assert: switch `inputs` to `values`Ruben Bridgewater2018-09-276-11/+11
* assert: improve the strict equal messagesRuben Bridgewater2018-09-271-3/+44
* test: add dns.onlookupall() to increase coverageMasashi Hirano2018-09-271-1/+17
* test: console.table when `null` in dataZYSzys2018-09-271-0/+9
* errors: use ERR_OUT_OF_RANGE for index errorsRich Trott2018-09-263-13/+15
* test: improve test-gc-http-client-onerrorRich Trott2018-09-261-0/+0
* test: improve test-gc-http-client-timeoutRich Trott2018-09-261-0/+0
* test: improve reliability of test-gc-http-clientRich Trott2018-09-261-0/+0
* test: improve reliability of test-gc-net-timeoutRich Trott2018-09-261-0/+0
* test: remove unnecessary assertionsAnna Henningsen2018-09-262-12/+0
* worker: reduce `MessagePort` prototype to documented APIAnna Henningsen2018-09-262-2/+10
* errors: fix ERR_SOCKET_BAD_PORT messageGiovanny Andres Gongora Granada (Gioyik)2018-09-252-2/+2
* cli: normalize `_` → `-` when parsing optionsAnna Henningsen2018-09-254-2/+10
* process: add `multipleResolves` eventRuben Bridgewater2018-09-252-0/+59
* test: add string-decoder fuzz testAnna Henningsen2018-09-241-0/+48
* string_decoder: fix number of replacement charsAnna Henningsen2018-09-241-0/+11
* util: move inspect in separate fileRuben Bridgewater2018-09-241-1/+1
* tls: fix DEP0083 after upgrading to OpenSSL 1.1.0Tobias Nießen2018-09-241-66/+0
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-245-8/+22
* http2: add ping eventJames M Snell2018-09-231-0/+48
* lib: implement queueMicrotaskGus Caplan2018-09-232-0/+85
* test: fix flaky sequential/test-fs-watch-system-limitAnna Henningsen2018-09-231-1/+2