Skip to content

src: add missing TryCatch #1181

src: add missing TryCatch

src: add missing TryCatch #1181

Triggered via push December 9, 2023 07:15
Status Failure
Total duration 1h 16m 32s
Artifacts

test-macos.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
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.