summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-12-08test: move test-cli-syntax to sequentialRich Trott
2018-12-08test: move http2 test to parallelRich Trott
2018-12-08test: make http2 timeout test robustRich Trott
2018-12-08test: fix wrong parameterzhmushan
2018-12-08test: improve test-net-socket-timeoutRich Trott
2018-12-06test: prepare test/pseudo-tty/testcfg.py for Python 3cclauss
2018-12-06test: refactor test-fs-write-file-sync.jscjihrig
2018-12-06test: prepare test/message/testcfg.py for Python 3cclauss
2018-12-06test: update postmortem metadata test for V8 7.1cjihrig
2018-12-05Revert "lib: repl multiline history support"Ruben Bridgewater
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-12-05url: support LF, CR and TAB in pathToFileURLCharles Samborski
2018-12-05src,lib: make process.binding('config') internalMasashi Hirano
2018-12-04test: remove unused addons-napi directoryRich Trott
2018-12-04test: add .gitignore file for node-apiRich Trott
2018-12-04test: partition N-API testsGabriel Schulhof
2018-12-04process: provide dummy stdio for non-console Windows appsAnna Henningsen
2018-12-04test: fix `common.mustNotCall()` usage in HTTP testAnna Henningsen
2018-12-04test: use ES2017 syntax in test-fs-open-*jy95
2018-12-04test: check for the correct strict equal arguments orderRuben Bridgewater
2018-12-03test: add flag scenario in test-fs-write-file-syncGireesh Punathil
2018-12-03http: destroy the socket on parse errorLuigi Pinca
2018-12-04src: use NativeModuleLoader to compile all the bootstrappersJoyee Cheung
2018-12-03test: improve comparison coverage to 100%Ruben Bridgewater
2018-12-03assert,util: fix sparse array comparisonRuben Bridgewater
2018-12-03assert: fix loose deepEqual map comparisonRuben Bridgewater
2018-12-03util: improve internal `isError()` validationRuben Bridgewater
2018-12-03util,console: handle symbols as defined in the specRuben Bridgewater
2018-12-03test: check invalid argument error for optiontimothy searcy
2018-12-03test: increase assert test coverageRuben Bridgewater
2018-12-03tls: add code for ERR_TLS_INVALID_PROTOCOL_METHODSam Roberts
2018-12-02http2: make compat writeHead not crash if the stream is destroyedMatteo Collina
2018-12-02http: fix error return in `Finish()`Fedor Indutny
2018-12-01test: show stdout and stderr in test-cli-syntax when it failsJoyee Cheung
2018-12-02console: split console into global.js and constructor.jsJoyee Cheung
2018-12-01test: minor refactoring of onticketkeycallbackDaniel Bevenius
2018-12-01url: reuse existing context in href setterTimothy Gu
2018-12-01src: set HAS_USERNAME/PASSWORD more strictlyTimothy Gu
2018-12-01Revert "url: make the context non-enumerable"Timothy Gu
2018-12-01timers: fix setTimeout expiration logicSuguru Motegi
2018-12-01test: mark test_threadsafe_function/test as flakyGireesh Punathil
2018-11-30test: verify order of error in h2 server streamMyles Borins
2018-11-30test: cover path empty string caselakatostamas
2018-11-30test: use arrow syntax for anonymous callbacksShubham Urkade
2018-11-29process: refactor the bootstrap mode branching for readabilityJoyee Cheung
2018-11-29http2: add compat support for nested array headersSebastiaan Deckers
2018-11-29test: fix the arguments order in assert.strictEqualpastak
2018-11-29win, fs: detect if symlink target is a directoryBartosz Sosnowski
2018-11-29process: fix omitting `--` from `process.execArgv`Anna Henningsen
2018-11-29stream: make async iterator .next() always resolveMatteo Collina