node/test/message
Guy Bedford 1ff956f49e
module: remove experimental modules warning
Backport-PR-URL: https://github.com/nodejs/node/pull/35757
PR-URL: https://github.com/nodejs/node/pull/31974
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Jan Krems <jan.krems@gmail.com>
Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2020-11-16 11:57:52 -05:00
..
2100bytes.js
2100bytes.out
assert_throws_stack.js
assert_throws_stack.out errors: fully inspect errors on exit 2020-07-08 14:11:46 -07:00
async_error_eval_cjs.js process: reduce the number of internal frames in async stack trace 2019-04-29 14:32:29 +02:00
async_error_eval_cjs.out process: reduce the number of internal frames in async stack trace 2019-04-29 14:32:29 +02:00
async_error_eval_esm.js esm: unflag --experimental-modules 2020-05-13 17:52:54 +02:00
async_error_eval_esm.out esm: unflag --experimental-modules 2020-05-13 17:52:54 +02:00
async_error_microtask_main.js process: reduce the number of internal frames in async stack trace 2019-04-29 14:32:29 +02:00
async_error_microtask_main.out process: reduce the number of internal frames in async stack trace 2019-04-29 14:32:29 +02:00
async_error_nexttick_main.js process: reduce the number of internal frames in async stack trace 2019-04-29 14:32:29 +02:00
async_error_nexttick_main.out process: reduce the number of internal frames in async stack trace 2019-04-29 14:32:29 +02:00
async_error_sync_esm.mjs esm: unflag --experimental-modules 2020-05-13 17:52:54 +02:00
async_error_sync_esm.out module: remove experimental modules warning 2020-11-16 11:57:52 -05:00
async_error_sync_main.js process: reduce the number of internal frames in async stack trace 2019-04-29 14:32:29 +02:00
async_error_sync_main.out process: reduce the number of internal frames in async stack trace 2019-04-29 14:32:29 +02:00
console.js
console.out
console_low_stack_space.js
console_low_stack_space.out
core_line_numbers.js
core_line_numbers.out module: reduce circular dependency of internal/modules/cjs/loader 2020-02-06 02:49:24 +00:00
error_exit.js
error_exit.out module: reduce circular dependency of internal/modules/cjs/loader 2020-02-06 02:49:24 +00:00
error_with_nul.js src: use custom fprintf alike to write errors to stderr 2020-03-16 19:42:01 -07:00
error_with_nul.out src: use custom fprintf alike to write errors to stderr 2020-03-16 19:42:01 -07:00
esm_display_syntax_error.mjs esm: unflag --experimental-modules 2020-05-13 17:52:54 +02:00
esm_display_syntax_error.out module: remove experimental modules warning 2020-11-16 11:57:52 -05:00
esm_display_syntax_error_import.mjs esm: unflag --experimental-modules 2020-05-13 17:52:54 +02:00
esm_display_syntax_error_import.out module: remove experimental modules warning 2020-11-16 11:57:52 -05:00
esm_display_syntax_error_import_module.mjs esm: unflag --experimental-modules 2020-05-13 17:52:54 +02:00
esm_display_syntax_error_import_module.out module: remove experimental modules warning 2020-11-16 11:57:52 -05:00
esm_display_syntax_error_module.mjs esm: unflag --experimental-modules 2020-05-13 17:52:54 +02:00
esm_display_syntax_error_module.out module: remove experimental modules warning 2020-11-16 11:57:52 -05:00
esm_loader_not_found.mjs esm: unflag --experimental-modules 2020-05-13 17:52:54 +02:00
esm_loader_not_found.out module: remove experimental modules warning 2020-11-16 11:57:52 -05:00
esm_loader_not_found_cjs_hint_bare.js esm: improve commonjs hint on module not found 2020-05-13 17:53:02 +02:00
esm_loader_not_found_cjs_hint_bare.out module: remove experimental modules warning 2020-11-16 11:57:52 -05:00
esm_loader_not_found_cjs_hint_relative.mjs esm: improve commonjs hint on module not found 2020-05-13 17:53:02 +02:00
esm_loader_not_found_cjs_hint_relative.out module: remove experimental modules warning 2020-11-16 11:57:52 -05:00
esm_loader_syntax_error.mjs esm: unflag --experimental-modules 2020-05-13 17:52:54 +02:00
esm_loader_syntax_error.out module: remove experimental modules warning 2020-11-16 11:57:52 -05:00
eval_messages.js
eval_messages.out test: account for non-node basename 2020-07-14 12:13:26 -07:00
events_unhandled_error_common_trace.js
events_unhandled_error_common_trace.out module: reduce circular dependency of internal/modules/cjs/loader 2020-02-06 02:49:24 +00:00
events_unhandled_error_nexttick.js
events_unhandled_error_nexttick.out module: reduce circular dependency of internal/modules/cjs/loader 2020-02-06 02:49:24 +00:00
events_unhandled_error_sameline.js
events_unhandled_error_sameline.out module: reduce circular dependency of internal/modules/cjs/loader 2020-02-06 02:49:24 +00:00
events_unhandled_error_subclass.js events: give subclass name in unhandled 'error' message 2019-08-19 21:18:54 +02:00
events_unhandled_error_subclass.out module: reduce circular dependency of internal/modules/cjs/loader 2020-02-06 02:49:24 +00:00
hello_world.js
hello_world.out
if-error-has-good-stack.js
if-error-has-good-stack.out module: reduce circular dependency of internal/modules/cjs/loader 2020-02-06 02:49:24 +00:00
internal_assert.js lib: throw a special error in internal/assert 2019-04-27 11:36:04 +02:00
internal_assert.out errors: make sure all Node.js errors show their properties 2019-10-09 21:35:45 +02:00
internal_assert_fail.js lib: throw a special error in internal/assert 2019-04-27 11:36:04 +02:00
internal_assert_fail.out errors: make sure all Node.js errors show their properties 2019-10-09 21:35:45 +02:00
max_tick_depth.js
max_tick_depth.out
message.status test: unskip tests that now pass on AIX 2019-08-19 21:18:58 +02:00
nexttick_throw.js
nexttick_throw.out process: reduce the number of internal frames in async stack trace 2019-04-29 14:32:29 +02:00
promise_always_throw_unhandled.js process: add --unhandled-rejections flag 2019-04-15 18:29:07 +02:00
promise_always_throw_unhandled.out process: add --unhandled-rejections flag 2019-04-15 18:29:07 +02:00
source_map_throw_catch.js process: add source-map support to stack traces 2019-10-09 22:02:20 +02:00
source_map_throw_catch.out process: add source-map support to stack traces 2019-10-09 22:02:20 +02:00
source_map_throw_first_tick.js process: add source-map support to stack traces 2019-10-09 22:02:20 +02:00
source_map_throw_first_tick.out process: add source-map support to stack traces 2019-10-09 22:02:20 +02:00
source_map_throw_set_immediate.js process: add source-map support to stack traces 2019-10-09 22:02:20 +02:00
source_map_throw_set_immediate.out process: add source-map support to stack traces 2019-10-09 22:02:20 +02:00
stack_overflow.js
stack_overflow.out process: inspect error in case of a fatal exception 2019-05-17 08:13:32 +02:00
stdin_messages.js test: change var to let 2019-12-17 17:06:33 -05:00
stdin_messages.out test: account for non-node basename 2020-07-14 12:13:26 -07:00
testcfg.py tools: python: ignore instead of select flake8 rules 2019-04-13 20:33:06 -04:00
throw_custom_error.js
throw_custom_error.out process: inspect error in case of a fatal exception 2019-05-17 08:13:32 +02:00
throw_error_with_getter_throw.js
throw_error_with_getter_throw.out test: account for non-node basename 2020-07-14 12:13:26 -07:00
throw_error_with_getter_throw_traced.js cli: add --trace-uncaught flag 2020-02-06 02:48:49 +00:00
throw_error_with_getter_throw_traced.out src: prevent hard coding stack trace limit 2020-02-06 02:49:34 +00:00
throw_in_line_with_tabs.js
throw_in_line_with_tabs.out process: inspect error in case of a fatal exception 2019-05-17 08:13:32 +02:00
throw_non_error.js
throw_non_error.out process: inspect error in case of a fatal exception 2019-05-17 08:13:32 +02:00
throw_null.js
throw_null.out test: account for non-node basename 2020-07-14 12:13:26 -07:00
throw_null_traced.js cli: add --trace-uncaught flag 2020-02-06 02:48:49 +00:00
throw_null_traced.out src: prevent hard coding stack trace limit 2020-02-06 02:49:34 +00:00
throw_undefined.js
throw_undefined.out test: account for non-node basename 2020-07-14 12:13:26 -07:00
throw_undefined_traced.js cli: add --trace-uncaught flag 2020-02-06 02:48:49 +00:00
throw_undefined_traced.out src: prevent hard coding stack trace limit 2020-02-06 02:49:34 +00:00
timeout_throw.js
timeout_throw.out
undefined_reference_in_new_context.js
undefined_reference_in_new_context.out module: reduce circular dependency of internal/modules/cjs/loader 2020-02-06 02:49:24 +00:00
unhandled_promise_trace_warnings.js
unhandled_promise_trace_warnings.out lib: refactor unhandled rejection deprecation warning emission 2019-07-02 09:07:41 +02:00
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 test: improve logged errors 2020-04-28 16:00:46 +02:00
vm_display_runtime_error.out module: reduce circular dependency of internal/modules/cjs/loader 2020-02-06 02:49:24 +00:00
vm_display_syntax_error.js test: improve logged errors 2020-04-28 16:00:46 +02:00
vm_display_syntax_error.out module: reduce circular dependency of internal/modules/cjs/loader 2020-02-06 02:49:24 +00:00
vm_dont_display_runtime_error.js
vm_dont_display_runtime_error.out module: reduce circular dependency of internal/modules/cjs/loader 2020-02-06 02:49:24 +00:00
vm_dont_display_syntax_error.js
vm_dont_display_syntax_error.out module: reduce circular dependency of internal/modules/cjs/loader 2020-02-06 02:49:24 +00:00