summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-06-09util: special handle `maxArrayLength` while grouping arraysRuben Bridgewater
2019-06-09process: code cleanup for nextTickAnatoli Papirovski
2019-06-09test: simplify tests codehimself65
2019-06-08util: support AsyncGeneratorFunction in .inspectRuben Bridgewater
2019-06-08http: remove default 'timeout' listener on upgradeLuigi Pinca
2019-06-07src: add napi_define_class() null checksOctavian Soldea
2019-06-07test: make sure vtable is generated in addon test with LTOAnna Henningsen
2019-06-06test: mark test-worker-debug as flakyRefael Ackermann
2019-06-06test: regression test `tmpdir`Refael Ackermann
2019-06-06test: always suffix `tmpdir`Refael Ackermann
2019-06-06test: shell out to `rmdir` first on WindowsRefael Ackermann
2019-06-06test,v8: skip less and stabilize test-linux-perf.jsRefael Ackermann
2019-06-06test: only assert on first lines of TLS traceSam Roberts
2019-06-05Revert "test: move all test keys/certs under `test/fixtures/keys/`"Sam Roberts
2019-06-05trace_events: respect inspect() depthcjihrig
2019-06-05test: add comments to the foaf+ssl fixturesAlex Aubuchon
2019-06-05test: change formatting of fixtures/keys/MakefileAlex Aubuchon
2019-06-05test: change fixtures.readSync to fixtures.readKeyAlex Aubuchon
2019-06-05test: remove uneeded agent keypair in fixtures/Alex Aubuchon
2019-06-05test: move foafssl certs to fixtures/keys/Alex Aubuchon
2019-06-05test: remove uneeded alice certs in fixtures/Alex Aubuchon
2019-06-05test: remove uneeded certs in fixtures/Alex Aubuchon
2019-06-05test: move dherror.pem to fixtures/keys/Alex Aubuchon
2019-06-05test: remove pass-* certsAlex Aubuchon
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