summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-02-04test: verify the shell option works properly on execFilejvelezpo
2018-02-04timers: remove domain specific codeAnatoli Papirovski
2018-02-04test: add test for tls benchmarksAnatoli Papirovski
2018-02-03vm: flip Module#link's signatureGus Caplan
2018-02-02string_decoder: reset decoder on endJustin Ridgewell
2018-02-02timers: runtime-deprecate {un}enroll()Jeremiah Senkpiel
2018-02-02assert: deprecate assert.fail partiallyRuben Bridgewater
2018-02-02process: fix reading zero-length env vars on win32Anna Henningsen
2018-02-02crypto: docs-only deprecate crypto.fips, replaceJames M Snell
2018-02-01test: mark test-inspector-stop-profile-after-done flakyMyles Borins
2018-02-01src,lib: implement import.metaMichaël Zasso
2018-02-01src: allow --perf-(basic-)?prof in NODE_OPTIONSLeko
2018-02-01test: fix buildsRuben Bridgewater
2018-02-01util: add bigint formatting to util.inspectGus Caplan
2018-02-01test: fix test-tty-get-color-depthBartosz Sosnowski
2018-02-01test: show pending exception error in napi testsBen Wilcox
2018-02-01test: speed up parallel/test-tls-session-cacheAnna Henningsen
2018-02-01tools: auto fix custom eslint ruleShobhit Chittora
2018-02-01fs: partition readFile against pool exhaustionJamie Davis
2018-02-01src: refactor stream callbacks and ownershipAnna Henningsen
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