summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-02-09domain: runtime deprecate MakeCallbackAndreas Madsen
2018-02-08test: properly tag anonymous namespacesMichael Dawson
2018-02-08test: fix flaky timers-block-eventloop testAnatoli Papirovski
2018-02-08stream: add a test case for the underlying cause.陈刚
2018-02-08timers: async track unref timersAnatoli Papirovski
2018-02-08timers: be more defensive with intervalsAnatoli Papirovski
2018-02-08stream: fix misleading error messageLuigi Pinca
2018-02-08stream: always defer readable in EOF when syncMatteo Collina
2018-02-08fs: throw errors on invalid paths synchronouslyJoyee Cheung
2018-02-07src: don't abort when package.json is a directoryBen Noordhuis
2018-02-07test: refactor test-http-abort-before-endcjihrig
2018-02-07readline: use Date.now() and move test to parallelAnatoli Papirovski
2018-02-07test: improve error message outputBhavani Shankar
2018-02-07test: fix flaky test-http2-session-unrefAnatoli Papirovski
2018-02-07test: do not check TXT content in test-dns-anyJoyee Cheung
2018-02-07tools: add fixer for prefer-assert-iferror.jsShobhit Chittora
2018-02-06test: add test for stream unpipe with 'data' listenersAnna Henningsen
2018-02-06stream: always reset awaitDrain when emitting dataAnna Henningsen
2018-02-06http2: add http fallback options to .createServerPeter Marton
2018-02-06http: add options to http.createServer()Peter Marton
2018-02-06doc,assert,timers: assign deprecation codesAnna Henningsen
2018-02-06test: added input validation test for fchmodLuca Maraschi
2018-02-06assert: fix generatedMessageRuben Bridgewater
2018-02-06assert: do not read Node.js modulesRuben Bridgewater
2018-02-06stream: defer readable and flow when syncMathias Buus
2018-02-06test: improve tests for test-http-url.parseWeijia Wang
2018-02-06test: remove NodeTestFixture from Env constructorDaniel Bevenius
2018-02-06test: introduce SetUpTestCase/TearDownTestCaseDaniel Bevenius
2018-02-05fs: add initial set of fs.promises APIsJames M Snell
2018-02-05n-api: remove extra reference from testGabriel Schulhof
2018-02-05n-api: add methods to open/close callback scopeMichael Dawson
2018-02-05stream: cleanup() when unpiping all streams.陈刚
2018-02-05test: remove destructor from node_test_fixtureDaniel Bevenius
2018-02-05test: fix cctest -Wunused-variable warningBen Noordhuis
2018-02-04loader: fix up #18394Gus Caplan
2018-02-04timers: prevent event loop blockingAnatoli Papirovski
2018-02-04timers: refactor error handlingAnatoli Papirovski
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