Skip to content

test: update wpt/wasm/jsapi status for Global setter without argument #1885

test: update wpt/wasm/jsapi status for Global setter without argument

test: update wpt/wasm/jsapi status for Global setter without argument #1885

Triggered via push May 28, 2026 10:19
Status Failure
Total duration 2h 17m 41s
Artifacts

test-macos.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
test-macOS
Process completed with exit code 2.
test-macOS: test/parallel/test-v8-serdes.js#L200
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: New serialization format. This test is expected to fail when V8 changes its serialization format. When that happens, the "desStr" variable must be updated to the new value and the change should be mentioned in the release notes, as it is semver-major. Consider opening an issue as a heads up at https://github.com/nodejs/node/issues/new + actual - expected + 'ff106f2203666f6f5e007b01' - 'ff0f6f2203666f6f5e007b01' ^ at Object.<anonymous> (/Users/runner/work/node-v8/node-v8/node/test/parallel/test-v8-serdes.js:200:10) at Module._compile (node:internal/modules/cjs/loader:1879:14) at Module._extensions..js (node:internal/modules/cjs/loader:2019:10) at Module.load (node:internal/modules/cjs/loader:1602:32) at Module._load (node:internal/modules/cjs/loader:1404: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 { generatedMessage: false, code: 'ERR_ASSERTION', actual: 'ff106f2203666f6f5e007b01', expected: 'ff0f6f2203666f6f5e007b01', operator: 'deepStrictEqual', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node --expose-internals /Users/runner/work/node-v8/node-v8/node/test/parallel/test-v8-serdes.js
test-macOS: test/parallel/test-runner-v8-deserializer.mjs#L106
--- stdout --- Test failure: 'should not hang when buffer starts with v8Header followed by oversized length' Location: test/parallel/test-runner-v8-deserializer.mjs:95:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + '�\x0F\x7F���' - 'ÿ\x0F\x7F���' at TestContext.<anonymous> (file:///Users/runner/work/node-v8/node-v8/node/test/parallel/test-runner-v8-deserializer.mjs:106:12) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1389:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '�\x0F\x7F���', expected: 'ÿ\x0F\x7F���', operator: 'strictEqual', diff: 'simple' } Test failure: 'should flush incomplete v8 frame as stdout and keep prior valid data' Location: test/parallel/test-runner-v8-deserializer.mjs:109:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'hello�\x0F\x00\x01\x00\x00' - 'helloÿ\x0F\x00\x01\x00\x00' ^ at TestContext.<anonymous> (file:///Users/runner/work/node-v8/node-v8/node/test/parallel/test-runner-v8-deserializer.mjs:116:12) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1389:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'hello�\x0F\x00\x01\x00\x00', expected: 'helloÿ\x0F\x00\x01\x00\x00', operator: 'strictEqual', diff: 'simple' } Test failure: 'should flush v8Header-only bytes as stdout when stream ends' Location: test/parallel/test-runner-v8-deserializer.mjs:119:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: '�\x0F' !== 'ÿ\x0F' at TestContext.<anonymous> (file:///Users/runner/work/node-v8/node-v8/node/test/parallel/test-runner-v8-deserializer.mjs:123:12) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1389:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '�\x0F', expected: 'ÿ\x0F', operator: 'strictEqual', diff: 'simple' } Test failure: 'should resync and parse valid messages after false v8 header' Location: test/parallel/test-runner-v8-deserializer.mjs:126:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + '�\x0F\x7F���' - 'ÿ\x0F\x7F���' at TestContext.<anonymous> (file:///Users/runner/work/node-v8/node-v8/node/test/parallel/test-runner-v8-deserializer.mjs:136:12) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1389:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '�\x0F\x7F���', expected: 'ÿ\x0F\x7F���', operator: 'strictEqual', diff: 'simple' } Test failure: 'should preserve a false v8 header split across chunks' Location: test/parallel/test-runner-v8-deserializer.mjs:139:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + '�\x0F\x7F���' - 'ÿ\x0F\x7F���' at TestContext.<anonymous> (file:///Users/runner/work/node-v8/node-v8/node/test/parallel/test-runner-v8-deserializer.mjs:145:12) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1389:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '�\x0F\x7F���', expected: 'ÿ\x0F\x7F���', operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --expose-internals --no-warnin