[HACK] temporary FastApiTypedArray fixes #1517
Annotations
4 errors and 1 notice
Test:
test/message/assert_throws_stack.js#L6
--- stderr ---
node:assert:577
throw err;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Comparison {}
- Comparison {
- bar: true
- }
at Object.<anonymous> (/home/runner/work/node-v8/node-v8/test/message/assert_throws_stack.js:6:8)
at Module._compile (node:internal/modules/cjs/loader:1566:14)
at Object..js (node:internal/modules/cjs/loader:1718:10)
at Module.load (node:internal/modules/cjs/loader:1305:32)
at Module._load (node:internal/modules/cjs/loader:1119:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:151:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: Error: foo
at assert.throws.bar (/home/runner/work/node-v8/node-v8/test/message/assert_throws_stack.js:6:29)
at getActual (node:assert:698:5)
at strict.throws (node:assert:844:24)
at Object.<anonymous> (/home/runner/work/node-v8/node-v8/test/message/assert_throws_stack.js:6:8)
at Module._compile (node:internal/modules/cjs/loader:1566:14)
at Object..js (node:internal/modules/cjs/loader:1718:10)
at Module.load (node:internal/modules/cjs/loader:1305:32)
at Module._load (node:internal/modules/cjs/loader:1119:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:220:24),
expected: { bar: true },
operator: 'throws'
}
Node.js v24.0.0-pre
Command: out/Release/node /home/runner/work/node-v8/node-v8/test/message/assert_throws_stack.js
|
Test:
test/message/internal_assert_fail.js#L7
--- stderr ---
node:internal/assert:17
throw new ERR_INTERNAL_ASSERTION(message);
^
Error [ERR_INTERNAL_ASSERTION]: Unreachable!
This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
Please open an issue with this stack trace at https://github.com/nodejs/node/issues
at assert.fail (node:internal/assert:17:9)
at Object.<anonymous> (/home/runner/work/node-v8/node-v8/test/message/internal_assert_fail.js:7:8)
at Module._compile (node:internal/modules/cjs/loader:1566:14)
at Object..js (node:internal/modules/cjs/loader:1718:10)
at Module.load (node:internal/modules/cjs/loader:1305:32)
at Module._load (node:internal/modules/cjs/loader:1119:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:151:5)
at node:internal/main/run_main_module:33:47 {
code: 'ERR_INTERNAL_ASSERTION'
}
Node.js v24.0.0-pre
Command: out/Release/node --expose-internals /home/runner/work/node-v8/node-v8/test/message/internal_assert_fail.js
|
Test:
test/parallel/test-fs-promises.js#L1
--- stderr ---
node:internal/process/promises:394
triggerUncaughtException(err, true /* fromPromise */);
^
[AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
Comparison {
code: 'ENOENT',
message: "ENOENT: no such file or directory, access 'this file does not exist'",
name: 'Error',
+ stack: "Error: ENOENT: no such file or directory, access 'this file does not exist'\n" +
+ ' at async access (node:internal/fs/promises:606:10)\n' +
+ ' at async waitForActual (node:assert:733:5)\n' +
+ ' at async ok.rejects (node:assert:854:25)'
- stack: /at async Function\.rejects/
}
] {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: Error: ENOENT: no such file or directory, access 'this file does not exist'
at async access (node:internal/fs/promises:606:10)
at async waitForActual (node:assert:733:5)
at async ok.rejects (node:assert:854:25) {
errno: -2,
code: 'ENOENT',
syscall: 'access',
path: 'this file does not exist'
},
expected: {
code: 'ENOENT',
name: 'Error',
message: /^ENOENT: no such file or directory, access/,
stack: /at async Function\.rejects/
},
operator: 'rejects'
}
Node.js v24.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 /home/runner/work/node-v8/node-v8/test/parallel/test-fs-promises.js
|
Test
Process completed with exit code 2.
|
Post Set up sccache
0% - 0 hits, 0 misses, 0 errors
|
Loading