node/test/message
RafaelGSS f7892c16be
lib: makeRequireFunction patch when experimental policy
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
Backport-PR-URL: https://github.com/nodejs-private/node-private/pull/373
Refs: https://hackerone.com/bugs?subject=nodejs&report_id=1747642
CVE-ID: CVE-2023-23918
PR-URL: https://github.com/nodejs-private/node-private/pull/358
Reviewed-by: Bradley Farias <bradley.meck@gmail.com>
Reviewed-by: Michael Dawson <midawson@redhat.com>
2023-02-15 13:31:05 +00: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 errors: fully inspect errors on exit 2020-06-30 09:33:51 -07:00
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 esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
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 esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
async_error_sync_esm.out module: remove experimental modules warning 2020-04-17 13:43:42 -04:00
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 module: reduce circular dependency of internal/modules/cjs/loader 2019-11-19 13:43:59 +01:00
error_exit.js
error_exit.out module: reduce circular dependency of internal/modules/cjs/loader 2019-11-19 13:43:59 +01: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 src: use custom fprintf alike to write errors to stderr 2020-01-23 22:39:00 +01:00
esm_display_syntax_error.mjs module: unflag Top-Level Await 2020-08-10 21:21:50 -07:00
esm_display_syntax_error.out module: unflag Top-Level Await 2020-08-10 21:21:50 -07:00
esm_display_syntax_error_import.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
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: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
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: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
esm_display_syntax_error_module.out module: unflag Top-Level Await 2020-08-10 21:21:50 -07:00
esm_loader_not_found.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
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: improve commonjs hint on module not found 2020-05-04 14:24:03 +02:00
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: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
esm_loader_syntax_error.out test: make .out checks embedder-friendly 2020-09-07 12:29:34 -04:00
eval_messages.js
eval_messages.out policy: implement scopes field 2020-09-01 11:15:46 -04:00
events_unhandled_error_common_trace.js
events_unhandled_error_common_trace.out module: reduce circular dependency of internal/modules/cjs/loader 2019-11-19 13:43:59 +01:00
events_unhandled_error_nexttick.js
events_unhandled_error_nexttick.out module: reduce circular dependency of internal/modules/cjs/loader 2019-11-19 13:43:59 +01:00
events_unhandled_error_sameline.js
events_unhandled_error_sameline.out module: reduce circular dependency of internal/modules/cjs/loader 2019-11-19 13:43:59 +01:00
events_unhandled_error_subclass.js events: give subclass name in unhandled 'error' message 2019-08-06 19:28:12 -07:00
events_unhandled_error_subclass.out module: reduce circular dependency of internal/modules/cjs/loader 2019-11-19 13:43:59 +01: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 2019-11-19 13:43:59 +01:00
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 test: unskip tests that now pass on AIX 2019-08-10 19:02:57 -07:00
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 process: add unhandled-rejection throw and warn-with-error-code 2020-06-30 09:34:13 -07:00
promise_unhandled_warn_with_error.out test: make .out checks embedder-friendly 2020-09-07 12:29:34 -04:00
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 lib: makeRequireFunction patch when experimental policy 2023-02-15 13:31:05 +00: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 lib: makeRequireFunction patch when experimental policy 2023-02-15 13:31:05 +00:00
source_map_enclosing_function.js errors: display original symbol name 2021-06-11 09:29:17 +02:00
source_map_enclosing_function.out lib: makeRequireFunction patch when experimental policy 2023-02-15 13:31:05 +00:00
source_map_reference_error_tabs.js errors: print original exception context 2021-04-06 15:53:41 -04:00
source_map_reference_error_tabs.out lib: makeRequireFunction patch when experimental policy 2023-02-15 13:31:05 +00:00
source_map_throw_catch.js process: add source-map support to stack traces 2019-10-05 17:08:00 -07:00
source_map_throw_catch.out lib: makeRequireFunction patch when experimental policy 2023-02-15 13:31:05 +00:00
source_map_throw_first_tick.js process: add source-map support to stack traces 2019-10-05 17:08:00 -07:00
source_map_throw_first_tick.out lib: makeRequireFunction patch when experimental policy 2023-02-15 13:31:05 +00:00
source_map_throw_icu.js errors: print original exception context 2021-04-06 15:53:41 -04:00
source_map_throw_icu.out lib: makeRequireFunction patch when experimental policy 2023-02-15 13:31:05 +00:00
source_map_throw_set_immediate.js process: add source-map support to stack traces 2019-10-05 17:08:00 -07:00
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 test: change var to let 2019-11-17 20:08:36 +05:30
stdin_messages.out stream: move to internal/streams 2020-12-02 19:22:19 +00:00
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 test: account for non-node basename 2020-06-30 09:34:22 -07:00
throw_error_with_getter_throw_traced.js cli: add --trace-uncaught flag 2019-10-22 08:16:18 +02:00
throw_error_with_getter_throw_traced.out src: prevent hard coding stack trace limit 2019-12-25 22:29:57 +01:00
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 test: account for non-node basename 2020-06-30 09:34:22 -07:00
throw_null_traced.js cli: add --trace-uncaught flag 2019-10-22 08:16:18 +02:00
throw_null_traced.out src: prevent hard coding stack trace limit 2019-12-25 22:29:57 +01:00
throw_undefined.js
throw_undefined.out test: account for non-node basename 2020-06-30 09:34:22 -07:00
throw_undefined_traced.js cli: add --trace-uncaught flag 2019-10-22 08:16:18 +02:00
throw_undefined_traced.out src: prevent hard coding stack trace limit 2019-12-25 22:29:57 +01:00
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 module: reduce circular dependency of internal/modules/cjs/loader 2019-11-19 13:43:59 +01:00
unhandled_promise_trace_warnings.js
unhandled_promise_trace_warnings.out lib: refactor unhandled rejection deprecation warning emission 2019-06-19 15:44:09 +08:00
util_inspect_error.js
util_inspect_error.out
v8_warning.js
v8_warning.out test: make executable name more general 2021-05-01 09:44:41 +02: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 module: reduce circular dependency of internal/modules/cjs/loader 2019-11-19 13:43:59 +01:00
vm_display_syntax_error.js test: improve logged errors 2020-02-09 13:36:39 +01:00
vm_display_syntax_error.out module: reduce circular dependency of internal/modules/cjs/loader 2019-11-19 13:43:59 +01:00
vm_dont_display_runtime_error.js
vm_dont_display_runtime_error.out module: reduce circular dependency of internal/modules/cjs/loader 2019-11-19 13:43:59 +01:00
vm_dont_display_syntax_error.js
vm_dont_display_syntax_error.out module: reduce circular dependency of internal/modules/cjs/loader 2019-11-19 13:43:59 +01:00