summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-06-05test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon
2019-06-05test: move spkac certs to fixtures/keys/Alex Aubuchon
2019-06-05test: move x448 keypairs to fixtures/keys/Alex Aubuchon
2019-06-05test: move ed448 keypairs to fixtures/keys/Alex Aubuchon
2019-06-05test: move dsa keypairs to fixtures/keys/Alex Aubuchon
2019-06-05test: move rsa keypairs to fixtures/keys/Alex Aubuchon
2019-06-05test: move x25519 keypair to fixtures/keys/Alex Aubuchon
2019-06-05test: move ed25519 keypair to fixtures/keys/Alex Aubuchon
2019-06-05test: rename worker MessagePort testAnna Henningsen
2019-06-04test: more tls hostname verification coverageBen Noordhuis
2019-06-04net: make writeAfterFIN() return falseLuigi Pinca
2019-06-03inspector: added --inspect-publish-uidAleksei Koziatinskii
2019-06-02inspector: supported NodeRuntime domain in workerAleksei Koziatinskii
2019-06-02test: handle unknown message type in worker threadsRich Trott
2019-06-02test: add coverage for unserializable worker thread errorRich Trott
2019-06-02stream: convert string to Buffer when calling `unshift(<string>)`Marcos Casagrande
2019-06-02test: simplify fs promises testDaniel Nalborczyk
2019-06-02tools: fix js2c regressionRefael Ackermann
2019-06-02test: covering destroying when worker already disconnectedKeroosha
2019-06-02http: fix socketOnWrap edge casesAnatoli Papirovski
2019-06-01test: fail `test-worker-prof` on internal timeoutRefael Ackermann
2019-06-01lib: no need to strip BOM or shebang for scriptsRefael Ackermann
2019-06-01test: drain platform before unregistering isolateRefael Ackermann
2019-06-01http: call write callback even if there is no message bodyLuigi Pinca
2019-06-01test: rename test-performance to test-perf-hooksUjjwal Sharma
2019-06-01test: add coverage for sparse array maxArrayLengthwent.out
2019-06-01doc,tools: get altDocs versions from CHANGELOG.mdRichard Lau
2019-05-31module: runtime deprecate createRequireFromPath()cjihrig
2019-05-30test: rsa-pss generateKeyPairSync invalid option hashEvgenii Shchepotev
2019-05-30test: add util inspect null getter testMikhail Kuklin
2019-05-30src: unimplement deprecated v8-platform methodsMichaƫl Zasso
2019-05-30test: cover import of a *.node file with a policy manifestEvgenii Shchepotev
2019-05-30crypto: fix KeyObject handle type error messageAlexander Avakov
2019-05-30src: export number_of_native_contexts and number_of_detached_contextsYuriy Vasiyarov
2019-05-30stream: convert existing buffer when calling .setEncodingAnna Henningsen
2019-05-30tls: trace errors can show up as SSL errorsSam Roberts
2019-05-30lib: removed unnecessary fs.realpath `options` arg check + testsAlex Pry
2019-05-30test: add test cases for paramEncoding 'explicit'oksana
2019-05-30test: switch assertEqual argumentsEvgenii Shchepotev
2019-05-30console: fix table() outputBrian White
2019-05-29test: add testcase for SourceTextModule custom inspectGrigory Gorshkov
2019-05-29test: cover util.inspect on boxed primitive with colorsAlexander Avakov
2019-05-29http2: fix tracking received data for maxSessionMemoryAnna Henningsen
2019-05-29test: add test case for checking typeof mgf1HashLevin Eugene
2019-05-28test: switch assertEqual argumentsEvgenii Shchepotev
2019-05-28doc,test: clarify that Http2Stream is destroyed after data is readAlba Mendez
2019-05-28test: add test for util.inspectLevin Eugene
2019-05-28test: expect wpt/encoding/encodeInto.any.js to failJoyee Cheung
2019-05-28test: update wpt/encoding to 7287608f90Joyee Cheung
2019-05-28test: run WPT in subdirectoriesJoyee Cheung