summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-11-10src: add process.ppidcjihrig
2017-11-10test: cover vm.runInNewContext()cjihrig
2017-11-10test: improve assertion messagesNeil Vass
2017-11-10src: add openssl-system-ca-path configure optionDaniel Bevenius
2017-11-10test: pass process.env to child processesRod Vagg
2017-11-09src: fix UB in InternalModuleReadFile()Ben Noordhuis
2017-11-09fs: expose realpath(3) bindingsBen Noordhuis
2017-11-08test: improve assert messages in stream testKatie Stockton Roberts
2017-11-08test: improve assertion in test-require-dotAdam Wegrzynek
2017-11-08test: improve error emssage reporting in testNapiRun.jsPaul Ashfield
2017-11-08test: add values to error messageAdam Jeffery
2017-11-08test: replace common.fixtiresDir with fixtures.readKey()woj
2017-11-08console: avoid adding infinite error listenersMatteo Collina
2017-11-08test: use internet.addresses in internet testsJoyee Cheung
2017-11-08test: introduce test/common/internet.addressesJoyee Cheung
2017-11-08test: use tmpDir in test-fs-utimesRich Trott
2017-11-08test: improve assert messages in napi exception testPaul Blanche
2017-11-07repl: show proxies as Proxy objectsBen Noordhuis
2017-11-07test: remove message argument in cluster setup testmbornath
2017-11-07http2: simplify subsequent rstStream callsAnatoli Papirovski
2017-11-07test: check session timeout in http2Anatoli Papirovski
2017-11-07test: move test-http-keepalive-maxsockets to sequentialRich Trott
2017-11-07test: improve assert messages in test-globalMark McNelis
2017-11-07test: tick processor version check regression testBen Noordhuis
2017-11-07test: use default assertion messagejonask
2017-11-07test: improve message in test-fs-readfile-pipe-largefjau
2017-11-07test: remove custom message from assertionNicolas Morel
2017-11-07test: show incorrect value on test failureSean Karson
2017-11-07test: include file mode in assert messageSascha Tandel
2017-11-07test: refactor tls test to use fixtres.readSyncBrian O'Connell
2017-11-07test: add detailed message for assertion failureAttila Gonda
2017-11-07test: use fixtures module in test-replMaring, Damian Lion
2017-11-07test: update test to use fixtures.readKeyDara Hayes
2017-11-06test: fix typos in read-buffer testsJimi van der Woning
2017-11-06http: use 'connect' event only if socket is connectingLuigi Pinca
2017-11-06test: replace fixturesDir with usage of fixtures moduleOctavian Ionescu
2017-11-06test: use default assertion messagesJohn Byrne
2017-11-06test: clarified assert message for test-require-json.jsMatthias Reis
2017-11-06zlib: warn before crash on invalid internals usageAnna Henningsen
2017-11-06test: replace common.fixturesDir with fixtures moduleDumitru Glavan
2017-11-06test: replace common.fixturesDir with fixtures.readSync()Adri Van Houdt
2017-11-06test: replace `common.fixturesDir` usageSascha Tandel
2017-11-06test: update test to use fixturesAdam Wegrzynek
2017-11-06http: improve errors thrown in header validationJoyee Cheung
2017-11-06http2: improve errors thrown in header validationJoyee Cheung
2017-11-05test: refactor exitedAfterDisconnect testRich Trott
2017-11-04http2: refactor multiple internalsJames M Snell
2017-11-04tls: accept array of protocols in TLSSocketMark S. Everitt
2017-11-04http, http2: add 103 Early Hints status codeYosuke Furukawa
2017-11-04tools: add fixer for no-let-in-for-declarationWeijia Wang