src: add missing TryCatch #1179
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 errors
test-macOS:
test/parallel/test-inspector-wait-for-connection.js#L1
--- stderr ---
Timed out waiting for matching notification (Console output matching "after second wait for debugger")
1
--- stdout ---
[test] Connecting to a child Node process
[test] Testing /json/list
[err] Debugger listening on ws://127.0.0.1:53189/26526d17-012d-46f7-8f0f-4506b9ab899b
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[out] before wait for debugger
[out]
[err] Debugger attached.
[err]
[out] after wait for debugger
[out]
[test] Connecting to a child Node process
[test] Testing /json/list
[err] Debugger attached.
[err]
[out] before second wait for debugger
[out]
Command: out/Release/node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/node-v8/node-v8/test/parallel/test-inspector-wait-for-connection.js
|
test-macOS:
test/addons/make-callback-recurse/test.js#L138
--- stderr ---
node:assert:126
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'UNREACHABLE'
- 'throw from domain 3'
at Domain.<anonymous> (/Users/runner/work/node-v8/node-v8/test/addons/make-callback-recurse/test.js:138:14)
at Domain.<anonymous> (/Users/runner/work/node-v8/node-v8/test/common/index.js:476:15)
at Domain.emit (node:events:519:28)
at Domain.emit (node:domain:488:12)
at Domain._errorHandler (node:domain:278:23)
at Object.<anonymous> (node:domain:180:29)
at process._fatalException (node:internal/process/execution:177:29) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'UNREACHABLE',
expected: 'throw from domain 3',
operator: 'strictEqual'
}
Node.js v22.0.0-pre
Command: out/Release/node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/node-v8/node-v8/test/addons/make-callback-recurse/test.js
|
test-macOS
Process completed with exit code 2.
|