summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-02-01http: process headers after setting up agentRod Vagg
2018-02-01test: fix flaky test-http-dns-errorBryan English
2018-02-01build: make gyp user defined variables lowercaseDaniel Bevenius
2018-02-01assert: use a default message in assertRuben Bridgewater
2018-02-01fs: throw errors from fs.fsyncSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.fdatasyncSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.ftruncateSync in JSJoyee Cheung
2018-01-31test: move tmpdir to submodule of commonRich Trott
2018-01-31crypto: runtime deprecate DEFAULT_ENCODINGJames M Snell
2018-01-31module: enable dynamic import flag for esmodulesMyles Borins
2018-01-31perf_hooks: add warning when too many entries in the timelineJames M Snell
2018-01-31n-api: change assert ok check to notStrictEqual.Aaron Kau
2018-01-31url: expose the WHATWG URL API globallyMichaël Zasso
2018-01-30test: fix flaky test-process-fatal-execption-tickRich Trott
2018-01-30vm: add modulesGus Caplan
2018-01-30stream: avoid writeAfterEnd() while ending陈刚
2018-01-30test: adds tests for vm invalid argumentsGilles De Mey
2018-01-29domain: further abstract usage in C++Anatoli Papirovski
2018-01-29stream: add type and range check for highWaterMarkTobias Nießen
2018-01-29cluster: add cwd to cluster.settingscjihrig
2018-01-29stream: do not emit readable if the stream endedMathias Buus
2018-01-29benchmark: implement duration in http test doubleJoyee Cheung
2018-01-29module: validate request in require.resolve.pathsJoyee Cheung
2018-01-29module: validate request in require.resolveJoyee Cheung
2018-01-29module: use internal/errors.js in module.requireJoyee Cheung
2018-01-29errors: improve the description of ERR_INVALID_ARG_VALUEJoyee Cheung
2018-01-29test: fix flaky test-fs-writeJoyee Cheung
2018-01-26timers: add internal [@@ refresh()] functionJeremiah Senkpiel
2018-01-26test: refactor addons-napi/test_exception/test.jsRich Trott
2018-01-26test: fix test-tls-server-verify.js on Windows CIRich Trott
2018-01-26test: force context allocation in test moduleYang Guo
2018-01-26src, test: node internals' postmortem metadataMatheus Marchini
2018-01-26test: fix if-error-has-good-stackJoyee Cheung
2018-01-24test: fix inspector test after V8 upgradeMichaël Zasso
2018-01-24test: update postmortem metadata testcjihrig
2018-01-25Revert "build,test: make building addon tests less fragile"Rod Vagg
2018-01-24test: use correct size in test-stream-buffer-listLuigi Pinca
2018-01-24assert: stricter ifErrorRuben Bridgewater
2018-01-24assert: use destructuring for errorsRuben Bridgewater
2018-01-24assert: wrap original error in ifErrorRuben Bridgewater
2018-01-24buffer: coerce offset to integerRuben Bridgewater
2018-01-24tty: add getColorDepth functionRuben Bridgewater
2018-01-24assert: improve error messagesRuben Bridgewater
2018-01-24test: improve fs error message testJoyee Cheung
2018-01-24doc: split CONTRIBUTING.mdJoyee Cheung
2018-01-23src: fix fs.write() externalized string handlingBen Noordhuis
2018-01-22test: change assert message to defaultryanmahan
2018-01-22test: fix a bug & lint issues in inspector-helperAnatoli Papirovski
2018-01-22inspector: --inspect-brk for es modulesGuy Bedford
2018-01-21promises: refactor rejection handlingAnatoli Papirovski