node/test/message
Colin Ihrig 54819f08e0
test_runner: support 'only' tests
This commit introduces a CLI flag and test runner functionality
to support running a subset of tests that are indicated by an
'only' option passed to the test.

PR-URL: https://github.com/nodejs/node/pull/42514
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-04-04 15:14:49 +01:00
..
2100bytes.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
2100bytes.out
assert_throws_stack.js
assert_throws_stack.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
async_error_eval_cjs.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
async_error_eval_cjs.out
async_error_eval_esm.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
async_error_eval_esm.out
async_error_microtask_main.js
async_error_microtask_main.out
async_error_nexttick_main.js
async_error_nexttick_main.out src: use node:moduleName as builtin module filename 2020-10-07 17:35:14 +02:00
async_error_sync_esm.mjs
async_error_sync_esm.out module: remove experimental modules warning 2020-04-17 12:26:12 -04:00
async_error_sync_main.js
async_error_sync_main.out
console_low_stack_space.js
console_low_stack_space.out
console.js
console.out
core_line_numbers.js
core_line_numbers.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
error_aggregateTwoErrors.js lib: aggregate errors to avoid error swallowing 2021-03-19 12:43:03 +01:00
error_aggregateTwoErrors.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
error_exit.js
error_exit.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
error_with_nul.js src: use custom fprintf alike to write errors to stderr 2020-01-23 22:39:00 +01:00
error_with_nul.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
eval_messages.js
eval_messages.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
events_unhandled_error_common_trace.js
events_unhandled_error_common_trace.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
events_unhandled_error_nexttick.js
events_unhandled_error_nexttick.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
events_unhandled_error_sameline.js
events_unhandled_error_sameline.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
events_unhandled_error_subclass.js
events_unhandled_error_subclass.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
hello_world.js
hello_world.out
if-error-has-good-stack.js
if-error-has-good-stack.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
internal_assert_fail.js
internal_assert_fail.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
internal_assert.js
internal_assert.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
max_tick_depth.js
max_tick_depth.out
message.status
nexttick_throw.js tools: enable no-unused-expressions lint rule 2020-12-07 20:33:45 +01:00
nexttick_throw.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
promise_always_throw_unhandled.js
promise_always_throw_unhandled.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
promise_unhandled_warn_with_error.js process: change default --unhandled-rejections=throw 2020-09-22 12:29:32 -07:00
promise_unhandled_warn_with_error.out test: make .out checks embedder-friendly 2020-09-05 13:38:08 -07:00
source_map_disabled_by_api.js process: add api to enable source-maps programmatically 2021-07-15 19:45:16 +08:00
source_map_disabled_by_api.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
source_map_enabled_by_api.js process: add api to enable source-maps programmatically 2021-07-15 19:45:16 +08:00
source_map_enabled_by_api.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
source_map_enclosing_function.js errors: display original symbol name 2020-12-01 07:23:56 -08:00
source_map_enclosing_function.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
source_map_reference_error_tabs.js errors: print original exception context 2020-05-24 22:03:34 -07:00
source_map_reference_error_tabs.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
source_map_throw_catch.js
source_map_throw_catch.out errors: align source-map stacks with spec 2021-02-12 14:09:35 -08:00
source_map_throw_first_tick.js
source_map_throw_first_tick.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
source_map_throw_icu.js errors: print original exception context 2020-05-24 22:03:34 -07:00
source_map_throw_icu.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
source_map_throw_set_immediate.js
source_map_throw_set_immediate.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
stack_overflow.js
stack_overflow.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
stdin_messages.js
stdin_messages.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
test_runner_no_refs.js test: add initial test module 2022-03-21 22:21:09 +00:00
test_runner_no_refs.out test: add initial test module 2022-03-21 22:21:09 +00:00
test_runner_no_tests.js test: add initial test module 2022-03-21 22:21:09 +00:00
test_runner_no_tests.out test: add initial test module 2022-03-21 22:21:09 +00:00
test_runner_only_tests.js test_runner: support 'only' tests 2022-04-04 15:14:49 +01:00
test_runner_only_tests.out test_runner: support 'only' tests 2022-04-04 15:14:49 +01:00
test_runner_output.js test_runner: support 'only' tests 2022-04-04 15:14:49 +01:00
test_runner_output.out test_runner: support 'only' tests 2022-04-04 15:14:49 +01:00
test_runner_unresolved_promise.js test: add initial test module 2022-03-21 22:21:09 +00:00
test_runner_unresolved_promise.out test: add initial test module 2022-03-21 22:21:09 +00:00
test-no-extra-info-on-fatal-exception.js errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
test-no-extra-info-on-fatal-exception.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
testcfg.py test: run message and pseudo-tty tests in parallel 2021-05-04 13:25:24 -07:00
throw_custom_error.js
throw_custom_error.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
throw_error_with_getter_throw_traced.js
throw_error_with_getter_throw_traced.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
throw_error_with_getter_throw.js
throw_error_with_getter_throw.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
throw_in_line_with_tabs.js
throw_in_line_with_tabs.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
throw_non_error.js
throw_non_error.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
throw_null_traced.js
throw_null_traced.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
throw_null.js
throw_null.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
throw_undefined_traced.js
throw_undefined_traced.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
throw_undefined.js
throw_undefined.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
timeout_throw.js tools: enable no-unused-expressions lint rule 2020-12-07 20:33:45 +01:00
timeout_throw.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
undefined_reference_in_new_context.js
undefined_reference_in_new_context.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
unhandled_promise_trace_warnings.js process: change default --unhandled-rejections=throw 2020-09-22 12:29:32 -07:00
unhandled_promise_trace_warnings.out src: use node:moduleName as builtin module filename 2020-10-07 17:35:14 +02:00
util_inspect_error.js
util_inspect_error.out
util-inspect-error-cause.js util: display a present-but-undefined error cause 2021-12-21 23:46:36 +00:00
util-inspect-error-cause.out util: display a present-but-undefined error cause 2021-12-21 23:46:36 +00:00
v8_warning.js
v8_warning.out test: make executable name more general 2020-12-13 20:37:43 -08:00
vm_caught_custom_runtime_error.js
vm_caught_custom_runtime_error.out
vm_display_runtime_error.js test: improve logged errors 2020-02-09 13:36:39 +01:00
vm_display_runtime_error.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
vm_display_syntax_error.js test: improve logged errors 2020-02-09 13:36:39 +01:00
vm_display_syntax_error.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
vm_dont_display_runtime_error.js test: enable no-empty ESLint rule 2022-02-05 12:58:32 +00:00
vm_dont_display_runtime_error.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00
vm_dont_display_syntax_error.js test: enable no-empty ESLint rule 2022-02-05 12:58:32 +00:00
vm_dont_display_syntax_error.out errors: disp ver on fatal except that causes exit 2021-09-08 13:31:07 -04:00