Skip to content

src: adapt to v8::Exception API change #1123

src: adapt to v8::Exception API change

src: adapt to v8::Exception API change #1123

Triggered via push October 8, 2023 08:01
Status Failure
Total duration 1h 22m 13s
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-buffer-alloc.js#L14
--- stderr --- node:assert:125 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: Missing expected exception. at Object.<anonymous> (/Users/runner/work/node-v8/node-v8/test/parallel/test-buffer-alloc.js:14:8) at Module._compile (node:internal/modules/cjs/loader:1369:14) at Module._extensions..js (node:internal/modules/cjs/loader:1427:10) at Module.load (node:internal/modules/cjs/loader:1201:32) at Module._load (node:internal/modules/cjs/loader:1017:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:122:12) at node:internal/main/run_main_module:28:49 { generatedMessage: false, code: 'ERR_ASSERTION', actual: undefined, expected: { message: 'Invalid typed array length: 1099511627777' }, operator: 'throws' } Node.js v21.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/parallel/test-buffer-alloc.js
test-macOS: test/parallel/test-blob-buffer-too-large.js#L1
Command: out/Release/node --no-warnings --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-blob-buffer-too-large.js --- TIMEOUT ---
test-macOS
Process completed with exit code 2.