node/test/message
Gang Chen a90defebcf
esm: make process.exit() default to exit code 0
Due to a bug in top-level await implementation, it used to default to
exit code 13.

PR-URL: https://github.com/nodejs/node/pull/41388
Backport-PR-URL: https://github.com/nodejs/node/pull/41508
Fixes: https://github.com/nodejs/node/issues/40808
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
2022-01-25 08:01:02 -05:00
..
2100bytes.js test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
2100bytes.out
assert_throws_stack.js
assert_throws_stack.out
async_error_eval_cjs.js test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
async_error_eval_cjs.out
async_error_eval_esm.js test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02: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
async_error_sync_esm.mjs
async_error_sync_esm.out
async_error_sync_main.js
async_error_sync_main.out
console.js
console.out
console_low_stack_space.js
console_low_stack_space.out
core_line_numbers.js
core_line_numbers.out
error_exit.js
error_exit.out
error_with_nul.js
error_with_nul.out
esm_display_syntax_error.mjs
esm_display_syntax_error.out
esm_display_syntax_error_import.mjs
esm_display_syntax_error_import.out esm: make process.exit() default to exit code 0 2022-01-25 08:01:02 -05:00
esm_display_syntax_error_import_module.mjs
esm_display_syntax_error_import_module.out esm: make process.exit() default to exit code 0 2022-01-25 08:01:02 -05:00
esm_display_syntax_error_module.mjs
esm_display_syntax_error_module.out
esm_loader_not_found.mjs
esm_loader_not_found.out errors: eliminate all overhead for hidden calls 2021-09-01 23:24:52 +02:00
esm_loader_not_found_cjs_hint_bare.js test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
esm_loader_not_found_cjs_hint_bare.out errors: eliminate all overhead for hidden calls 2021-09-01 23:24:52 +02:00
esm_loader_not_found_cjs_hint_relative.mjs
esm_loader_not_found_cjs_hint_relative.out errors: eliminate all overhead for hidden calls 2021-09-01 23:24:52 +02:00
esm_loader_syntax_error.mjs
esm_loader_syntax_error.out
eval_messages.js
eval_messages.out
events_unhandled_error_common_trace.js
events_unhandled_error_common_trace.out
events_unhandled_error_nexttick.js
events_unhandled_error_nexttick.out
events_unhandled_error_sameline.js
events_unhandled_error_sameline.out
events_unhandled_error_subclass.js
events_unhandled_error_subclass.out
hello_world.js
hello_world.out
if-error-has-good-stack.js
if-error-has-good-stack.out
internal_assert.js
internal_assert.out errors: eliminate all overhead for hidden calls 2021-09-01 23:24:52 +02:00
internal_assert_fail.js
internal_assert_fail.out errors: eliminate all overhead for hidden calls 2021-09-01 23:24:52 +02:00
max_tick_depth.js
max_tick_depth.out
message.status
nexttick_throw.js tools: enable no-unused-expressions lint rule 2021-06-11 09:29:47 +02:00
nexttick_throw.out
promise_always_throw_unhandled.js
promise_always_throw_unhandled.out
promise_unhandled_warn_with_error.js
promise_unhandled_warn_with_error.out
source_map_disabled_by_api.js process: add api to enable source-maps programmatically 2021-09-04 15:14:27 +02:00
source_map_disabled_by_api.out process: add api to enable source-maps programmatically 2021-09-04 15:14:27 +02:00
source_map_enabled_by_api.js process: add api to enable source-maps programmatically 2021-09-04 15:14:27 +02:00
source_map_enabled_by_api.out process: add api to enable source-maps programmatically 2021-09-04 15:14:27 +02:00
source_map_enclosing_function.js errors: display original symbol name 2021-06-11 09:29:17 +02:00
source_map_enclosing_function.out errors: align source-map stacks with spec 2021-06-11 09:29:59 +02:00
source_map_reference_error_tabs.js
source_map_reference_error_tabs.out errors: align source-map stacks with spec 2021-06-11 09:29:59 +02:00
source_map_throw_catch.js
source_map_throw_catch.out errors: align source-map stacks with spec 2021-06-11 09:29:59 +02:00
source_map_throw_first_tick.js
source_map_throw_first_tick.out errors: align source-map stacks with spec 2021-06-11 09:29:59 +02:00
source_map_throw_icu.js
source_map_throw_icu.out errors: align source-map stacks with spec 2021-06-11 09:29:59 +02:00
source_map_throw_set_immediate.js
source_map_throw_set_immediate.out errors: align source-map stacks with spec 2021-06-11 09:29:59 +02:00
stack_overflow.js
stack_overflow.out
stdin_messages.js
stdin_messages.out
testcfg.py test: run message and pseudo-tty tests in parallel 2021-06-11 09:30:13 +02:00
throw_custom_error.js
throw_custom_error.out
throw_error_with_getter_throw.js
throw_error_with_getter_throw.out
throw_error_with_getter_throw_traced.js
throw_error_with_getter_throw_traced.out
throw_in_line_with_tabs.js
throw_in_line_with_tabs.out
throw_non_error.js
throw_non_error.out
throw_null.js
throw_null.out
throw_null_traced.js
throw_null_traced.out
throw_undefined.js
throw_undefined.out
throw_undefined_traced.js
throw_undefined_traced.out
timeout_throw.js tools: enable no-unused-expressions lint rule 2021-06-11 09:29:47 +02:00
timeout_throw.out
undefined_reference_in_new_context.js
undefined_reference_in_new_context.out
unhandled_promise_trace_warnings.js
unhandled_promise_trace_warnings.out
util_inspect_error.js
util_inspect_error.out
v8_warning.js
v8_warning.out
vm_caught_custom_runtime_error.js
vm_caught_custom_runtime_error.out
vm_display_runtime_error.js
vm_display_runtime_error.out
vm_display_syntax_error.js
vm_display_syntax_error.out
vm_dont_display_runtime_error.js
vm_dont_display_runtime_error.out
vm_dont_display_syntax_error.js
vm_dont_display_syntax_error.out