summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-04-11test: fix test-http-dump-req-when-res-endsLuigi Pinca
2018-04-11http2: emit session connect on next tickPieter Mees
2018-04-11test: move require('http2') after crypto checkDaniel Bevenius
2018-04-11test: add check for root userDaniel Bevenius
2018-04-10buffer: do not emit deprecation notice on Buffer.ofTimothy Gu
2018-04-10test: verify inspector help url workscjihrig
2018-04-10url: make urlToOptions() handle IPv6 literalsLuigi Pinca
2018-04-10test: refactor parallel/test-tls-async-cb-after-socket-endjuggernaut451
2018-04-10test: refactor parallel/test-tls-cert-chains-concatjuggernaut451
2018-04-10fs: fix missing 'error' event in (Read|Write)Stream#destroyKohei Hiraga
2018-04-10assert: fix error messageRuben Bridgewater
2018-04-10src: rename ERR_STRING_TOO_LARGE to ERR_STRING_TOO_LONGJoyee Cheung
2018-04-10test: fix flaky http-client-timeout-agentSantiago Gimeno
2018-04-10zlib: fix windowBits validation to allow 0 for decompression modeAnand Suresh
2018-04-10module: fix `e.stack` error when throwing undefined or nullZhenzhen Zhan
2018-04-10buffer: do deprecation warning outside `node_modules`Anna Henningsen
2018-04-10test: refactor parallel/test-tls-delayed-attachjuggernaut451
2018-04-10zlib: use `.bytesWritten` instead of `.bytesRead`Anna Henningsen
2018-04-10url: fix error typeBenjamin Gruenbaum
2018-04-10benchmark: changed millions and thousands to njuggernaut451
2018-04-10test: remove openssl -no_rand_screen optsShigeki Ohtsu
2018-04-09errors: change ERR_HTTP2_HEADER_SINGLE_VALUE to TypeErrordavidmarkclements
2018-04-09errors: alter ERR_HTTP2_INVALID_PSEUDOHEADERdavidmarkclements
2018-04-09stream: always emit error before closeMathias Buus
2018-04-08test: verify multiple init via well-known symbolGabriel Schulhof
2018-04-08n-api: add more `int64_t` testsKyle Farnung
2018-04-07module: move options checks from C++ to JSMichaël Zasso
2018-04-07src: migrate string_bytes.cc to throw errors with codeJoyee Cheung
2018-04-07test,http: fix http dump testMatteo Collina
2018-04-06test: update assert messages to show expected and actual valuesDave O'Mahony
2018-04-06test: move test-http-dump-req-when-res-endRich Trott
2018-04-06test: move http-client-timeout-agent to sequentialRich Trott
2018-04-07test: rename test casesRajkumar Purushothaman
2018-04-06test: resolve process.setegid error on UbuntuDivyanshu Singh
2018-04-06stream: 'readable' have precedence over flowingMatteo Collina
2018-04-06crypto: add support for AES-CCMTobias Nießen
2018-04-06fs: make ReadStream throw TypeError on NaNUjjwal Sharma
2018-04-05fs: expose copy-on-write flags for fs.copyFile()cjihrig
2018-04-06test: fix multiple expectedWarnings bugDaniel Bevenius
2018-04-05errors: make message non-enumerableRuben Bridgewater
2018-04-04test: add tests for fs/promises.js fileHandle methodswillhayslett
2018-04-04lib: ensure --check flag works with --requireJohn-David Dalton
2018-04-05errors: improve SystemError messagesJoyee Cheung
2018-04-05test: add info option to common.expectsErrorJoyee Cheung
2018-04-04buffer: shorten deprecation warningRich Trott
2018-04-04test: check all properties in common.expectsErrorRuben Bridgewater
2018-04-04test: test process.setuid for bad argument typesDivyanshu Singh
2018-04-03assert: ensure .rejects() disallows sync throwsTeddy Katz
2018-04-03test: ensure failed assertions cause build to failTeddy Katz
2018-04-03test: update test to comply with lint ruleRich Trott