summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-12-18src: always compile and store code cache for native modulesJoyee Cheung
2018-12-18src: remove code cache integrity checkJoyee Cheung
2018-12-18test: test internal/util/types in vmZYSzys
2018-12-18tools: make apilinks building more robustJoyee Cheung
2018-12-17test: remove magic numbers in test-gc-http-client-onerrorRich Trott
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-17console: add `inspectOptions` optionRuben Bridgewater
2018-12-17build: add a space to clarify skipping crypto msgDaniel Bevenius
2018-12-16test: merge test with unnecessary child processSam Roberts
2018-12-16tools: enable no-useless-constructor lint rulecjihrig
2018-12-16child_process: spawn ignores options in case args is undefinedEduard Bondarenko
2018-12-16util: inspect all prototypesRuben Bridgewater
2018-12-15fs: make writeFile consistent with readFile wrt fdSakthipriyan Vairamani (thefourtheye)
2018-12-15src: pass isMainThread into bootstrap/node.js directlyJoyee Cheung
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