Add a [[ErrorData]] internal slot to DOMException
#63607
Annotations
3 errors and 1 notice
|
test-macOS
Process completed with exit code 2.
|
|
test-macOS:
test/parallel/test-whatwg-webstreams-transfer.js#L0
--- stderr ---
node:assert:95
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
undefined !== 25
at /Users/runner/work/node/node/node/test/parallel/test-whatwg-webstreams-transfer.js:425:16
at process.processTicksAndRejections (node:internal/process/task_queues:85:11) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: undefined,
expected: 25,
operator: 'strictEqual'
}
Node.js v24.0.0-pre
Command: out/Release/node --expose-internals --no-warnings --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/node/node/node/test/parallel/test-whatwg-webstreams-transfer.js
|
|
test-macOS:
test/parallel/test-runner-output.mjs#L321
--- stdout ---
Test failure: 'test-runner/output/abort.js'
Location: test/parallel/test-runner-output.mjs:330:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
... Skipped lines
'TAP version 13\n' +
'# Subtest: promise timeout signal\n' +
' # Subtest: ok 1\n' +
' ok 1 - ok 1\n' +
' ---\n' +
...
' *\n' +
- ' *\n' +
' ...\n' +
'# Subtest: promise abort signal\n' +
'not ok 2 - promise abort signal\n' +
' ---\n' +
' duration_ms: *\n' +
...
' *\n' +
- ' *\n' +
' ...\n' +
'# Subtest: callback abort signal\n' +
'not ok 4 - callback abort signal\n' +
' ---\n' +
' duration_ms: *\n' +
at assertSnapshot (/Users/runner/work/node/node/node/test/common/assertSnapshot.js:56:12)
at async Module.spawnAndAssert (/Users/runner/work/node/node/node/test/common/assertSnapshot.js:91:3)
at async TestContext.<anonymous> (file:///Users/runner/work/node/node/node/test/parallel/test-runner-output.mjs:321:5)
at async Test.run (node:internal/test_runner/test:1069:7)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1466:7)
at async startSubtestAfterBootstrap (node:internal/test_runner/harness:332:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'TAP version 13\n' +
'# Subtest: promise timeout signal\n' +
' # Subtest: ok 1\n' +
' ok 1 - ok 1\n' +
' ---\n' +
' duration_ms: *\n' +
" type: 'test'\n" +
' ...\n' +
' # Subtest: ok 2\n' +
' ok 2 - ok 2\n' +
'...',
expected: 'TAP version 13\n' +
'# Subtest: promise timeout signal\n' +
' # Subtest: ok 1\n' +
' ok 1 - ok 1\n' +
' ---\n' +
' duration_ms: *\n' +
" type: 'test'\n" +
' ...\n' +
' # Subtest: ok 2\n' +
' ok 2 - ok 2\n' +
'...',
operator: 'strictEqual'
}
Test failure: 'test-runner/output/abort_suite.js'
Location: test/parallel/test-runner-output.mjs:330:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
... Skipped lines
'TAP version 13\n' +
'# Subtest: describe timeout signal\n' +
' # Subtest: ok 1\n' +
' ok 1 - ok 1\n' +
' ---\n' +
...
' *\n' +
- ' *\n' +
' ...\n' +
'# Subtest: describe abort signal\n' +
'not ok 2 - describe abort signal\n' +
' ---\n' +
' duration_ms: *\n' +
at assertSnapshot (/Users/runner/work/node/node/node/test/common/assertSnapshot.js:56:12)
at async Module.spawnAndAssert (/Users/runner/work/node/node/node/test/common/assertSnapshot.js:91:3)
at async TestContext.<anonymous> (file:///Users/runner/work/node/node/node/test/parallel/test-runner-output.mjs:321:5)
at async Test.run (node:internal/test_runner/test:1069:7)
at async Promise.all (index 2)
at async Suite.run (node:internal/test_runner/test:1466:7)
at async startSubtestAfterBootstrap (node:internal/test_runner/harness:332:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'TAP version 13\n' +
'# Subtest: describe timeout signal\n' +
' # Subtest: ok 1\n' +
' ok 1 - ok 1\n' +
' ---\n' +
' duration_ms: *\n' +
" type: 'test'\n" +
' ...\n' +
' # Subtest: ok 2\n' +
' ok 2 - ok 2\n' +
'...',
expected: 'TAP version 13\n' +
'# Subtest: describe timeout signal\n' +
' # Subtest: ok 1\n' +
' ok 1 - ok 1\n' +
' ---\n' +
' duration_ms: *\n' +
" type: 'test'\n" +
' ...\n' +
' # Subtest: ok 2\n' +
' ok 2 - ok 2\n' +
'...',
operator: 'strictEqual'
}
Test failure: 'test-runner/output/abort_hooks.js'
Location: test/parallel/test-runner-output.mjs:330:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
... Skipped lines
'before\n' +
'2.1\n' +
'2.2\n' +
'after\n' +
'beforeEach\n' +
...
' *\n' +
- ' *\n' +
' ...\n'
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|