Skip to content

test: adapt REPL test to V8 changes #1049

test: adapt REPL test to V8 changes

test: adapt REPL test to V8 changes #1049

Triggered via push July 11, 2023 07:37
Status Failure
Total duration 2h 2m 46s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test-linux.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test-linux: test/parallel/test-node-output-errors.mjs#L1
--- stdout --- TAP version 13 # Subtest: errors output # Subtest: errors/async_error_eval_cjs.js ok 1 - errors/async_error_eval_cjs.js --- duration_ms: 757.799945 ... # Subtest: errors/async_error_eval_esm.js ok 2 - errors/async_error_eval_esm.js --- duration_ms: 652.42163 ... # Subtest: errors/async_error_microtask_main.js ok 3 - errors/async_error_microtask_main.js --- duration_ms: 447.857086 ... # Subtest: errors/async_error_nexttick_main.js ok 4 - errors/async_error_nexttick_main.js --- duration_ms: 465.159738 ... # Subtest: errors/async_error_sync_main.js ok 5 - errors/async_error_sync_main.js --- duration_ms: 277.058748 ... # Subtest: errors/async_error_sync_esm.mjs ok 6 - errors/async_error_sync_esm.mjs --- duration_ms: 719.29825 ... # Subtest: errors/error_aggregateTwoErrors.js ok 7 - errors/error_aggregateTwoErrors.js --- duration_ms: 546.975117 ... # Subtest: errors/error_exit.js ok 8 - errors/error_exit.js --- duration_ms: 519.89369 ... # Subtest: errors/error_with_nul.js ok 9 - errors/error_with_nul.js --- duration_ms: 633.041683 ... # Subtest: errors/events_unhandled_error_common_trace.js ok 10 - errors/events_unhandled_error_common_trace.js --- duration_ms: 672.778776 ... # Subtest: errors/events_unhandled_error_nexttick.js ok 11 - errors/events_unhandled_error_nexttick.js --- duration_ms: 650.806535 ... # Subtest: errors/events_unhandled_error_sameline.js ok 12 - errors/events_unhandled_error_sameline.js --- duration_ms: 579.191629 ... # Subtest: errors/events_unhandled_error_subclass.js ok 13 - errors/events_unhandled_error_subclass.js --- duration_ms: 679.043158 ... # Subtest: errors/throw_custom_error.js ok 14 - errors/throw_custom_error.js --- duration_ms: 529.829263 ... # Subtest: errors/throw_in_line_with_tabs.js ok 15 - errors/throw_in_line_with_tabs.js --- duration_ms: 630.52259 ... # Subtest: errors/throw_non_error.js ok 16 - errors/throw_non_error.js --- duration_ms: 610.130945 ... # Subtest: errors/promise_always_throw_unhandled.js ok 17 - errors/promise_always_throw_unhandled.js --- duration_ms: 605.838957 ... # Subtest: errors/force_colors.js not ok 18 - errors/force_colors.js --- duration_ms: 400.113015 failureType: 'testCodeFailure' error: |- Expected values to be strictly equal: + actual - expected ... Lines skipped '*force_colors.js:1\n' + "throw new Error('Should include grayed stack trace')\n" + ... ' at Object.<anonymous> \x1B[90m(/\x1B[39mtest*force_colors.js:1:7\x1B[90m)\x1B[39m\n' + '\x1B[90m at Module._compile (node:internal*modules*cjs*loader:1233:14)\x1B[39m\n' + + '\x1B[90m at Module._extensions..js (node:internal*modules*cjs*loader:1287:10)\x1B[39m\n' + - '\x1B[90m at Object..js (node:internal*modules*cjs*loader:1287:10)\x1B[39m\n' + '\x1B[90m at Module.load (node:internal*modules*cjs*loader:1091:32)\x1B[39m\n' + + '\x1B[90m at Module._load (node:internal*modules*cjs*loader:938:12)\x1B[39m\n' + - '\x1B[90m at Function._load (node:internal*modules*cjs*loader:938:12)\x1B[39m\n' + '\x1B[90m at Function.executeUserEntryPoint [as runMain] (node:internal*modules*run_main:83:12)\x1B[39m\n' + '\x1B[90m at node:internal*main*run_main_module:23:47\x1B[39m\n' + '\n' + 'Node.js *\n' code: 'ERR_ASSERTION' name: 'AssertionError' expected: |- *force_colors.js:1 throw new Error('Should include grayed stack trace') ^ Error: Should include grayed stack trace a
test-linux
Process completed with exit code 2.