summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-06-14test: add test to check colorMode type of ConsoleMasashi Hirano
2018-06-14test: removing unnecessary parameter from assert calldjmgit
2018-06-14lib,src: make `StatWatcher` a `HandleWrap`Anna Henningsen
2018-06-14test: improve statwatcher async_hooks testAnna Henningsen
2018-06-14v8: replace Buffer with FastBuffer in deserializeUjjwal Sharma
2018-06-14src: do proper error checking in `AsyncWrap::MakeCallback`Anna Henningsen
2018-06-13esm: ensure require.main for CJS top-level loadsGuy Bedford
2018-06-13lib: replace checkUint() with validateInt32()Ben Noordhuis
2018-06-13crypto: refactor randomBytes()Ben Noordhuis
2018-06-13crypto: refactor pbkdf2() and pbkdf2Sync() methodsBen Noordhuis
2018-06-13crypto: add scrypt() and scryptSync() methodsBen Noordhuis
2018-06-13worker,src: display remaining handles if `uv_loop_close` failsAnna Henningsen
2018-06-12test: add regression test for nghttp2 CVE-2018-1000168James M Snell
2018-06-12src: re-add `Realloc()` shrink after reading stream dataAnna Henningsen
2018-06-12test: add tls write error regression testShigeki Ohtsu
2018-06-11test: add workerdata-sharedarraybuffer testJeremiah Senkpiel
2018-06-11test: mark test-inspector-port-zero-cluster flakyRich Trott
2018-06-11test: add crypto check to test-http2-debugDaniel Bevenius
2018-06-10test: remove string literals from assert.strictEqual() callsJames Kylstra
2018-06-10test: move inspector-stress-http to sequentialRich Trott
2018-06-10tools: add BigInt to globalsNikolai Vavilov
2018-06-09test: check gc does not resurrect the loopAnatoli Papirovski
2018-06-08test: improve assert error messagesHristijan Gjorgjievski
2018-06-08dns: improve setServers() errors and performanceJamie Davis
2018-06-08test: mark fs-readfile-tostring-fail flaky for allRich Trott
2018-06-07test: make url-util-format engine agnosticRich Trott
2018-06-08stream: make the pipeline callback mandatoryRuben Bridgewater
2018-06-08lib,src: remove openssl feature conditionalsBen Noordhuis
2018-06-07test: make url-parse-invalid-input engine agnosticRich Trott
2018-06-07fs: support BigInt in fs.*stat and fs.watchFileJoyee Cheung
2018-06-07child_process: swallow errors in internal communicationAnatoli Papirovski
2018-06-07test: remove unref in http2 testAnatoli Papirovski
2018-06-07fs: fix promises reads with pos > 4GBcjihrig
2018-06-06test,tools: refactor custom ESLint for readabilityRich Trott
2018-06-06test: apply promises API to fourth appendFile testRich Trott
2018-06-06test: apply promises API to fourth appendFile testRich Trott
2018-06-06test: apply promises API to third appendFile testRich Trott
2018-06-06test: improve debug output in trace-events testRich Trott
2018-06-06test: add test for Linux perfMatheus Marchini
2018-06-06test: create new directory v8-updatesMatheus Marchini
2018-06-06worker: rename to worker_threadsAnna Henningsen
2018-06-06test,tools: enable running tests under workersAnna Henningsen
2018-06-06worker: improve error (de)serializationAnna Henningsen
2018-06-06worker: enable stdioAnna Henningsen
2018-06-06worker: restrict supported extensionsTimothy Gu
2018-06-06test: add test against unsupported worker featuresTimothy Gu
2018-06-06worker: initial implementationAnna Henningsen
2018-06-06worker: support MessagePort passing in messagesAnna Henningsen
2018-06-06worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-06-06n-api: back up env before async work finalizeGabriel Schulhof