summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-03-06process: unify error message from chdir() errorsSarat Addepalli
2018-03-05lib: port errors to new systemMichaël Zasso
2018-03-05module: fix cyclical dynamic importBradley Farias
2018-03-05util: introduce `util.types.is[…]` type checksAnna Henningsen
2018-03-05tls,http2: handle writes after SSL destroy more gracefullyAnna Henningsen
2018-03-04repl: make last error available as `_error`Anna Henningsen
2018-03-04http: emit timeout duration overflow warning syncAnna Henningsen
2018-03-04n-api: update reference testGabriel Schulhof
2018-03-04events: show throw stack trace for uncaught exceptionAnna Henningsen
2018-03-04lib,test: remove yoda statementsRuben Bridgewater
2018-03-04http2: refer to stream errors by nameAnna Henningsen
2018-03-04stream: add no-half-open enforcer only if neededLuigi Pinca
2018-03-04http2: no stream destroy while its data is on the wireAnna Henningsen
2018-03-04http2: callback valid check before closing requestTrivikram
2018-03-04test,benchmark: use new Buffer API where appropriateСковорода Никита Андреевич
2018-03-04test: refactor test-async-wrap-getasyncidSantiago Gimeno
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