summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-05-26test: skip test-bindings if inspector is disabledDaniel Bevenius
2017-05-25test: add coverage for napi_has_named_propertyMichael Dawson
2017-05-25fs: fix realpath{Sync} on resolving pipes/socketsEbrahim Byagowi
2017-05-25src,fs: calculate fs times without truncationDaniel Pihlstrom
2017-05-25test: refactor event-emitter-remove-all-listenersRich Trott
2017-05-25test: refactor event-emitter-check-listener-leaksRich Trott
2017-05-25test: cover dgram handle send failurescjihrig
2017-05-25url: expose WHATWG url.origin as ASCIITimothy Gu
2017-05-25async_wrap,src: promise hook integrationMatt Loring
2017-05-25test: cover util.format() format placeholderscjihrig
2017-05-25test: add override to ServerDone functionDaniel Bevenius
2017-05-24test: refactor test-dnsRich Trott
2017-05-24test: fix disabled test-fs-largefileRich Trott
2017-05-24inspector: document bad usage for --inspect-portSam Roberts
2017-05-24stream: add final methodCalvin Metcalf
2017-05-24dgram: convert to using internal/errorsMichael Dawson
2017-05-24test: move stream2 test from pummel to parallelRich Trott
2017-05-24test: simplify assert usage in test-stream2-basicRich Trott
2017-05-24test: check noop function invocationsRich Trott
2017-05-24stream: fix destroy(err, cb) regressionMatteo Collina
2017-05-23test: confirm callback is invoked in fs testRich Trott
2017-05-23test: check number of message eventsRich Trott
2017-05-23test: increase n-api constructor coverageMichael Dawson
2017-05-23vm: fix race condition with timeout paramMarcel Laverdet
2017-05-23vm: fix displayErrors in runIn.. functionsMarcel Laverdet
2017-05-23cmd: support dash as stdin aliasEbrahim Byagowi
2017-05-23test: add regression test for immediate socket errorsEvan Lucas
2017-05-23Revert "net: remove unnecessary process.nextTick()"Evan Lucas
2017-05-23inspector: JavaScript bindings for the inspectorEugene Ostroukhov
2017-05-23errors: AssertionError moved to internal/errorFaiz Halde
2017-05-23lib: lazy instantiation of fs.Stats datesDaniel Pihlstrom
2017-05-23test: add hasCrypto check to async-wrap-GH13045Daniel Bevenius
2017-05-22http: fix IPv6 Host header checkBrian White
2017-05-22doc: list macOS as supporting filename argumentChris Young
2017-05-22inspector: fix process._debugEnd() for inspectorEugene Ostroukhov
2017-05-22test: fix sequential test-net-connect-local-errorSebastian Plesciuc
2017-05-22stream: improve multiple callback error messagecjihrig
2017-05-22test: remove common.PORT from dgram testArtur Vieira
2017-05-22test: bind to 0 in dgram-send-callback-buffer-lengthArtur Vieira
2017-05-22test: use dynamic port in test-dgram-send-address-typesArtur Vieira
2017-05-22test: use dynamic port in test-dgram-send-callback-bufferArtur Vieira
2017-05-22test: replace common.PORT in dgram testArtur Vieira
2017-05-22stream: add destroy and _destroy methods.Matteo Collina
2017-05-21test: allow for absent nobody user in setuid testRich Trott
2017-05-21test: shorten test-benchmark-httpRich Trott
2017-05-22zlib: fix node crashing on invalid optionsAlexey Orlenko
2017-05-21async_hooks: add constructor check to async-hooksShadowbeetle
2017-05-20test: port disabled readline testRich Trott
2017-05-20fs: Revert throw on invalid callbacksMyles Borins
2017-05-20test: move net reconnect error test to sequentialArtur G Vieira