summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-13src: enable more detailed memory trackingAnna Henningsen
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-12napi: add bigint supportGus Caplan
2018-07-12trace_events: add traced_value.cc/traced_value.hJames M Snell
2018-07-12console: console.countReset() should emit warningDominic Farolino
2018-07-12n-api: test uint32 truncationGabriel Schulhof
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
2018-07-10test: swap arguments in strictEqual()Sohail Rajdev
2018-07-09test: fix test-tls-connect-memleakRich Trott
2018-07-09tools: build all.json by combining generated JSONSam Ruby
2018-07-09n-api: create functions directlyGabriel Schulhof
2018-07-08test,util: add missing tests and conditionsMaleDong
2018-07-06test: fix pummel/test-net-connect-memleakRich Trott
2018-07-07inspector: expose original consoleMatteo Collina
2018-07-05test: remove unnecessary string literalsJacek Pospychała
2018-07-05http2: pass incoming set-cookie header as arrayGerhard Stoebich
2018-07-04console: implement timeLog methodMichaël Zasso
2018-07-04test: replace third argument with comment in strict equalsDeveloper Davo
2018-07-04fs: support pseudofiles in promises.readFileTimothy Gu
2018-07-04test: fix args passed to strictEqualHaroon Khan
2018-07-04test: check type for Worker filename argumentMasashi Hirano
2018-07-03messaging: fix edge cases with transferring portsTimothy Gu
2018-07-03src: add context-aware init macro and docGabriel Schulhof
2018-07-03tls: throw error on bad ciphers optionBrian White
2018-07-03zlib: fix memory leak for unused zlib instancesAnna Henningsen
2018-07-03test: add test for missing dynamic instantiate hookMichaël Zasso
2018-07-02repl: fix tab completion for object properties with special charWeijia Wang
2018-06-30test: add worker prefix to test-message* testsMichaël Zasso
2018-06-30src: remove StreamBase::kFlagHasWritevAnna Henningsen