summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-27module: throw an error for invalid package.json main entriesRuben Bridgewater
2019-03-27child_process: rename _validateStdtio to getValidStdioRuben Bridgewater
2019-03-26tools: remove eslint rule no-let-in-for-declarationgengjiawen
2019-03-26process: global.process, global.Buffer gettersGuy Bedford
2019-03-25tools: enable getter-return lint rulecjihrig
2019-03-25repl: fix terminal default settingRuben Bridgewater
2019-03-25net: do not manipulate potential user codeRuben Bridgewater
2019-03-25process: make stdout and stderr emit 'close' on destroyMatteo Collina
2019-03-25crypto: add support for x25119 and x448 KeyObjectsFilip Skokan
2019-03-24test: delete pummel/test-dtrace-jsstackRich Trott
2019-03-24test: refactor test-https-connect-localportRich Trott
2019-03-24test: replace localhost IP with 'localhost' for TLS conformityRich Trott
2019-03-24test: use common.PORT instead of hardcoded numberRich Trott
2019-03-24test: move test-https-connect-localport to sequentialRich Trott
2019-03-23test: refactor test-dgram-broadcast-multi-processRich Trott
2019-03-24test: strengthen test-worker-profGireesh Punathil
2019-03-22timers: deprecate active() and _unrefActive()Jeremiah Senkpiel
2019-03-23n-api: remove code from error nameRuben Bridgewater
2019-03-23test: remove redundant common.mustCallRuben Bridgewater
2019-03-23lib: refactor Error.captureStackTrace() usageRuben Bridgewater
2019-03-23errors: update error nameRuben Bridgewater
2019-03-22test: move pummel tls test to sequentialRich Trott
2019-03-22test: fix pummel/test-tls-session-timeoutRich Trott
2019-03-22test: complete console.assert() coverageRich Trott
2019-03-21test: fix test-console-stdio-setters to test settersRich Trott
2019-03-21repl: check colors with .getColorDepth()Vladislav Kaminsky
2019-03-21readline: support TERM=dumbVladislav Kaminsky
2019-03-21console: don't use ANSI escape codes when TERM=dumbVladislav Kaminsky
2019-03-21assert: validate required argumentsRuben Bridgewater
2019-03-21console: fix trace functionRuben Bridgewater
2019-03-21lib: move extra properties into error creationRuben Bridgewater
2019-03-21test: remove internal error testsRuben Bridgewater
2019-03-21src: disallow constructor behaviour for native methodsAnna Henningsen
2019-03-21test: refresh tmpdir in child-process-server-closeLuigi Pinca
2019-03-20test: optimize test-http2-large-fileRich Trott
2019-03-20tls: support TLSv1.3Sam Roberts
2019-03-20timers: fix refresh inside callbackAnatoli Papirovski
2019-03-19tty: add NO_COLOR and FORCE_COLOR supportRuben Bridgewater
2019-03-19lib: lazy load `v8` in error-serdesRichard Lau
2019-03-18test: use EC cert property now that it existsSam Roberts
2019-03-19test: refactor trace event category testsJoyee Cheung
2019-03-18test: add fs.watchFile() + worker.terminate() testAnna Henningsen
2019-03-18crypto: add support for EdDSA key pair generationTobias Nießen
2019-03-19timers: refactor timer callback initializationJoyee Cheung
2019-03-18test: update test for libuv updatecjihrig
2019-03-19src: replace heap_utils.createHeapSnapshot with v8.getHeapSnapshotJoyee Cheung
2019-03-18test: fix intrinsics testRuben Bridgewater
2019-03-18async_hooks: remove deprecated emitBefore and emitAfterMatteo Collina
2019-03-18fs: use proper .destroy() implementation for SyncWriteStreamMatteo Collina