node/lib/internal/test_runner
Daijiro Wachi 9485caa97e
test_runner: remove unused shuffleArrayWithSeed
shuffleArrayWithSeed was introduced along with test order
randomization but was never called: the feature picks a random
pending subtest at dequeue time using createSeededGenerator
directly. Remove the dead helper and its export, and add direct
unit coverage for createSeededGenerator's deterministic contract.

Signed-off-by: Daijiro Wachi <daijiro.wachi@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/63847
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2026-06-18 10:10:52 +02:00
..
mock module: fix sync hook short-circuit in require() in imported CJS 2026-05-19 14:08:17 +02:00
reporter test_runner: fix --test-rerun-failures swallowing failures on retry 2026-05-27 11:35:45 +02:00
assert.js
coverage.js test_runner: avoid recompiling coverage globs for every file 2026-06-18 10:09:53 +02:00
harness.js test_runner: fix hooks test context 2026-05-19 14:08:22 +02:00
runner.js test_runner: fix watch cwd with isolation none 2026-06-18 10:10:45 +02:00
snapshot.js
tag_filter.js test_runner: add tags option and tag-name filter 2026-05-19 14:08:20 +02:00
test.js test_runner: fix suite diagnostic chanel end 2026-05-27 11:35:50 +02:00
tests_stream.js test_runner: add parentId to test events with testId 2026-05-23 00:05:39 +02:00
utils.js test_runner: remove unused shuffleArrayWithSeed 2026-06-18 10:10:52 +02:00