summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2019-03-18tls: return correct version from getCipher()Sam Roberts
2019-03-18child_process: ensure message sanity at sourceGireesh Punathil
2019-03-17src: inline macro DISALLOW_COPY_AND_ASSIGNgengjiawen
2019-03-17test: fix test-heapdump-workerAnna Henningsen
2019-03-17test,console: add testing for monkeypatching of console stdioRich Trott
2019-03-16stream: fix regression introduced in #26059Matteo Collina
2019-03-16test: remove unnecessary semicolon after macroYang Guo
2019-03-15report: use DiagnosticFilename for default filenameRichard Lau
2019-03-15fs: improve mode validationRuben Bridgewater
2019-03-15Revert "crypto: add KeyObject.asymmetricKeySize"Tobias Nießen
2019-03-15worker: implement worker.moveMessagePortToContext()Anna Henningsen
2019-03-15src,lib: make DOMException available in all ContextsAnna Henningsen
2019-03-14test: update postmortem metadata test for V8 7.3cjihrig
2019-03-14test: fix tests after V8 updateMichaël Zasso
2019-03-14test: update test-v8-statsMichaël Zasso
2019-03-14test: remove apply calls over 65534 arg limitPeter Marshall
2019-03-13test: whitelist the expected modules in test-bootstrap-modules.jsRichard Lau
2019-03-13util: prevent tampering with internals in `inspect()`Ruben Bridgewater
2019-03-13lib,test: improve faulty assert usage detectionRuben Bridgewater
2019-03-13v8: integrate node-heapdump into coreJames M Snell
2019-03-13src: fix SplitString to ignore white spaceshimself65
2019-03-13test: fix test case in test-http2-respond-file-304.jsgengjiawen
2019-03-13test: use semicolon for claritygengjiawen
2019-03-13domain: set `.domain` non-enumerable on resourcesJordan Harband
2019-03-12src: apply clang-tidy rule modernize-make-uniquegengjiawen
2019-03-12http2: `Http2ServerResponse.end()` should always return selfRobert Nagy