summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* test: use Countdown in test-http-set-cookiesShilo Mangam2017-12-081-12/+4
* test: replace assert.throws w/ common.expectsErrorMithun Sasidharan2017-12-0811-51/+47
* test: replace assert.throws w/ common.expectsErrorMithun Sasidharan2017-12-0810-88/+85
* test: Use common.mustCall in http testsreepurnajasti2017-12-081-13/+4
* test: update http test to use CountdownFrancisco Gerardo Neri Andriano2017-12-081-17/+8
* test: improve coverage for Cipheriv and DecipherivLeko2017-12-081-0/+72
* test: improve coverage for Cipher and DecipherLeko2017-12-081-0/+75
* test: improve crypto test coverageLeko2017-12-081-0/+36
* test: replace fs.accessSync with fs.existsSyncLeko2017-12-081-3/+1
* test: fix flaky test-benchmark-querystringRich Trott2017-12-071-5/+6
* test: fix flaky test-benchmark-utilRich Trott2017-12-061-1/+2
* doc: use American spellings per style guideRich Trott2017-12-0612-15/+15
* test: expand coverage for cryptoLeko2017-12-062-0/+31
* test: add common.crashOnUnhandledRejection()IHsuan2017-12-061-0/+1
* buffer: throw on failed fill attemptscjihrig2017-12-062-23/+32
* test: refactor code to use common.mustCallMithun Sasidharan2017-12-061-26/+21
* test: change test expectation for string decoderMarja Hölttä2017-12-061-1/+5
* test: remove hidden use of common.PORT in parallel testsRich Trott2017-12-051-1/+1
* test: add more settings to test-benchmark-dgramRich Trott2017-12-051-1/+7
* test: add dgram benchmark testjopann2017-12-051-0/+7
* dns: fix crash while setting server during queryXadillaX2017-12-062-0/+34
* test: fix flaky test-benchmark-eventsRich Trott2017-12-051-1/+3
* test: update test-http-request-dont-override-options to use common.mustCallMithun Sasidharan2017-12-051-11/+6
* test: replace assert.throws with common.expectsErrorLeko2017-12-051-12/+9
* vm: never abort on caught syntax errorAnna Henningsen2017-12-059-18/+41
* test: use common.mustCall in test-http-malformed-requestMithun Sasidharan2017-12-051-13/+4
* test: forbid `common.mustCall*()` in process exit handlersRich Trott2017-12-051-0/+2
* buffer: zero-fill buffer allocated with invalid contentAnna Henningsen2017-12-052-0/+17
* test: use Countdown in http testMithun Sasidharan2017-12-051-8/+3
* test: remove common.PORT from parallel testsRich Trott2017-12-057-8/+8
* test: update test-http-response-multiheaders to use countdownhmammedzadeh2017-12-041-3/+5
* test: update test-http-timeout to use countdownMithun Sasidharan2017-12-041-8/+5
* test: move common.fires() to inspector-helperRich Trott2017-12-044-55/+41
* test: make common.mustNotCall show file:linenumberLance Ball2017-12-043-1/+47
* test: remove fixturesDir from common moduleRich Trott2017-12-032-8/+1
* test: remove common.fixturesDir from testsRich Trott2017-12-032-9/+8
* console: make dirxml an alias for console.logBenjamin Zaslavsky2017-12-041-0/+13
* test: add test case for missing branchLeko2017-12-031-0/+17
* test: update test-http-upgrade-client to use countdownMithun Sasidharan2017-12-031-3/+4
* test: update test-http-status-reason-invalid-chars to use countdownMithun Sasidharan2017-12-031-3/+3
* test,doc: do not indicate that non-functions "return" valuesRich Trott2017-12-011-48/+49
* crypto: better docs for cases where peer's public key is invalidJose M. Palacios Diaz2017-12-011-6/+14
* util: use @@toStringTagGus Caplan2017-12-011-13/+62
* test: refactored test-http-allow-req-after-204-res to countdownMithun Sasidharan2017-12-012-8/+5
* test: update test/parallel/test-http-pipe-fs.js to use countdownChungNgoops2017-12-011-21/+21
* test: refactored test-http-response-splitting to use countdownMithun Sasidharan2017-12-011-2/+3
* test: expanded assertions for console.timeEnd() outputNiveditN2017-12-011-0/+8
* test: add test case for process.dlopen with undefinedLeko2017-12-011-0/+10
* test: add test case for throwing an exception with vm.ScriptLeko2017-12-011-0/+14
* doc,test: remove unnecessary await with return instancesRich Trott2017-11-302-6/+6