summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-03-04tls: better error message for socket disconnectAnna Henningsen
2018-03-04test: remove assert message and add block scopewuweiweiwu
2018-03-04trace_events: add file pattern cli optionAndreas Madsen
2018-03-03http2: fix flaky test-http2-https-fallbackMatteo Collina
2018-03-03fs: check for symlink support in fs-promises testSeth Brenith
2018-03-02Revert "test: add test cases for fsPromises"Rich Trott
2018-03-02test: add test cases for fsPromisesDaijiro Wachi
2018-03-02test: fix flaky inspector-stop-profile-after-doneRich Trott
2018-03-02benchmark: remove noAssert argumentRuben Bridgewater
2018-03-02buffer: refactor all read/write functionsRuben Bridgewater
2018-03-02buffer: move c++ float functions to jsRuben Bridgewater
2018-03-02test: remove vulgar languageRuben Bridgewater
2018-03-02n-api: fix object testGabriel Schulhof
2018-03-02fs: throw futimesSync errors in JSJoyee Cheung
2018-03-02fs: throw writeSync errors in JSJoyee Cheung
2018-03-02fs: throw fchownSync errors in JSJoyee Cheung
2018-03-02fs: throw fchmodSync errors in JSJoyee Cheung
2018-03-02fs: throw readSync errors in JSJoyee Cheung
2018-03-02test: check endless loop while writing empty stringXadillaX
2018-03-02http2: use original error for cancelling pending streamsAnna Henningsen
2018-03-02test: allow running with `NODE_PENDING_DEPRECATION`Anna Henningsen
2018-03-02http2: send error text in case of ALPN mismatchAnna Henningsen
2018-03-02buffer: improve Buffer#fill performanceRuben Bridgewater
2018-03-01test: specify 'dir' for directory symlinksKyle Farnung
2018-03-01src: Remove lttng support.Glen Keane
2018-03-02test: refactor test after reviewAndrew Johnston
2018-03-02http: prevent aborted event when already completedAndrew Johnston
2018-03-01loader: fix --inspect-brkGus Caplan
2018-03-01src: make process.dlopen() load well-known symbolBen Noordhuis
2018-02-28src: fix error message in async_hooks constructorDaniel Bevenius
2018-02-27fs: throw copyFileSync errors in JSJoyee Cheung
2018-02-27fs: throw fs.mkdtempSync errors in JS landJoyee Cheung
2018-02-27fs: throw fs.utimesSync errors in JS landJoyee Cheung
2018-02-27fs: throw fs.chownSync errors in JS landJoyee Cheung
2018-02-27fs: use SyncCall in OpenFileHandleJoyee Cheung
2018-02-27fs: throw realpathSync.native errors in JSJoyee Cheung
2018-02-27http: do not replace .read() in IncomingMessageMatteo Collina
2018-02-26fs: fix functions executed in wrong contextRuben Bridgewater
2018-02-26Revert "fs: Revert throw on invalid callbacks"Ruben Bridgewater
2018-02-26perf_hooks: emit trace events for marks, measures, and timerifyJames M Snell
2018-02-26http2: fix condition where data is lostMatteo Collina
2018-02-25util: use blue on non-windows systems for number/bigintGus Caplan
2018-02-25zlib: improve zlib errorsJoyee Cheung
2018-02-22events: preset `usingDomains` to falseMyles Borins
2018-02-22test: fix test-http-connectRuben Bridgewater
2018-02-22test: really test the ttywrap bits of getasyncidJeremiah Senkpiel
2018-02-22http: remove default 'drain' listener on upgradeLuigi Pinca
2018-02-22repl: fix tab-complete warningkillagu
2018-02-22http: remove default 'error' listener on upgradeLuigi Pinca
2018-02-22tools: enable eslint one-var ruleRuben Bridgewater