summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-02-10test: add coverage for dgram send() errorscjihrig
2017-02-10lib: deprecate node --debug at runtimeJosh Gavant
2017-02-10test: add coverage for string array dgram send()cjihrig
2017-02-10test: increase dgram ref()/unref() coveragecjihrig
2017-02-10test: add coverage to dgram receive error casecjihrig
2017-02-09test: refactor test-fs-bufferRich Trott
2017-02-09errors: add internal/errors.jsJames M Snell
2017-02-09crypto: support OPENSSL_CONF againSam Roberts
2017-02-09fs: re-enable watch facility in AIXGireesh Punathil
2017-02-09test: improve checks in test-path-parse-formatcjihrig
2017-02-09http: include provided status code in range errorcjihrig
2017-02-09test: fix incorrect indentationcjihrig
2017-02-09test: remove obsolete comment from dgram testALJCepeda
2017-02-08test: add test cases to test-readline-keys.jsabouthiroppy
2017-02-07test: add missing initialization in test-assertRich Trott
2017-02-07test: increase specificity in dgram testRich Trott
2017-02-07test: improve crypto.setEngine coverage to check for errorsSebastian Van Sande
2017-02-07tools: enable no-throw-literal ESLint ruleRich Trott
2017-02-07test: throw Error objects instead of literalsRich Trott
2017-02-07crypto: throw error in CipherBase::SetAutoPaddingKirill Fomichev
2017-02-06test: add common.mustNotCall()cjihrig
2017-02-06fs: allow WHATWG URL and file: URLs as pathsJames M Snell
2017-02-05doc: add common.WPT to test READMERich Trott
2017-02-05test: increase coverage of bufferDavidCai
2017-02-05test: simplify output handling in repl testsRich Trott
2017-02-05buffer: stricter argument checking in toStringNikolai Vavilov
2017-02-04test: make module testing stricterRich Trott
2017-02-04src: don't overwrite non-writable vm globalsFranziska Hinkelmann
2017-02-03Revert "fs: allow WHATWG URL and file: URLs as paths"James M Snell
2017-02-03Revert "test: refactor test-fs-error-messages.js"James M Snell
2017-02-03test: improve coverage on removeListeners functionsmatsuda-koushi
2017-02-03fs: allow WHATWG URL and file: URLs as pathsJames M Snell
2017-02-03url: fix setting `url.search` to the empty stringTimothy Gu
2017-02-03test: refactor test-fs-error-messages.jsAdrian Estrada
2017-02-04crypto: add cert check issued by StartCom/WoSignShigeki Ohtsu
2017-02-02querystring, url: handle repeated sep in searchDaijiro Wachi
2017-02-02url: extend url.format to support WHATWG URLJames M Snell
2017-02-02test: fix timing sensitivity in debugger testAli Ijaz Sheikh
2017-02-02src: unconsume stream fix in internal http implRoee Kasher
2017-02-02test, url: synchronize WPT url testsJoyee Cheung
2017-02-02test: make test-fs-access stricterRich Trott
2017-02-01test: use repeat() instead of new Array().join()Jackson Tian
2017-02-01test: increase strictness for test-trace-eventRich Trott
2017-02-02test: add path.join's testYuta Hiroto
2017-02-01test: improve error messages in test-npm-installGonen Dukas
2017-02-01test: add fs-assert-encoding's testabouthiroppy
2017-01-31url: extend URLSearchParams constructorTimothy Gu
2017-01-31test: add 2nd argument to throws in test-assertMarlena Compton
2017-01-31test: require handler to be run in sigwinch testRich Trott
2017-01-31url: make URLSearchParams/Iterator match specTimothy Gu