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 12, 2023 08:05
Status Failure
Total duration 2h 4m 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test-macos.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
test-macOS: test/parallel/test-inspector-exception.js#L1
--- stderr --- Timed out waiting for matching notification (break on file:///Users/runner/work/node-v8/node-v8/test/fixtures/throws_error.js:21) 1 --- stdout --- [test] Connecting to a child Node process [test] Testing /json/list [err] Debugger listening on ws://127.0.0.1:52716/00a89247-a5b6-420b-9247-9a4cc71e8234 [err] For help, see: https://nodejs.org/en/docs/inspector [err] [test] Verifying debugger stops on start (--inspect-brk option) [err] Debugger attached. [err] Command: out/Release/node /Users/runner/work/node-v8/node-v8/test/parallel/test-inspector-exception.js
test-macOS: 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: 791.123788 ... # Subtest: errors/async_error_eval_esm.js ok 2 - errors/async_error_eval_esm.js --- duration_ms: 786.146054 ... # Subtest: errors/async_error_microtask_main.js ok 3 - errors/async_error_microtask_main.js --- duration_ms: 703.717108 ... # Subtest: errors/async_error_nexttick_main.js ok 4 - errors/async_error_nexttick_main.js --- duration_ms: 703.692466 ... # Subtest: errors/async_error_sync_main.js ok 5 - errors/async_error_sync_main.js --- duration_ms: 614.709142 ... # Subtest: errors/async_error_sync_esm.mjs ok 6 - errors/async_error_sync_esm.mjs --- duration_ms: 728.264337 ... # Subtest: errors/error_aggregateTwoErrors.js ok 7 - errors/error_aggregateTwoErrors.js --- duration_ms: 575.958541 ... # Subtest: errors/error_exit.js ok 8 - errors/error_exit.js --- duration_ms: 508.522655 ... # Subtest: errors/error_with_nul.js ok 9 - errors/error_with_nul.js --- duration_ms: 544.161324 ... # Subtest: errors/events_unhandled_error_common_trace.js ok 10 - errors/events_unhandled_error_common_trace.js --- duration_ms: 497.874954 ... # Subtest: errors/events_unhandled_error_nexttick.js ok 11 - errors/events_unhandled_error_nexttick.js --- duration_ms: 580.594823 ... # Subtest: errors/events_unhandled_error_sameline.js ok 12 - errors/events_unhandled_error_sameline.js --- duration_ms: 555.207935 ... # Subtest: errors/events_unhandled_error_subclass.js ok 13 - errors/events_unhandled_error_subclass.js --- duration_ms: 476.760217 ... # Subtest: errors/throw_custom_error.js ok 14 - errors/throw_custom_error.js --- duration_ms: 439.164384 ... # Subtest: errors/throw_in_line_with_tabs.js ok 15 - errors/throw_in_line_with_tabs.js --- duration_ms: 505.126515 ... # Subtest: errors/throw_non_error.js ok 16 - errors/throw_non_error.js --- duration_ms: 531.403375 ... # Subtest: errors/promise_always_throw_unhandled.js ok 17 - errors/promise_always_throw_unhandled.js --- duration_ms: 484.602342 ... # Subtest: errors/force_colors.js not ok 18 - errors/force_colors.js --- duration_ms: 355.543122 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
test-macOS
Process completed with exit code 2.