node/test/fixtures/test-runner
Colin Ihrig 3e485365ec
test_runner: don't parse TAP from stderr
This commit stops the test runner CLI from parsing child
process stderr as TAP. Per the TAP spec, TAP can only come from
stdout. To avoid losing stderr data, those logs are injected
into the parser as unknown tokens so that they are output as
comments.

PR-URL: https://github.com/nodejs/node/pull/45618
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
2022-12-12 16:17:47 +00:00
..
node_modules
subdir
test
dependency.js test_runner: support watch mode 2022-11-21 15:16:23 -05:00
dependency.mjs test_runner: support watch mode 2022-11-21 15:16:23 -05:00
dependent.js test_runner: support watch mode 2022-11-21 15:16:23 -05:00
extraneous_set_immediate_async.mjs test_runner: avoid swallowing of asynchronously thrown errors 2022-11-10 09:45:36 -03:00
extraneous_set_timeout_async.mjs test_runner: avoid swallowing of asynchronously thrown errors 2022-11-10 09:45:36 -03:00
index.js
index.test.js
invalid-tap.js test_runner: add initial TAP parser 2022-11-24 11:46:23 -05:00
nested.js test_runner: add initial TAP parser 2022-11-24 11:46:23 -05:00
never_ending_async.js test_runner: graceful termination on --test only 2022-07-27 08:02:07 +01:00
never_ending_sync.js test_runner: graceful termination on --test only 2022-07-27 08:02:07 +01:00
protoMutation.js
random.test.mjs
run_inspect.js test_runner: add initial TAP parser 2022-11-24 11:46:23 -05:00
run_inspect_assert.js test_runner: support using --inspect with --test 2022-09-10 17:01:42 +00:00
user-logs.js test_runner: don't parse TAP from stderr 2022-12-12 16:17:47 +00:00