summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-12-06test: fix flaky test-benchmark-utilRich Trott
2017-12-06doc: use American spellings per style guideRich Trott
2017-12-06test: expand coverage for cryptoLeko
2017-12-06test: add common.crashOnUnhandledRejection()IHsuan
2017-12-06buffer: throw on failed fill attemptscjihrig
2017-12-06test: refactor code to use common.mustCallMithun Sasidharan
2017-12-06test: change test expectation for string decoderMarja Hölttä
2017-12-05test: remove hidden use of common.PORT in parallel testsRich Trott
2017-12-05test: add more settings to test-benchmark-dgramRich Trott
2017-12-05test: add dgram benchmark testjopann
2017-12-06dns: fix crash while setting server during queryXadillaX
2017-12-05test: fix flaky test-benchmark-eventsRich Trott
2017-12-05test: update test-http-request-dont-override-options to use common.mustCallMithun Sasidharan
2017-12-05test: replace assert.throws with common.expectsErrorLeko
2017-12-05vm: never abort on caught syntax errorAnna Henningsen
2017-12-05test: use common.mustCall in test-http-malformed-requestMithun Sasidharan
2017-12-05test: forbid `common.mustCall*()` in process exit handlersRich Trott
2017-12-05buffer: zero-fill buffer allocated with invalid contentAnna Henningsen
2017-12-05test: use Countdown in http testMithun Sasidharan
2017-12-05test: remove common.PORT from parallel testsRich Trott
2017-12-04test: update test-http-response-multiheaders to use countdownhmammedzadeh
2017-12-04test: update test-http-timeout to use countdownMithun Sasidharan
2017-12-04test: move common.fires() to inspector-helperRich Trott
2017-12-04test: make common.mustNotCall show file:linenumberLance Ball
2017-12-03test: remove fixturesDir from common moduleRich Trott
2017-12-03test: remove common.fixturesDir from testsRich Trott
2017-12-04console: make dirxml an alias for console.logBenjamin Zaslavsky
2017-12-03test: add test case for missing branchLeko
2017-12-03test: update test-http-upgrade-client to use countdownMithun Sasidharan
2017-12-03test: update test-http-status-reason-invalid-chars to use countdownMithun Sasidharan
2017-12-01test,doc: do not indicate that non-functions "return" valuesRich Trott
2017-12-01crypto: better docs for cases where peer's public key is invalidJose M. Palacios Diaz
2017-12-01util: use @@toStringTagGus Caplan
2017-12-01test: refactored test-http-allow-req-after-204-res to countdownMithun Sasidharan
2017-12-01test: update test/parallel/test-http-pipe-fs.js to use countdownChungNgoops
2017-12-01test: refactored test-http-response-splitting to use countdownMithun Sasidharan
2017-12-01test: expanded assertions for console.timeEnd() outputNiveditN
2017-12-01test: add test case for process.dlopen with undefinedLeko
2017-12-01test: add test case for throwing an exception with vm.ScriptLeko
2017-11-30doc,test: remove unnecessary await with return instancesRich Trott
2017-12-01test: make CreateParams stack-allocatedDaniel Bevenius
2017-12-01test: use v8 Default Allocator in cctest fixtureDaniel Bevenius
2017-12-01tools: add cpplint rule for NULL usageDaniel Bevenius
2017-12-01src: use nullptr instead of NULLDaniel Bevenius
2017-11-30src: fix typo in NODE_OPTIONS whitelistEvan Lucas
2017-11-29errors, child_process: use internal/errors codesJon Moss
2017-11-29module: Set dynamic import callbackJan Krems
2017-11-29process: add flag for uncaught exception abortAnna Henningsen
2017-11-29test: replace function with arrow functionLeko
2017-11-29module: print better message on esm syntax errorBen Noordhuis