summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-05-30test: improve n-api coverage for typed arraysMichael Dawson
2017-05-30inspector: bind to random port with --inspect=0Ben Noordhuis
2017-05-30test: support candidate V8 versionsMichaƫl Zasso
2017-05-29test: hasCrypto https-server-keep-alive-timeoutDaniel Bevenius
2017-05-29inspector: --debug* deprecation and invalidationRefael Ackermann
2017-05-28test: refactor test-fs-assert-encoding-errorRich Trott
2017-05-28dns: return TypeError on invalid resolve() inputRich Trott
2017-05-28async_wrap: fix Promises with later enabled hooksAnna Henningsen
2017-05-27lib,src: refactor buffer out of range indexlarissayvette
2017-05-27test: replace `indexOf` with `includes`Aditya Anand
2017-05-27test: add AsyncResource addon testAnna Henningsen
2017-05-27stream: support Uint8Array input to methodsAnna Henningsen
2017-05-27errors: migrate lib/consolemskec
2017-05-26test: check noop invocation with mustNotCall()Rich Trott
2017-05-26n-api: add napi_get_versionMichael Dawson
2017-05-26test: add coverage for socket write after closecjihrig
2017-05-26http: destroy sockets after keepAliveTimeoutTimur Shemsedinov
2017-05-26async_hooks: rename AsyncEvent to AsyncResourceAnna Henningsen
2017-05-26stream: emit finish when using writev and corkMatteo Collina
2017-05-26http: improve outgoing string write performanceBrian White
2017-05-25test: use common.mustNotCall in test-crypto-randomRich Trott
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