deps: use std::map in MSVC STL for EphemeronRememberedSet #1600
Annotations
4 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-node-output-console.mjs#L34
--- stdout ---
Test failure: 'console/stack_overflow.js'
Location: test/parallel/test-node-output-console.mjs:33:5
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/node/test/common/assertSnapshot.js:56:12)
at async Module.spawnAndAssert (/home/runner/work/node-v8/node-v8/node/test/common/assertSnapshot.js:91:3)
at async TestContext.<anonymous> (file:///home/runner/work/node-v8/node-v8/node/test/parallel/test-node-output-console.mjs:34:7)
at async Test.run (node:internal/test_runner/test:1069:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:752:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'before\nafter\n',
expected: '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',
operator: 'strictEqual'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node-v8/node-v8/node/test/parallel/test-node-output-console.mjs
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-node-output-console.mjs#L34
--- stdout ---
Test failure: 'console/stack_overflow.js'
Location: test/parallel/test-node-output-console.mjs:33:5
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/node/test/common/assertSnapshot.js:56:12)
at async Module.spawnAndAssert (/home/runner/work/node-v8/node-v8/node/test/common/assertSnapshot.js:91:3)
at async TestContext.<anonymous> (file:///home/runner/work/node-v8/node-v8/node/test/parallel/test-node-output-console.mjs:34:7)
at async Test.run (node:internal/test_runner/test:1069:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:752:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'before\nafter\n',
expected: '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',
operator: 'strictEqual'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node-v8/node-v8/node/test/parallel/test-node-output-console.mjs
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|