aboutsummaryrefslogtreecommitdiff
path: root/test/parallel
AgeCommit message (Expand)Author
2018-07-27lib: remove usc-2 encodingBrian White
2018-07-27util: harden util.inspectRuben Bridgewater
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-26test: remove timeout from test-pipe-streamAnna Henningsen
2018-07-25test: fix unreliable test-fs-stat-bigintsagulati
2018-07-25test: don't fail http2 abort test if 'data' is called multiple timesSam Ruby
2018-07-24test: address flaky worker testRich Trott
2018-07-23test: fix http2 connection abort testAnna Henningsen
2018-07-22tls: warn on NODE_TLS_REJECT_UNAUTHORIZED = '0'cjihrig
2018-07-22trace_events: add support for builtin traceJames M Snell
2018-07-22test: move AEAD test vectors out of scriptTobias Nießen
2018-07-21test: allow tests to pass without internetHelio Frota
2018-07-19test: refactor cluster-net-listen-relative-pathRich Trott
2018-07-19test: make crashOnUnhandleRejection opt-outMichaël Zasso
2018-07-18benchmark: remove arrays benchmarkPeter Marshall
2018-07-18test: fix faulty relpath testGus Caplan
2018-07-18trace_events: add more process metadataJames M Snell
2018-07-18util: improve display of iterators and weak entriesRuben Bridgewater
2018-07-18crypto: add better scrypt option aliasesAnna Henningsen
2018-07-18test: remove 3rd arg from to assert.strictEqual()hectorcoronado
2018-07-18crypto: add support for OCB mode for AEADTobias Nießen
2018-07-17test: add support for NODE_TEST_DIR on a separate mount pointAntoine du HAMEL
2018-07-17src: include cwd in chdir error messageAnna Henningsen
2018-07-17test: move inspector test back to parallel, unmark flakyAnna Henningsen
2018-07-16test: refactor test-tls-connect-memleak, move to parallelAnna Henningsen
2018-07-16test: refactor test-net-connect-memleak, move to parallelAnna Henningsen
2018-07-16test: add gc tracking to common APIAnna Henningsen
2018-07-16http2: fix issues with aborted `respondWithFile()`sAnna Henningsen
2018-07-16lib,src: replace all C++ promises with JS promisesRuben Bridgewater
2018-07-16test: improve inspect readabilityRuben Bridgewater
2018-07-16util: do not escape single quotes if not necessaryRuben Bridgewater
2018-07-16process: refactor emitWarningRuben Bridgewater
2018-07-16assert: improve simple assertRuben Bridgewater
2018-07-16console: fix timeEnd() not coercing the inputRuben Bridgewater
2018-07-16console,util: avoid pair array generation in C++Anna Henningsen
2018-07-16test: fix comment of fs.promises writeRyuichi Sakagami
2018-07-16test: add test of fs.promises write for non-string buffersRyuichi Sakagami
2018-07-16http2: remove `waitTrailers` listener after closing a streamRidgeA
2018-07-15test: add heap snapshot testsAnna Henningsen
2018-07-15test: add filehandle sync() and datasync() testsMasashi Hirano
2018-07-15fs: throw ERR_INVALID_ARG_VALUE when buffer being written is emptyAdityaSrivast
2018-07-14test: improve console table error outputRuben Bridgewater
2018-07-14worker: exit after uncaught exceptionDenys Otrishko
2018-07-14test: refactor process/worker exitCode testsDenys Otrishko
2018-07-14process: fix process.exitCode handling for fatalExceptionDenys Otrishko
2018-07-13test: remove timer in fs.watchFile() testRich Trott
2018-07-13test: fix flaky watchFile()Rich Trott
2018-07-13inspector: split main thread interface from transportEugene Ostroukhov
2018-07-13test: fix weird string errorJon Moss
2018-07-13test: fix timeouts when running worker tests with `--worker`Anna Henningsen