summaryrefslogtreecommitdiff
path: root/test/parallel
AgeCommit message (Expand)Author
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
2018-07-13repl: make own properties shadow prototype propertiesSam Ruby
2018-07-13http: fix request with option timeout and agentkillagu
2018-07-13crypto: remove deprecated legacy APIAntoine du HAMEL
2018-07-13http: allow url and options to be passed to http*.request and http*.getSam Ruby
2018-07-12tools: add no-duplicate-requires ruleGus Caplan
2018-07-12console: console.countReset() should emit warningDominic Farolino
2018-07-10src: add --title command line argumentJames M Snell
2018-07-10trace_events: add process_name metadataJames M Snell
2018-07-11test: check option start or end is not safe integerMasashi Hirano
2018-07-11test: add test for dns.promises.resolve .Keita Akutsu
2018-07-11workers: fix invalid exit code in parent upon uncaught exceptionDenys Otrishko
2018-07-10fs: fix fsPromises.lchmod error on non-MacMasashi Hirano
2018-07-10test: fix parallel/test-tls-env-extra-ca.jsNiicck