node/lib/internal/test_runner
Trivikram Kamat 242f2e7c5b
test_runner: filter execArgv fallback for child tests
Apply the test runner propagation filter to execArgv entries that are
not reported by the options binding. This prevents config-file and
test-runner flags from leaking into isolated child tests while still
preserving V8 flags.

Signed-off-by: Kamat, Trivikram <16024985+trivikr@users.noreply.github.com>
Assisted-by: openai:gpt-5.5
PR-URL: https://github.com/nodejs/node/pull/64056
Refs: https://github.com/nodejs/reliability/issues?q=%22test-runner-flag-propagation%22
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
2026-06-29 07:04:46 +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: add timestamp to JUnit reporter testsuites 2026-06-22 15:42:03 +00:00
assert.js
coverage.js test_runner: improve coverage failure diagnostics 2026-06-23 22:06:23 +00:00
harness.js test_runner: fix hooks test context 2026-05-15 10:46:21 +00:00
runner.js test_runner: filter execArgv fallback for child tests 2026-06-29 07:04:46 +00:00
snapshot.js
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