summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-03-21n-api: re-write test_make_callbackGabriel Schulhof
2018-03-21cluster: add support for NODE_OPTIONS="--inspect"Sameer Srivastava
2018-03-21fs,cluster,net: assign error codes to remaining errorsMichaël Zasso
2018-03-21test: move ESM fixtures to fixtures dirMichaël Zasso
2018-03-21net: emit 'close' after 'end'Luigi Pinca
2018-03-21test: refactor test-cluster-send-deadlockLuigi Pinca
2018-03-20n-api: add napi_fatal_exceptionMathias Buus
2018-03-20test: refactor test-fs-readfile-tostring-failRich Trott
2018-03-19net: emit error on invalid address familycjihrig
2018-03-19test: fix flaky test-http2-ping-floodRich Trott
2018-03-19n-api: separate out async_hooks testGabriel Schulhof
2018-03-19fs: improve errors in watchFile and unwatchFileJoyee Cheung
2018-03-19fs: remove watcher state errors for fs.watchJoyee Cheung
2018-03-18test: rename regression tests file namesUjjwal Sharma
2018-03-18crypto: deprecate Decipher.finaltolTobias Nießen
2018-03-17Revert "util: use blue on non-windows systems for number/bigint"Ruben Bridgewater
2018-03-17fs: fix `createReadStream(…, {end: n})` for non-seekable fdsAnna Henningsen
2018-03-17util: add boxed BigInt formatting to util.inspectMichaël Zasso
2018-03-16n-api: add missing exception checkingMichael Dawson
2018-03-16perf_hooks,trace_events: emit perf milestone trace eventsJames M Snell
2018-03-16test: fix flaky test-http2-settings-floodRich Trott
2018-03-15n-api,test: add int64 bounds testsKyle Farnung
2018-03-15src: call CleanupHandles in FreeEnvironmentJoyee Cheung
2018-03-15build: disable V8 untrusted code mitigationsMichaël Zasso
2018-03-15lib: restructure cjs and esm loadersJoyee Cheung
2018-03-15src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung
2018-03-15test: remove NODE_DEBUG in global module loading testJoyee Cheung
2018-03-15http2: remove regular-file-only restrictionAnna Henningsen
2018-03-15http2: use native pipe instead of synchronous I/OAnna Henningsen
2018-03-15src: introduce native-layer stream pipingAnna Henningsen
2018-03-15test: remove unused deprecation codeDaniel Bevenius
2018-03-14test: fix test-cluster-send-handle-large-payloadRich Trott
2018-03-14n-api: take n-api out of experimentalMichael Dawson
2018-03-13test: use descriptive names for regression testsUjjwal Sharma
2018-03-13test: delete test/parallel/test-regress-GH-4948Ujjwal Sharma
2018-03-12vm: add code generation optionsGus Caplan
2018-03-12n-api,test: add a new.target test to addons-napiTaylor Woll
2018-03-12test: fix assertion argument orderRich Trott
2018-03-12stream: make virtual methods errors consistentLuigi Pinca
2018-03-12http2: fixes error handlingMatteo Collina
2018-03-11n-api: resolve promise in testGabriel Schulhof
2018-03-11test: fix path in doctool/test-doctool-jsonVse Mozhet Byt
2018-03-11tls: expose Finished messages in TLSSocketAnton Salikhmetov
2018-03-11test: fix compiler warnings in callback-scopeDaniel Bevenius
2018-03-11assert: add rejects() and doesNotReject()feugy
2018-03-11test: name test files appropriatelyUjjwal Sharma
2018-03-11test: fix test-abort-backtrace in shared lib buildYihong Wang
2018-03-11benchmark: fix benchmark for urlSergey Golovin
2018-03-11test: Remove unnecessary asserion messages in test-crypto-hash.jsPiotr Grzesik
2018-03-11repl: better handling of recoverable errorsPrince J Wesley