summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-11tools, test: require const/let in testGibson Fahnestock
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-10https: Use secureProtocol in Agent#getNameAndreas Lind
2017-01-10test: refactor cluster-preload.jsabouthiroppy
2017-01-10test: refactor test-crypto-padding-aes256adelmann
2017-01-10child_process: support Uint8Array input to methodsAnna Henningsen
2017-01-10test: refactor the code of test-keep-alive.jssivaprasanna
2017-01-10test: refactor test-http-mutable-headers.jscjihrig
2017-01-10lib: refactor crypto cipher/hash/curve gettersRich Trott
2017-01-10test: validate 'expected' argument to mustCall()Nathan Friedly
2017-01-10test: fix misplaced ) in http response statuscode testNathan Friedly
2017-01-10test: refactor test-doctool-html.jsabouthiroppy
2017-01-10test: improve test-crypto-rsa-dsaAdrian Estrada
2017-01-10fs: remove fs.read's string interfaceNikolai Vavilov
2017-01-09test: improve the code in test-process-hrtimeAdrian Estrada
2017-01-09test: refactor test-watch-file.jssivaprasanna
2017-01-09test,cluster: add test-cluster-worker-deprecatedRich Trott
2017-01-09test: improve zlib-from-gzip-with-trailing-garbageMichael Lefkowitz
2017-01-09test: refactor the code in test-child-process-spawn-loop.jssivaprasanna
2017-01-09test: allow testing uid and gid separatelycjihrig
2017-01-09url: allow use of URL with http.request and https.requestJames M Snell
2017-01-09test: improve code in test-https-strictAdrian Estrada
2017-01-09tools,test: enforce assert.ifError with lint ruleTeddy Katz
2017-01-09test: improve module version mismatch error checkcjihrig
2017-01-07test: improve test-fs-write-file-syncAdrian Estrada
2017-01-07test: improve test-http-chunked-304Adrian Estrada
2017-01-07test: improve test-fs-readfile-zero-byte-liarAdrian Estrada
2017-01-06test: refactor test-fs-utimesJunshu Okamoto
2017-01-06test: provide duration/interval to timersRich Trott
2017-01-06benchmark,lib,test: adjust for lintingRich Trott
2017-01-06deps: add test for v8 bug in toUpper('รง')Steven R. Loomis
2017-01-06src: reduce test_inspector_socket_server outputDaniel Bevenius
2017-01-06test: s/assert.notEqual()/assert.notStrictEqual()/cjihrig
2017-01-06test: improve test-event-emitter-modify-in-emitAdrian Estrada
2017-01-06test: refactor the code in test-util-debug.jssivaprasanna
2017-01-06test: check error and cleanups in test-fs-read-bufferAnna Henningsen
2017-01-06test: improve test-fs-accessAdrian Estrada
2017-01-05test: refactor test-stream-transform-objectRich Trott
2017-01-05url: do not decode arbitrary %2e sequences in pathsJames M Snell
2017-01-05url: change null password handlingJames M Snell
2017-01-05test: refactor beforeExit testsRich Trott
2017-01-05test: mark test-tty-wrap as flaky for AIXMichael Dawson
2017-01-05test: fix process.title expectationSakthipriyan Vairamani (thefourtheye)
2017-01-05test: improve test-fs-null-bytesAdrian Estrada
2017-01-05test: refactor test-beforeexit-event-exit.jscjihrig
2017-01-03src, inspector: add --inspect-brk optionJosh Gavant
2017-01-03url: set toStringTag for the URL classJames M Snell
2017-01-03url: TupleOrigin#toString use unicode by defaultJoyee Cheung
2017-01-03test: fix Coverity warning in inspector testEugene Ostroukhov