[HACK] temporary FastApiTypedArray fixes #1512
Annotations
5 errors and 1 notice
test-linux:
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-linux:
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-linux:
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-linux:
test/parallel/test-node-output-console.mjs#L34
--- stdout ---
▶ console output
✔ console/2100bytes.js (81.118976ms)
::debug::starting to run console output
::debug::starting to run console/2100bytes.js
::debug::completed running console/2100bytes.js
✔ console/console_low_stack_space.js (50.476578ms)
::debug::starting to run console/console_low_stack_space.js
::debug::completed running console/console_low_stack_space.js
✔ console/console.js (48.868921ms)
::debug::starting to run console/console.js
::debug::completed running console/console.js
✔ console/hello_world.js (49.517342ms)
::debug::starting to run console/hello_world.js
::debug::completed running console/hello_world.js
✖ console/stack_overflow.js (56.367661ms)
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'before\nafter\n'
- 'before\n' +
- '*test*fixtures*console*stack_overflow.js:*\n' +
- 'JSON.stringify(array);\n' +
- ' ^\n' +
- '\n' +
- '[RangeError: Maximum call stack size exceeded]\n' +
- '\n' +
- 'Node.js *\n'
at assertSnapshot (/home/runner/work/node-v8/node-v8/test/common/assertSnapshot.js:56:12)
at async Module.spawnAndAssert (/home/runner/work/node-v8/node-v8/test/common/assertSnapshot.js:91:3)
at async TestContext.<anonymous> (file:///home/runner/work/node-v8/node-v8/test/parallel/test-node-output-console.mjs:34:7)
at async Test.run (node:internal/test_runner/test:932:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'before\nafter\n',
expected: 'before\n*test*fixtures*console*stack_overflow.js:*\nJSON.stringify(array);\n ^\n\n[RangeError: Maximum call stack size exceeded]\n\nNode.js *\n',
operator: 'strictEqual'
}
::debug::starting to run console/stack_overflow.js
::error title=console/stack_overflow.js,file=test/parallel/test-node-output-console.mjs,line=34,col=7::[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
+ actual - expected
+ 'before\nafter\n'
- 'before\n' +
- '*test*fixtures*console*stack_overflow.js:*\n' +
- 'JSON.stringify(array);\n' +
- ' ^\n' +
- '\n' +
- '[RangeError: Maximum call stack size exceeded]\n' +
- '\n' +
- 'Node.js *\n'
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'before\nafter\n'
- 'before\n' +
- '*test*fixtures*console*stack_overflow.js:*\n' +
- 'JSON.stringify(array);\n' +
- ' ^\n' +
- '\n' +
- '[RangeError: Maximum call stack size exceeded]\n' +
- '\n' +
- 'Node.js *\n'
at assertSnapshot (/home/runner/work/node-v8/node-v8/test/common/assertSnapshot.js:56:12)
at async Module.spawnAndAssert (/home/runner/work/node-v8/node-v8/test/common/assertSnapshot.js:91:3)
at async TestContext.<anonymous> (file:///home/runner/work/node-v8/node-v8/test/parallel/test-node-output-console.mjs:34:7)
at async Test.run (node:internal/test_runner/test:932:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'before\nafter\n',
expected: 'before\n*test*fixtures*console*stack_overflow.js:*\nJSON.stringify(array);\n ^\n\n[RangeError: Maximum call stack size exceeded]\n\nNode.js *\n',
operator: 'strictEqual'
}
}
✔ console/force_colors.js (37.218587ms)
✖ console output (327.540609ms)
::debug::starting to run console/force_colors.js
::debug::completed running console/force_colors.js
ℹ tests 6
ℹ suites 1
ℹ pass 5
ℹ fail 1
ℹ cancelled 0
ℹ skipped 0
ℹ todo 0
ℹ duration_ms 433.307381
✖ failing tests:
test at test/parallel/test-node-output-console.mjs:33:5
✖ console/stack_overflow.js (56.367661ms)
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'before\nafter\n'
- 'before\n' +
- '*test*fixtures*console*stack_overflow.
|
test-linux
Process completed with exit code 2.
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|