Failures in node-test-pull-request/72843 to node-test-pull-request/72937 that failed 2 or more PRs
(Generated with ncu-ci walk pr --stats=true --markdown reports/2026-04-27.md)
| UTC Time | RUNNING | SUCCESS | UNSTABLE | ABORTED | FAILURE | Green Rate |
|---|---|---|---|---|---|---|
| 2026-04-27 00:25 | 0 | 16 | 17 | 1 | 66 | 16.16% |
| Reason | Backing channel 'JNLP4-connect connection from ... is disconnected. |
|---|---|
| Type | JENKINS_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/62823/, https://github.com/nodejs/node/pull/61898/) |
| Appeared | test-rackspace-ubuntu2404-x64-1, test-rackspace-ubuntu2404-x64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/72877/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/72899/ |
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 119.9.52.75/119.9.52.75:52332' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:227)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:306)
at jdk.proxy2/jdk.proxy2.$Proxy194.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1227)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1219)
Example
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from [email protected]:nodejs/node.git
at PluginClassLoader for git//hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:998)
at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1239)
at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310)
at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
Example
fatal: No rebase in progress?
Example
ERROR: Step �Publish JUnit test result report� failed: No test report files were found. Configuration error?
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE
Example
not ok 935 parallel/test-debugger-probe-json-preview
---
duration_ms: 3942.16100
severity: fail
exitcode: 1
stack: |-
[process 2876717]: --- stderr ---
[process 2876717]: --- stdout ---
{"v":1,"probes":[{"expr":"objectValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"arrayValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"errorValue","target":["test/fixtures/debugger/probe-types.js",17]}],"results":[{"probe":0,"event":"hit","hit":1,"result":{"type":"object","description":"Object","preview":{"type":"object","description":"Object","overflow":false,"properties":[{"name":"alpha","type":"number","value":"1"},{"name":"beta","type":"string","value":"two"}]}}},{"probe":1,"event":"hit","hit":1,"result":{"type":"object","subtype":"array","description":"Array(3)","preview":{"type":"object","subtype":"array","description":"Array(3)","overflow":false,"properties":[{"name":"0","type":"number","value":"1"},{"name":"1","type":"string","value":"two"},{"name":...
Example
not ok 5282 wpt/test-hr-time
---
duration_ms: 2425.82100
severity: fail
exitcode: 1
stack: |-
[SKIPPED] idlharness-shadowrealm.window.js: ShadowRealm support is not enabled
[SKIPPED] window-worker-timeOrigin.window.js: depends on URL.createObjectURL(blob)
[PASS] self.performance.now() is a function that returns a number
[PASS] self.performance.now() returns a positive number
[PASS] self.performance.now() difference is not negative
[PASS] Performance interface extends EventTarget.
[PASS] self.performance.now() returns a positive number
[PASS] self.performance.now() difference is not negative
[PASS] idl_test validation
[PASS] Partial interface mixin WindowOrWorkerGlobalScope: original interface mixin defined
[PASS] Partial interface mixin WindowOrWorkerGlobalScope: member names are unique
[PASS] Partial interface Window: member names are unique
[PASS] Window includes GlobalEventHandlers: member names are unique
[PASS] Window includes WindowEventH...
Example
not ok 5332 wpt/test-wasm-jsapi
---
duration_ms: 1437.41600
severity: crashed
exitcode: -5
stack: |-
[SKIPPED] esm-integration/global-exports-live-bindings.tentative.any.js: Live bindings unsupported pending V8 WebAssemblyModuleRecord
[SKIPPED] esm-integration/namespace-instance.tentative.any.js: pending https://github.com/nodejs/node/pull/59024
[SKIPPED] esm-integration/v128-tdz.tentative.any.js: v128 undefined Wasm bindings not yet supported in V8
[SKIPPED] exception/getArg.tentative.any.js: track - still tentative / unsupported
[SKIPPED] function/call.tentative.any.js: track - still tentative / unsupported
[SKIPPED] function/constructor.tentative.any.js: track - still tentative / unsupported
[SKIPPED] function/table.tentative.any.js: track - still tentative / unsupported
[SKIPPED] function/type.tentative.any.js: track - still tentative / unsupported
[SKIPPED] global/type.tentative.any.js: track - still tentative / unsupported
[SKIPPED] idlharness.any.js: tr...
Example
not ok 597 parallel/test-debugger-probe-child-inspect-port-zero
---
duration_ms: 1046.04100
severity: fail
exitcode: 1
stack: |-
[process 3554880]: --- stderr ---
[process 3554880]: --- stdout ---
{"v":1,"probes":[{"expr":"finalValue","target":["test/fixtures/debugger/probe.js",12]}],"results":[{"probe":0,"event":"hit","hit":1,"result":{"type":"number","value":81,"description":"81"}},{"event":"error","pending":[],"error":{"code":"probe_target_exit","message":"Target exited with signal SIGSEGV before target completion","signal":"SIGSEGV","stderr":"probe stderr"}}]}
[process 3554880]: status = 0, signal = null
/home/iojs/build/workspace/node/test/common/child_process.js:112
throw error;
^
Error: - stdout did not match expectation, checker throws:
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
... Skipped lines
{
probes: [
{
expr: 'finalValue',
...
Example
not ok 1313 parallel/test-debugger-probe-miss
---
duration_ms: 622.71500
severity: fail
exitcode: 1
stack: |-
[process 1746018]: --- stderr ---
[process 1746018]: --- stdout ---
{"v":1,"probes":[{"expr":"42","target":["test/fixtures/debugger/probe-miss.js",99]}],"results":[{"event":"error","pending":[0],"error":{"code":"probe_target_exit","message":"Target exited with signal SIGSEGV before probes: test/fixtures/debugger/probe-miss.js:99","signal":"SIGSEGV","stderr":""}}]}
[process 1746018]: status = 0, signal = null
/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/child_process.js:112
throw error;
^
Error: - stdout did not match expectation, checker throws:
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
... Skipped lines
{
probes: [
{
expr: '42',
target: [
...
Example
not ok 868 parallel/test-sqlite-database-sync
---
duration_ms: 454.99800
severity: fail
exitcode: 1
stack: |-
Can't clean tmpdir: d:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.872
Files blocking: [
'database-1.db', 'database-10.db',
'database-11.db', 'database-12.db',
'database-13.db', 'database-15.db',
'database-17.db', 'database-18.db',
'database-19.db', 'database-2.db',
'database-21.db', 'database-24.db',
'database-25.db', 'database-26.db',
'database-27.db', 'database-3.db',
'database-4.db', 'database-5.db',
'database-6.db', 'database-7.db',
'database-8.db', 'database-9.db'
]
d:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:80
throw e;
^
Error: EPERM, Permission denied: \\?\d:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.872 '\\?\d:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.872'
at Object.rmSync (nod...
Example
not ok 4730 test-runner/test-run-watch-without-file
---
duration_ms: 3979.47000
severity: fail
exitcode: 1
stack: |-
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /tests 1/. Input:
'# Subtest: test.js\n' +
'not ok 2 - test.js\n' +
' ---\n' +
' duration_ms: 1045.042914\n' +
" type: 'test'\n" +
" location: '/Users/admin/node-tmp/.tmp.4728/test.js:1:1'\n" +
" failureType: 'testCodeFailure'\n" +
' exitCode: ~\n' +
" signal: 'SIGTERM'\n" +
" error: 'test failed'\n" +
" code: 'ERR_TEST_FAILURE'\n" +
' ...\n' +
'# Subtest: test has ran\n' +
'ok 2 - test has ran\n' +
' ---\n' +
' duration_ms: 1.018869\n' +
" type: 'test'\n" +
' ...\n' +
'1..2\n' +
'# tests 2\n' +
'# suites 0\n' +
'# pass 1\n' +
'# fail 1\n' +
'# cancelled 0\n'...
Example
not ok 936 parallel/test-debugger-probe-json-special-values
---
duration_ms: 4731.85400
severity: fail
exitcode: 1
stack: |-
[process 2588555]: --- stderr ---
[process 2588555]: --- stdout ---
{"v":1,"probes":[{"expr":"stringValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"booleanValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"undefinedValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"nullValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"nanValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"bigintValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"symbolValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"functionValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"objectValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"arrayValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"errorVal...
Example
not ok 935 parallel/test-debugger-probe-text
---
duration_ms: 4960.53100
severity: fail
exitcode: 1
stack: |-
[process 717934]: --- stderr ---
[process 717934]: --- stdout ---
Hit 1 at test/fixtures/debugger/probe.js:12
finalValue = 81
Target exited with signal SIGSEGV before target completion
[stderr]
probe stderr
[process 717934]: status = 0, signal = null
/home/iojs/build/workspace/node/test/common/child_process.js:112
throw error;
^
Error: - stdout did not match expectation, checker throws:
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'Hit 1 at test/fixtures/debugger/probe.js:12\n' +
+ ' finalValue = 81\n' +
+ 'Target exited with signal SIGSEGV before target completion\n' +
+ ' [stderr]\n' +
+ ' probe stderr'
- 'Hit 1 at test/fixtures/debugger/probe.js:12\n finalValue = 81\nCompleted'
at stdout (/home/iojs/build/...
Example
not ok 794 parallel/test-process-finalization
---
duration_ms: 2149.99500
severity: fail
exitcode: 1
stack: |-
Test failure: 'register is different per thread'
Location: test\parallel\test-process-finalization.mjs:27:1
Error: - stdout did not match 'shutdown on worker\nshutdown on main thread\n'
at TestContext.<anonymous> (file:///d:/workspace/node-test-binary-windows-js-suites/node/test/parallel/test-process-finalization.mjs:28:3)
at Test.runInAsyncScope (node:async_hooks:226:14)
at Test.run (node:internal/test_runner/test:1306:25)
at Test.processPendingSubtests (node:internal/test_runner/test:897:18)
at Test.postRun (node:internal/test_runner/test:1447:19)
at Test.run (node:internal/test_runner/test:1372:12)
at async Test.processPendingSubtests (node:internal/test_runner/test:897:7) {
options: {
cwd: 'd:\\workspace\\node-test-binary-windows-js-suites\\node\\test\\fixtures\\process'
},
command: 'd:\\worksp...
Example
not ok 1107 sequential/test-debugger-pid
---
duration_ms: 120210.47400
severity: fail
exitcode: 1
stack: |-
timeout
...
Example
not ok 4729 test-runner/test-run-watch-run-duration
---
duration_ms: 4152.50400
severity: fail
exitcode: 1
stack: |-
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /tests 1/. Input:
'# Subtest: test.js\n' +
'not ok 2 - test.js\n' +
' ---\n' +
' duration_ms: 1055.728205\n' +
" type: 'test'\n" +
" location: '/Users/admin/node-tmp/.tmp.4727/test.js:1:1'\n" +
" failureType: 'testCodeFailure'\n" +
' exitCode: ~\n' +
" signal: 'SIGTERM'\n" +
" error: 'test failed'\n" +
" code: 'ERR_TEST_FAILURE'\n" +
' ...\n' +
'# Subtest: test has ran\n' +
'ok 2 - test has ran\n' +
' ---\n' +
' duration_ms: 1.013656\n' +
" type: 'test'\n" +
' ...\n' +
'1..2\n' +
'# tests 2\n' +
'# suites 0\n' +
'# pass 1\n' +
'# fail 1\n' +
'# cancelled 0\n'...
Example
not ok 601 parallel/test-debugger-probe-json
---
duration_ms: 1883.44200
severity: fail
exitcode: 1
stack: |-
[process 2735696]: --- stderr ---
[process 2735696]: --- stdout ---
{"v":1,"probes":[{"expr":"index","target":["test/fixtures/debugger/probe.js",8]},{"expr":"total","target":["test/fixtures/debugger/probe.js",8]},{"expr":"finalValue","target":["test/fixtures/debugger/probe.js",12]}],"results":[{"probe":0,"event":"hit","hit":1,"result":{"type":"number","value":0,"description":"0"}},{"probe":1,"event":"hit","hit":1,"result":{"type":"number","value":0,"description":"0"}},{"probe":0,"event":"hit","hit":2,"result":{"type":"number","value":1,"description":"1"}},{"probe":1,"event":"hit","hit":2,"result":{"type":"number","value":40,"description":"40"}},{"probe":2,"event":"hit","hit":1,"result":{"type":"number","value":81,"description":"81"}},{"event":"error","pending":[],"error":{"code":"probe_target_exit","message":"Target exited with signal SIGSEGV before target completion","signa...
Example
not ok 4720 test-runner/test-run-watch-dependency-repeatedly
---
duration_ms: 4236.97400
severity: fail
exitcode: 1
stack: |-
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /tests 1/. Input:
'# Subtest: test.js\n' +
'not ok 2 - test.js\n' +
' ---\n' +
' duration_ms: 1064.697056\n' +
" type: 'test'\n" +
" location: '/Users/admin/node-tmp/.tmp.4715/test.js:1:1'\n" +
" failureType: 'testCodeFailure'\n" +
' exitCode: ~\n' +
" signal: 'SIGTERM'\n" +
" error: 'test failed'\n" +
" code: 'ERR_TEST_FAILURE'\n" +
' ...\n' +
'# Subtest: test has ran\n' +
'ok 2 - test has ran\n' +
' ---\n' +
' duration_ms: 1.490055\n' +
" type: 'test'\n" +
' ...\n' +
'1..2\n' +
'# tests 2\n' +
'# suites 0\n' +
'# pass 1\n' +
'# fail 1\n' +
'# cance...
Example
not ok 4727 test-runner/test-run-watch-repeatedly
---
duration_ms: 4354.38500
severity: fail
exitcode: 1
stack: |-
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /tests 1/. Input:
'# Subtest: test.js\n' +
'not ok 2 - test.js\n' +
' ---\n' +
' duration_ms: 1017.451177\n' +
" type: 'test'\n" +
" location: '/Users/admin/node-tmp/.tmp.4725/test.js:1:1'\n" +
" failureType: 'testCodeFailure'\n" +
' exitCode: ~\n' +
" signal: 'SIGTERM'\n" +
" error: 'test failed'\n" +
" code: 'ERR_TEST_FAILURE'\n" +
' ...\n' +
'# Subtest: test has ran\n' +
'ok 2 - test has ran\n' +
' ---\n' +
' duration_ms: 1.022548\n' +
" type: 'test'\n" +
' ...\n' +
'1..2\n' +
'# tests 2\n' +
'# suites 0\n' +
'# pass 1\n' +
'# fail 1\n' +
'# cancelled 0\n' +...
Example
not ok 598 parallel/test-debugger-probe-global-option-order
---
duration_ms: 867.47900
severity: fail
exitcode: 1
stack: |-
[process 1878550]: --- stderr ---
[process 1878550]: --- stdout ---
{"v":1,"probes":[{"expr":"finalValue","target":["test/fixtures/debugger/probe.js",12]}],"results":[{"probe":0,"event":"hit","hit":1,"result":{"type":"number","value":81,"description":"81"}},{"event":"error","pending":[],"error":{"code":"probe_target_exit","message":"Target exited with signal SIGSEGV before target completion","signal":"SIGSEGV","stderr":"probe stderr"}}]}
[process 1878550]: status = 0, signal = null
/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/child_process.js:112
throw error;
^
Error: - stdout did not match expectation, checker throws:
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
... Skipped lines
{
probes: [
{
...
Example
not ok 5258 sequential/test-watch-mode-restart-esm-loading-error
---
duration_ms: 1505.16100
severity: fail
exitcode: 1
stack: |-
file:///Users/admin/build/workspace/node-test-commit-osx/nodes/macos15-x64/test/sequential/test-watch-mode-restart-esm-loading-error.mjs:83
future.reject(new Error('Timed out waiting for restart'));
^
Error: Timed out waiting for restart
at Timeout.<anonymous> (file:///Users/admin/build/workspace/node-test-commit-osx/nodes/macos15-x64/test/sequential/test-watch-mode-restart-esm-loading-error.mjs:83:25)
at listOnTimeout (node:internal/timers:605:17)
at process.processTimers (node:internal/timers:541:7)
Node.js v26.0.0-pre
...
Example
not ok 4712 test-runner/test-run-watch-cwd-isolation-none
---
duration_ms: 889.59800
severity: fail
exitcode: 1
stack: |-
...
| Reason | client-proxy/test-https-proxy-request-invalid-char-in-url |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/62810/, https://github.com/nodejs/node/pull/62900/) |
| Appeared | vm-wxod7, vm-rrwvy |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/72874/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/72887/ |
Example
not ok 4312 client-proxy/test-https-proxy-request-invalid-char-in-url
---
duration_ms: 1260.18800
severity: fail
exitcode: 1
stack: |-
#6 eneded response for: 'https://local\rhost:55407/carriage-return-in-host'
#5 eneded response for: 'https://local\r\nhost:55407/crlf-in-host'
#4 eneded response for: 'https://local\nhost:55407/newline-in-host'
#3 eneded response for: 'https://localhost:5\r5407/carriage-return-in-port'
#2 eneded response for: 'https://localhost:5\r\n5407/crlf-in-port'
#1 eneded response for: 'https://localhost:5\n5407/newline-in-port'
node:assert:150
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Set(8) {
- Set(6) {
{
+ error: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
+ at _write (node:internal/streams/writable:489:11)
+ at Writable.write (node:internal/streams/writable:510:10)
+ ...
Example
not ok 2720 parallel/test-net-autoselectfamily
---
duration_ms: 5368.43100
severity: fail
exitcode: 1
stack: |-
Mismatched <anonymous> function calls. Expected exactly 1, actual 2.
at Proxy.mustCall (/home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos23-x64/test/common/index.js:466:10)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos23-x64/test/parallel/test-net-autoselectfamily.js:59:42)
at Module._compile (node:internal/modules/cjs/loader:1829:14)
at Object..js (node:internal/modules/cjs/loader:1969:10)
at Module.load (node:internal/modules/cjs/loader:1552:32)
at Module._load (node:internal/modules/cjs/loader:1354:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47
Mismatched <anonymous> function calls. Expected exactly 1, actua...
Example
not ok 2921 parallel/test-runner-run
---
duration_ms: 30422.90200
severity: fail
exitcode: 1
stack: |-
Test failure: 'should support timeout'
Location: test/parallel/test-runner-run.mjs:91:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'uncaughtException'
- 'testTimeoutFailure'
at TestsStream.<anonymous> (file:///Users/admin/build/workspace/node-test-commit-osx/nodes/macos15-x64/test/parallel/test-runner-run.mjs:96:14)
at TestsStream.<anonymous> (/Users/admin/build/workspace/node-test-commit-osx/nodes/macos15-x64/test/common/index.js:508:15)
at TestsStream.emit (node:events:509:20)
at [kEmitMessage] (node:internal/test_runner/tests_stream:170:10)
at TestsStream.fail (node:internal/test_runner/tests_stream:38:23)
at FileTest.report (node:internal/test_runner/test:1599:21)
at FileTest.report (node:internal/test_runner/runner:341:13)
at FileTest.finalize (node...
Example
not ok 4904 pummel/test-repl-paste-big-data
---
duration_ms: 6246.71000
severity: fail
exitcode: 1
stack: |-
node:internal/process/promises:332
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert.ok(diff.user < 4e6)
at REPLServer.<anonymous> (/Users/admin/build/workspace/node-test-commit-osx/nodes/macos15-x64/test/pummel/test-repl-paste-big-data.js:22:10)
at REPLServer.<anonymous> (/Users/admin/build/workspace/node-test-commit-osx/nodes/macos15-x64/test/common/index.js:508:15)
at Object.onceWrapper (node:events:630:28)
at REPLServer.emit (node:events:521:24)
at REPLServer.emitExit (node:repl:745:12)
at REPLServer.emit (node:events:521:24)
at REPLServer.close (node:internal/readline/interface:555:10)
at node:repl:1120:58 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
...
Example
not ok 5260 sequential/test-performance-eventloopdelay
---
duration_ms: 7303.50000
severity: fail
exitcode: 1
stack: |-
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(histogram.min > 0)
at Immediate.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/sequential/test-performance-eventloopdelay.js:74:9)
at Immediate._onImmediate (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:508:15)
at process.processImmediate (node:internal/timers:504:21) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v26.0.0-pre
...
Example
not ok 5315 wpt/test-blob
---
duration_ms: 837.08100
severity: crashed
exitcode: -5
stack: |-
[SKIPPED] Blob-array-buffer.any.js: V8 DecommitPages race condition on AIX (munmap/mmap non-atomic)
[SKIPPED] Blob-constructor-dom.window.js: Depends on DOM API
[SKIPPED] Blob-in-worker.worker.js: Depends on Web Workers API
[PASS] Blob.stream() returns [NewObject]
[PASS] Blob.text() returns [NewObject]
[PASS] Blob.arrayBuffer() returns [NewObject]
[PASS] Blob.bytes() returns [NewObject]
[PASS] Blob.bytes()
[PASS] Blob.bytes() empty Blob data
[PASS] Blob.bytes() non-ascii input
[PASS] Blob.bytes() non-unicode input
[PASS] Blob.bytes() concurrent reads
[PASS] slice start is negative, relativeStart will be max((size + start), 0)
[PASS] slice start is greater than blob size, relativeStart will be min(start, size)
[PASS] slice end is negative, relativeEnd will be max((size + end), 0)
[PASS] slice end is greater than blob size, relativeEnd will be mi...