src: adapt to v8::Exception API change #1120
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 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:104:12)
at node:internal/main/run_main_module:23:47 {
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:
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:53193/a2e52d9d-c97e-4999-a65d-6654cb66460f
[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
Process completed with exit code 2.
|