summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-12-15test: remove unnecessary linter commentcjihrig
2018-12-15test: use global.gc() instead of gc()cjihrig
2018-12-15test: run eslint on test file and fix errorsRuben Bridgewater
2018-12-15test: remove dead codeRuben Bridgewater
2018-12-15test: use blocks instead of async IIFEAnna Henningsen
2018-12-14test: adding history regression test caseAnto Aravinth
2018-12-14lib: remove internalBinding('config').pendingDeprecationJoyee Cheung
2018-12-14test: mark test-child-process-execfile flakyRich Trott
2018-12-14test: mark test-child-process-exit-code flakyRich Trott
2018-12-14test: improve WPT runner name matchingJoyee Cheung
2018-12-14test: remove reference to whatwg in file names under test/wptJoyee Cheung
2018-12-14test: mark test-worker-memory flaky on Windows CIRich Trott
2018-12-14lib: ensure readable stream flows to endMikko Rantanen
2018-12-14test: mark test-cli-node-options flaky on armRich Trott
2018-12-14test: mark test-child-process-execsync flaky on AIXRich Trott
2018-12-14test: increase error information in test-cli-syntax-*Rich Trott
2018-12-13src: emit 'params' instead of 'data' for NodeTracing.dataCollectedKelvin Jin
2018-12-13test: refactor test-enable-in-initMitch Hankins
2018-12-13test: from functools import reduce in test/testpy/__init__.pycclauss
2018-12-13bootstrap: make Buffer and process non-enumerableRuben Bridgewater
2018-12-12test: split test-cli-syntax into multiple testsRich Trott
2018-12-13worker: drain messages from internal message portYael Hermon
2018-12-13inspector: move process.binding to internalBindingBeni von Cheni
2018-12-12zlib: throw TypeError if callback is missingAnna Henningsen
2018-12-12test: improve internet/test-dnsIlarion Halushka
2018-12-12util: add inspection getter optionRuben Bridgewater
2018-12-11tls: support "BEGIN TRUSTED CERTIFICATE" for ca:Sam Roberts
2018-12-11test: test TLS client authenticationSam Roberts
2018-12-11stream: fix end-of-stream for HTTP/2Anna Henningsen
2018-12-11test: replace callback with arrowsShubham Urkade
2018-12-11test: mark test-cli-syntax as flaky/unreliableRich Trott
2018-12-11lib: move DEP0120 to end of lifecjihrig
2018-12-11test: prepare test/pseudo-tty/testcfg.py Python 3cclauss
2018-12-11module: don't search in require.resolve.pathscjihrig
2018-12-11process: specialize building and storage of process.configJoyee Cheung
2018-12-10assert,util: harden comparisonRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-08test: move test-cli-syntax to sequentialRich Trott
2018-12-08test: move http2 test to parallelRich Trott
2018-12-08test: make http2 timeout test robustRich Trott
2018-12-08test: fix wrong parameterzhmushan
2018-12-08test: improve test-net-socket-timeoutRich Trott
2018-12-06test: prepare test/pseudo-tty/testcfg.py for Python 3cclauss
2018-12-06test: refactor test-fs-write-file-sync.jscjihrig
2018-12-06test: prepare test/message/testcfg.py for Python 3cclauss
2018-12-06test: update postmortem metadata test for V8 7.1cjihrig
2018-12-05Revert "lib: repl multiline history support"Ruben Bridgewater
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-12-05url: support LF, CR and TAB in pathToFileURLCharles Samborski
2018-12-05src,lib: make process.binding('config') internalMasashi Hirano