Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-04test: move test-net-connect-econnrefused from pummel to sequentialRich Trott
2021-04-30test: address deprecation warningRich Trott
2021-04-30test: fix flaky test-crypto-timing-safe-dqual-benchmarksRich Trott
2021-04-27test: move abort test from pummel to abort directoryRich Trott
2021-04-27test: move slower tests into pummel and skip on slow devicesRich Trott
2021-04-27test: skip some pummel tests on slower machinesRich Trott
2021-04-23test: add ancestor package.json checks for tmpdirRichard Lau
2021-04-17dns: refactor cares_wrap internalsJames M Snell
2021-04-11test: skip fs.watch() test on IBMiRich Trott
2021-04-11test: fix test-dh-regr for OpenSSL 3Rich Trott
2021-04-11test: skip test-vm-memleak in ASANRich Trott
2021-04-11test: skip test-hash-seed on armv6 and armv7Rich Trott
2021-04-07test: skip test-crypto-dh-keys on armv6 and armv7Rich Trott
2021-04-06test: fix flaky test-net-timeoutRich Trott
2021-04-06test: fix test-vm-memleak for high baseline platformsRich Trott
2021-04-05test: fix flaky test-vm-memleakRich Trott
2021-04-02test: prepare for consistent comma-dangle lint ruleRich Trott
2021-03-20test: account for OOM risks in heapsnapshot-near-heap-limit testsJoyee Cheung
2021-01-30quic: remove quicJames M Snell
2021-01-25test: improve assertion message for test-vm-memleakRich Trott
2021-01-11test: use faster variant for rss in test-vm-memleak.jsPooja D P
2020-11-09test: improve error message for policy failuresBradley Farias
2020-10-21src: add --heapsnapshot-near-heap-limit optionJoyee Cheung
2020-10-08fs: add rm methodIan Sutherland
2020-09-20test: improve assertions in pummel/test-timersRich Trott
2020-09-15test: improve pummel/test-timers.jsRich Trott
2020-09-10test: revise test-policy-integrityRich Trott
2020-09-02test: remove incorrect debug() in test-policy-integrityRich Trott
2020-08-25test: simplify test-vm-memleakRich Trott
2020-08-14test: use process.env.PYTHON to spawn pythonAnna Henningsen
2020-08-11test: split test-crypto-dh-hashRich Trott
2020-08-11test: use block-scoping in test/pummel/test-timers.jsRich Trott
2020-08-05policy: increase tests via permutation matrixBradley Farias
2020-08-04test: replace flaky pummel regression testsAnna Henningsen
2020-07-30test: remove unneeded flag check in test-vm-memleakRich Trott
2020-07-28test: add ref comment to test-regress-GH-814_2Rich Trott
2020-07-28test: add ref comment to test-regress-GH-814Rich Trott
2020-07-25test: remove superfluous check in pummel/test-timersRich Trott
2020-07-24test: fix test-heapdump-zlibAndrey Pechkurov
2020-07-24test: remove duplicate checks in pummel/test-timersRich Trott
2020-07-22test: fix flaky test-watch-fileRich Trott
2020-07-20test: fix flaky test-heapdump-http2Rich Trott
2020-07-17test: do not write to fixtures dir in test-watch-fileRich Trott
2020-07-17test: fix test-net-pingpong pummel test for non-IPv6 hostsRich Trott
2020-07-15test: fix flaky test-net-connect-econnrefusedRich Trott
2020-07-15test: use mustCall() in pummel testRich Trott
2020-06-30test: update test-child-process-spawn-loop for Python 3Richard Lau
2020-06-16quic: initial QUIC implementationJames M Snell
2020-06-12src: do not track BaseObjects via cleanup hooksAnna Henningsen
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca