summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2019-03-12process: make Symbol.toStringTag writableRuben Bridgewater
2019-03-12test: fix syntax error in test-dns-idna2008.js when failingRefael Ackermann
2019-03-12lib: move DTRACE_* probes out of global scopeJames M Snell
2019-03-12src: de-lint header usageRefael Ackermann
2019-03-12crypto: fix EdDSA support for KeyObjectBrian White
2019-03-12test: fix compiler warning in test_string.cDaniel Bevenius
2019-03-11test: mark test-worker-prof as flake on all platformsRefael Ackermann
2019-03-12test: show stderr on v8 coverage test failuresJoyee Cheung
2019-03-11crypto: check for invalid chacha20-poly1305 IVsSam Roberts
2019-03-11process: add --pending-deprecation to `process.binding()`Anna Henningsen
2019-03-11worker: remove `ERR_CLOSED_MESSAGE_PORT`Anna Henningsen
2019-03-11buffer: harden SlowBuffer creationZYSzys
2019-03-11lib,src: remove usage of _externalStreamAnna Henningsen
2019-03-11doc: add inspector API example for heapdumpSam Roberts
2019-03-11process: refactor global.queueMicrotask()Joyee Cheung
2019-03-10worker: allow execArgv and eval in combinationAnna Henningsen
2019-03-10report: rename triggerReport() to writeReport()cjihrig
2019-03-10test: cover triggerReport() failure casecjihrig
2019-03-10test: cover stdout/stderr usage in triggerReport()cjihrig
2019-03-10test: mark `test-worker-prof` as Flaky on ARMRefael Ackermann
2019-03-10test: rewrite ocsp test to run in parallelSam Roberts
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-03-09test: de-flake test-dns-idna2008.jsRefael Ackermann
2019-03-09crypto: improve error handling in parseKeyEncodingTobias Nießen