summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* test: remove third param from assert.strictEqualdavis.okoth@kemsa.co.ke2018-12-041-2/+2
* test: remove message from assert.strictEqual()willhayslett2018-12-031-4/+4
* test: refactor parallel/test-tls-ca-concat.jsjuggernaut4512018-12-031-3/+3
* test: rename regression tests file namesUjjwal Sharma2018-12-038-40/+64
* test: fix strictEqual arguments orderEsteban Sotillo2018-11-281-2/+2
* test: add property for RangeError in test-buffer-copymritunjaygoutam122018-11-281-5/+12
* child_process: handle undefined/null for fork() argsShobhit Chittora2018-11-282-0/+38
* test: fix regression when compiled with FIPSAdam Majer2018-11-281-1/+1
* test: fix strictEqual() argument orderLoic2018-11-281-1/+1
* test: fix strictEqual() arguments orderNolan Rigo2018-11-281-9/+9
* deps: icu: apply workaround patchSteven R. Loomis2018-11-281-2/+12
* test: fix test-require-symlink on WindowsBartosz Sosnowski2018-11-281-1/+1
* test: fix strictEqual() argument orderRomain Lanz2018-11-281-2/+2
* test: fix strictEqual() arguments orderThomas GENTILHOMME2018-11-281-2/+2
* test: ensure openssl version prints correctlySam Roberts2018-11-281-0/+4
* test: fix assertion arguments orderElian Gutierrez2018-11-281-2/+2
* http: disallow two-byte characters in URL pathBenno Fünfstück2018-11-271-0/+12
* url: avoid hostname spoofing w/ javascript protocolMatteo Collina2018-11-271-0/+55
* http,https: protect against slow headers attackMatteo Collina2018-11-273-1/+126
* deps,http: http_parser set max header size to 8KBMatteo Collina2018-11-272-3/+158
* test: read() on dir on AIX does not return EISDIRBen Noordhuis2018-11-111-3/+3
* async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol2018-11-047-28/+164
* assert: ensure .rejects() disallows sync throwsTeddy Katz2018-11-041-1/+14
* test: ensure failed assertions cause build to failTeddy Katz2018-11-041-51/+45
* assert: add rejects() and doesNotReject()feugy2018-11-042-0/+77
* assert: fix throws traceRuben Bridgewater2018-10-312-0/+20
* assert: fix strict regressionRuben Bridgewater2018-10-311-0/+8
* assert: .throws accept objectsRuben Bridgewater2018-10-311-10/+76
* assert: improve assert.throwsRuben Bridgewater2018-10-311-1/+12
* assert: fix throws and doesNotThrow stack framesRuben Bridgewater2018-10-311-2/+3
* assert: use object argument in innerFailRuben Bridgewater2018-10-312-1/+10
* assert: fix .throws operatorRuben Bridgewater2018-10-311-5/+11
* assert: add strict functionality exportRuben Bridgewater2018-10-311-0/+19
* test: skip failing tests for osx mojavejn992018-10-304-1/+37
* test: refactor test-fs-readfile-tostring-failRich Trott2018-10-271-3/+2
* test: fix flaky test-http2-ping-floodRich Trott2018-10-272-11/+14
* test: fix flaky test-http2-settings-floodRich Trott2018-10-182-11/+15
* test: improve debugging information for http2 testRich Trott2018-10-171-1/+7
* test: remove setImmediate from timeout testRich Trott2018-10-171-1/+1
* http2: add ping eventJames M Snell2018-10-171-0/+48
* http2: do not falsely emit 'aborted' on pushAnatoli Papirovski2018-10-171-0/+1
* http2: add origin frame supportJames M Snell2018-10-171-0/+184
* http2: check if stream is not destroyed before sending trailersMatteo Collina2018-10-171-0/+42
* http2: add http2stream.endAfterHeaders propertyJames M Snell2018-10-171-0/+50
* http2: don't expose the original socket through the socket proxySzymon Marczak2018-10-172-25/+11
* http2: throw better error when accessing unbound socket proxyJames M Snell2018-10-171-0/+69
* http2: emit timeout on compat request and responseJames M Snell2018-10-172-2/+6
* http2: explicitly disallow nested push streamsJames M Snell2018-10-171-0/+8
* test: add test-http2-large-file sequential testJames M Snell2018-10-171-0/+39
* http2: remove `streamError` from docsJames M Snell2018-10-171-2/+1