summaryrefslogtreecommitdiff
path: root/test/parallel
AgeCommit message (Expand)Author
2017-11-23test: use common.crashOnUnhandledRejectionJason Chung
2017-11-22test: use common.crashOnUnhandledRejection()sorarize@gmail.com
2017-11-22test: add common.crashOnHandleRejectionjackyen
2017-11-22process: Send signal name to signal handlersRobert Rossmann
2017-11-22process: improve unhandled rejection messageMadara Uchiha
2017-11-22test: add test on unhandled rejectionLarry Lu
2017-11-22test: add common.crashOnUnhandledRejection()Scya597
2017-11-22assert: use Object.is comparison in .strictEqualRuben Bridgewater
2017-11-22test: remove unlink function which is needlessbuji
2017-11-22test: dont need to remove nonexistent directorybuji
2017-11-22test: use common.crashOnUnhandledRejection()Ivan Wei
2017-11-22test: add common.crashOnUnhandledRejection()Kyle Yu
2017-11-22test: use crashOnUnhandledRejectionYuLun Shih
2017-11-22test: fix linting errorJames M Snell
2017-11-22test: use common.crashOnUnhandledRejectionjimliu7434
2017-11-22test: use crashOnUnhandledRejectionRoth Peng
2017-11-22test: use common.crashOnUnhandledRejectionesbb48
2017-11-22test: use arrow function instead of bindLance Ball
2017-11-22test: use crashOnUnhandledRejectionChiahao Lin
2017-11-22test: use common.crashOnUnhandledRejectionWhien
2017-11-22test: clean up inappropriate languageGus Caplan
2017-11-22async_hooks: remove deprecated APIAndreas Madsen
2017-11-21test: bypass dns for IPv6 net testsRefael Ackermann
2017-11-21test: wrap callback in common.mustCallsuman-mitra
2017-11-21module: replace default paths in require.resolve()cjihrig
2017-11-21http2: major update to internalsJames M Snell
2017-11-20test: replace assert.throws w/ common.expectsErrorsgreylyn
2017-11-20async_hooks: deprecate undocumented APIAndreas Madsen
2017-11-19domain: re-implement domain over async_hookvladimir
2017-11-18test: fs.write() if 3rd argument is a callback, not offsetPatrick Heneise
2017-11-18zlib: fix assert fail for bad write in object modeKevin Locke
2017-11-18util: escaping object keys in util.inspect()buji
2017-11-18test: utilize common.mustCall() on child exitsreepurnajasti
2017-11-18zlib: fix decompression of empty data streamsAnna Henningsen
2017-11-18errors: consistent format for error messageAnatoli Papirovski
2017-11-18test: use arrow functions instead of bindTobias Nießen
2017-11-18console: add support for console.debugBenjamin Zaslavsky
2017-11-17test: move timing-sensitive test to sequentialRich Trott
2017-11-16util: runtime deprecation for custom .inspect()Rich Trott
2017-11-16util: emit deprecation code only onceRich Trott
2017-11-16test: apply eslint exceptions narrowlyRich Trott
2017-11-16repl: support top-level awaitTimothy Gu
2017-11-16test: add test for importing acornTimothy Gu
2017-11-16test: make REPL test pass in coverage modeAnna Henningsen
2017-11-16async_hooks: add destroy event for gced AsyncResourcesSebastian Mayr
2017-11-16async_hooks: add trace events to async_hooksAndreas Madsen
2017-11-15test: add basic WebAssembly testSteve Kinney
2017-11-15stream: remove usage of *State.highWaterMarkCalvin Metcalf
2017-11-15module: speed up package.json parsing moreBen Noordhuis
2017-11-14test: reuse existing PassThrough implementationTobias Nießen