node/lib/internal/test_runner
Daijiro Wachi b3042c7b68
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-13 09:02:10 +00:00
..
mock module: fix sync hook short-circuit in require() in imported CJS 2026-05-07 14:44:56 +00:00
reporter test_runner: fix --test-rerun-failures swallowing failures on retry 2026-05-24 10:29:56 +03:00
assert.js test_runner: add assert.register() API 2025-01-04 18:30:04 +00:00
coverage.js test_runner: avoid recompiling coverage globs for every file 2026-06-02 14:44:23 +02:00
harness.js test_runner: fix hooks test context 2026-05-15 10:46:21 +00:00
runner.js test_runner: fix watch cwd with isolation none 2026-06-08 06:56:20 +00:00
snapshot.js test_runner: replace native methods with primordials 2026-02-24 22:02:18 +00:00
tag_filter.js test_runner: add tags option and tag-name filter 2026-05-12 06:51:19 +00:00
test.js test_runner: fix suite diagnostic chanel end 2026-05-26 13:41:29 +00:00
tests_stream.js test_runner: add parentId to test events with testId 2026-05-21 16:06:26 +00:00
utils.js test_runner: remove unused shuffleArrayWithSeed 2026-06-13 09:02:10 +00:00