Skip to content

lib: add utf16 fast path for TextDecoder #80509

lib: add utf16 fast path for TextDecoder

lib: add utf16 fast path for TextDecoder #80509

Triggered via pull request February 2, 2026 04:21
Status Failure
Total duration 2h 28m 22s
Artifacts

test-linux.yml

on: pull_request
Matrix: test-linux
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 2 notices
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
test-linux (ubuntu-24.04-arm): test/wpt/test-encoding.js#L0
--- stderr --- /home/runner/work/node/node/node/test/common/wpt.js:802 throw new Error( ^ Error: Found 3 unexpected failures. Consider updating test/wpt/status/encoding.json for these files: textdecoder-byte-order-marks.any.js textdecoder-fatal-streaming.any.js textdecoder-fatal.any.js at process.<anonymous> (/home/runner/work/node/node/node/test/common/wpt.js:802:15) at process.emit (node:events:508:20) Node.js v26.0.0-pre --- stdout --- [SKIPPED] idlharness-shadowrealm.window.js: ShadowRealm support is not enabled [SKIPPED] iso-2022-jp-decoder.any.js: iso-2022-jp decoder state handling bug: https://encoding.spec.whatwg.org/#iso-2022-jp-decoder [SKIPPED] legacy-mb-schinese/gb18030/gb18030-decoder.any.js: The gb18030 encoding is not supported [SKIPPED] legacy-mb-schinese/gbk/gbk-decoder.any.js: The gbk encoding is not supported [SKIPPED] replacement-encodings.any.js: decoding-helpers.js needs XMLHttpRequest [SKIPPED] single-byte-decoder.window.js?XMLHttpRequest: document is not defined [SKIPPED] single-byte-decoder.window.js?TextDecoder: document is not defined [SKIPPED] single-byte-decoder.window.js?document: document is not defined [SKIPPED] streams/invalid-realm.window.js: document is not defined [SKIPPED] streams/realms.window.js: window is not defined [SKIPPED] textdecoder-fatal-single-byte.any.js?1-1000: The iso-8859-16 encoding is not supported [SKIPPED] textdecoder-fatal-single-byte.any.js?1001-2000: The iso-8859-16 encoding is not supported [SKIPPED] textdecoder-fatal-single-byte.any.js?2001-3000: The iso-8859-16 encoding is not supported [SKIPPED] textdecoder-fatal-single-byte.any.js?3001-4000: The iso-8859-16 encoding is not supported [SKIPPED] textdecoder-fatal-single-byte.any.js?4001-5000: The iso-8859-16 encoding is not supported [SKIPPED] textdecoder-fatal-single-byte.any.js?5001-6000: The iso-8859-16 encoding is not supported [SKIPPED] textdecoder-fatal-single-byte.any.js?6001-7000: The iso-8859-16 encoding is not supported [SKIPPED] textdecoder-fatal-single-byte.any.js?7001-last: The iso-8859-16 encoding is not supported [SKIPPED] textdecoder-labels.any.js: The iso-8859-16 encoding is not supported [SKIPPED] textencoder-constructor-non-utf.any.js: The iso-8859-16 encoding is not supported [SKIPPED] unsupported-encodings.any.js: decoding-helpers.js needs XMLHttpRequest [SKIPPED] unsupported-labels.window.js: document is not defined [PASS] Default encodings [PASS] Default inputs [PASS] Encode/decode round trip: utf-8 [PASS] Decode sample: utf-16le [PASS] Decode sample: utf-16be [PASS] Decode sample: utf-16 [PASS] Invalid label "invalid-invalidLabel" should be rejected by TextDecoder. [PASS] Invalid label "\0unicode-1-1-utf-8" should be rejected by TextDecoder. [PASS] Invalid label "unicode-1-1-utf-8\0" should be rejected by TextDecoder. [PASS] Invalid label "\0unicode-1-1-utf-8\0" should be rejected by TextDecoder. [PASS] Invalid label "\vunicode-1-1-utf-8" should be rejected by TextDecoder. [PASS] Invalid label "unicode-1-1-utf-8\v" should be rejected by TextDecoder. [PASS] Invalid label "\vunicode-1-1-utf-8\v" should be rejected by TextDecoder. [PASS] Invalid label " unicode-1-1-utf-8" should be rejected by TextDecoder. [PASS] Invalid label "unicode-1-1-utf-8 " should be rejected by TextDecoder. [PASS] Invalid label " unicode-1-1-utf-8 " should be rejected by TextDecoder. [PASS] Invalid label "
unicode-1-1-utf-8" should be rejected by TextDecoder. [PASS] Invalid label "unicode-1-1-utf-8
" should be rejected by TextDecoder. [PASS] Invalid label "
unicode-1-1-utf-8
" should be rejected by TextDecoder. [PASS] Invalid label "
unicode-1-1-utf-8" should be rejected by TextDecoder. [PASS] Invalid label "unicode-1-1-utf-8
" should be rejected by TextDecoder. [PASS] Invalid label "
unicode-1-1-utf-8
" should be rejected by TextDecoder. [PASS] Invalid label "\0unicode11utf8" should be rejected by TextDecoder. [PASS] Invalid label "unicode11utf8\0" should be rejected by TextDecoder. [PASS] Invalid label "\0unicode11utf8\0" should be rejected by TextDecoder. [PASS] Inval
test-linux (ubuntu-24.04-arm): test/parallel/test-whatwg-encoding-singlebyte.mjs#L19
--- stdout --- Test failure: 'iso-8859-16' Location: test/parallel/test-whatwg-encoding-singlebyte.mjs:18:5 RangeError [ERR_ENCODING_NOT_SUPPORTED]: The "iso-8859-16" encoding is not supported at new TextDecoder (node:internal/encoding:483:15) at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-singlebyte.mjs:19:21) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Suite.processPendingSubtests (node:internal/test_runner/test:787:18) at Test.postRun (node:internal/test_runner/test:1247:19) at Test.run (node:internal/test_runner/test:1175:12) at async Suite.processPendingSubtests (node:internal/test_runner/test:787:7) { code: 'ERR_ENCODING_NOT_SUPPORTED' } Test failure: 'iso-8859-16' Location: test/parallel/test-whatwg-encoding-singlebyte.mjs:32:5 RangeError [ERR_ENCODING_NOT_SUPPORTED]: The "iso-8859-16" encoding is not supported at new TextDecoder (node:internal/encoding:483:15) at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-singlebyte.mjs:33:21) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Suite.processPendingSubtests (node:internal/test_runner/test:787:18) at Test.postRun (node:internal/test_runner/test:1247:19) at Test.run (node:internal/test_runner/test:1175:12) at async Suite.processPendingSubtests (node:internal/test_runner/test:787:7) { code: 'ERR_ENCODING_NOT_SUPPORTED' } Test failure: 'x-user-defined' Location: test/parallel/test-whatwg-encoding-singlebyte.mjs:75:1 RangeError [ERR_ENCODING_NOT_SUPPORTED]: The "x-user-defined" encoding is not supported at new TextDecoder (node:internal/encoding:483:15) at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-singlebyte.mjs:77:17) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.processPendingSubtests (node:internal/test_runner/test:787:18) at Suite.postRun (node:internal/test_runner/test:1247:19) at Suite.run (node:internal/test_runner/test:1548:10) at async Test.processPendingSubtests (node:internal/test_runner/test:787:7) { code: 'ERR_ENCODING_NOT_SUPPORTED' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-singlebyte.mjs
test-linux (ubuntu-24.04-arm): test/parallel/test-whatwg-encoding-custom-textdecoder.js#L113
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected 'TextDecoder {\n' + " encoding: 'utf-8',\n" + ' fatal: false,\n' + ' ignoreBOM: true,\n' + ' Symbol(flags): 4,\n' + + ' Symbol(handle): Converter {}\n' + - ' Symbol(handle): undefined\n' + '}' at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-custom-textdecoder.js:113:10) at Module._compile (node:internal/modules/cjs/loader:1809:14) at Object..js (node:internal/modules/cjs/loader:1940:10) at Module.load (node:internal/modules/cjs/loader:1530:32) at Module._load (node:internal/modules/cjs/loader:1332: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: true, code: 'ERR_ASSERTION', actual: 'TextDecoder {\n' + " encoding: 'utf-8',\n" + ' fatal: false,\n' + ' ignoreBOM: true,\n' + ' Symbol(flags): 4,\n' + ' Symbol(handle): Converter {}\n' + '}', expected: 'TextDecoder {\n' + " encoding: 'utf-8',\n" + ' fatal: false,\n' + ' ignoreBOM: true,\n' + ' Symbol(flags): 4,\n' + ' Symbol(handle): undefined\n' + '}', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node --expose-internals /home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-custom-textdecoder.js
test-linux (ubuntu-24.04-arm): test/parallel/test-whatwg-encoding-custom-textdecoder-fatal.js#L74
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Missing expected exception (TypeError). at /home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-custom-textdecoder-fatal.js:75:10 at Array.forEach (<anonymous>) at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-custom-textdecoder-fatal.js:74:5) at Module._compile (node:internal/modules/cjs/loader:1809:14) at Object..js (node:internal/modules/cjs/loader:1940:10) at Module.load (node:internal/modules/cjs/loader:1530:32) at Module._load (node:internal/modules/cjs/loader:1332: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: undefined, expected: { code: 'ERR_ENCODING_INVALID_ENCODED_DATA', name: 'TypeError' }, operator: 'throws', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-custom-textdecoder-fatal.js
test-linux (ubuntu-24.04-arm): test/parallel/test-whatwg-encoding-custom-fatal-streaming.js#L17
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Missing expected exception (TypeError). at /home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-custom-fatal-streaming.js:19:12 at Array.forEach (<anonymous>) at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-custom-fatal-streaming.js:17:5) at Module._compile (node:internal/modules/cjs/loader:1809:14) at Object..js (node:internal/modules/cjs/loader:1940:10) at Module.load (node:internal/modules/cjs/loader:1530:32) at Module._load (node:internal/modules/cjs/loader:1332: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: undefined, expected: { code: 'ERR_ENCODING_INVALID_ENCODED_DATA', name: 'TypeError', message: 'The encoded data was not valid for encoding utf-16le' }, operator: 'throws', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-custom-fatal-streaming.js
test-linux (ubuntu-24.04)
Process completed with exit code 2.
test-linux (ubuntu-24.04): test/wpt/test-encoding.js#L0
--- stderr --- /home/runner/work/node/node/node/test/common/wpt.js:802 throw new Error( ^ Error: Found 3 unexpected failures. Consider updating test/wpt/status/encoding.json for these files: textdecoder-byte-order-marks.any.js textdecoder-fatal-streaming.any.js textdecoder-fatal.any.js at process.<anonymous> (/home/runner/work/node/node/node/test/common/wpt.js:802:15) at process.emit (node:events:508:20) Node.js v26.0.0-pre --- stdout --- [SKIPPED] idlharness-shadowrealm.window.js: ShadowRealm support is not enabled [SKIPPED] iso-2022-jp-decoder.any.js: iso-2022-jp decoder state handling bug: https://encoding.spec.whatwg.org/#iso-2022-jp-decoder [SKIPPED] legacy-mb-schinese/gb18030/gb18030-decoder.any.js: The gb18030 encoding is not supported [SKIPPED] legacy-mb-schinese/gbk/gbk-decoder.any.js: The gbk encoding is not supported [SKIPPED] replacement-encodings.any.js: decoding-helpers.js needs XMLHttpRequest [SKIPPED] single-byte-decoder.window.js?XMLHttpRequest: document is not defined [SKIPPED] single-byte-decoder.window.js?TextDecoder: document is not defined [SKIPPED] single-byte-decoder.window.js?document: document is not defined [SKIPPED] streams/invalid-realm.window.js: document is not defined [SKIPPED] streams/realms.window.js: window is not defined [SKIPPED] textdecoder-fatal-single-byte.any.js?1-1000: The iso-8859-16 encoding is not supported [SKIPPED] textdecoder-fatal-single-byte.any.js?1001-2000: The iso-8859-16 encoding is not supported [SKIPPED] textdecoder-fatal-single-byte.any.js?2001-3000: The iso-8859-16 encoding is not supported [SKIPPED] textdecoder-fatal-single-byte.any.js?3001-4000: The iso-8859-16 encoding is not supported [SKIPPED] textdecoder-fatal-single-byte.any.js?4001-5000: The iso-8859-16 encoding is not supported [SKIPPED] textdecoder-fatal-single-byte.any.js?5001-6000: The iso-8859-16 encoding is not supported [SKIPPED] textdecoder-fatal-single-byte.any.js?6001-7000: The iso-8859-16 encoding is not supported [SKIPPED] textdecoder-fatal-single-byte.any.js?7001-last: The iso-8859-16 encoding is not supported [SKIPPED] textdecoder-labels.any.js: The iso-8859-16 encoding is not supported [SKIPPED] textencoder-constructor-non-utf.any.js: The iso-8859-16 encoding is not supported [SKIPPED] unsupported-encodings.any.js: decoding-helpers.js needs XMLHttpRequest [SKIPPED] unsupported-labels.window.js: document is not defined [PASS] Default encodings [PASS] Default inputs [PASS] Encode/decode round trip: utf-8 [PASS] Decode sample: utf-16le [PASS] Decode sample: utf-16be [PASS] Decode sample: utf-16 [PASS] Invalid label "invalid-invalidLabel" should be rejected by TextDecoder. [PASS] Invalid label "\0unicode-1-1-utf-8" should be rejected by TextDecoder. [PASS] Invalid label "unicode-1-1-utf-8\0" should be rejected by TextDecoder. [PASS] Invalid label "\0unicode-1-1-utf-8\0" should be rejected by TextDecoder. [PASS] Invalid label "\vunicode-1-1-utf-8" should be rejected by TextDecoder. [PASS] Invalid label "unicode-1-1-utf-8\v" should be rejected by TextDecoder. [PASS] Invalid label "\vunicode-1-1-utf-8\v" should be rejected by TextDecoder. [PASS] Invalid label " unicode-1-1-utf-8" should be rejected by TextDecoder. [PASS] Invalid label "unicode-1-1-utf-8 " should be rejected by TextDecoder. [PASS] Invalid label " unicode-1-1-utf-8 " should be rejected by TextDecoder. [PASS] Invalid label "
unicode-1-1-utf-8" should be rejected by TextDecoder. [PASS] Invalid label "unicode-1-1-utf-8
" should be rejected by TextDecoder. [PASS] Invalid label "
unicode-1-1-utf-8
" should be rejected by TextDecoder. [PASS] Invalid label "
unicode-1-1-utf-8" should be rejected by TextDecoder. [PASS] Invalid label "unicode-1-1-utf-8
" should be rejected by TextDecoder. [PASS] Invalid label "
unicode-1-1-utf-8
" should be rejected by TextDecoder. [PASS] Invalid label "\0unicode11utf8" should be rejected by TextDecoder. [PASS] Invalid label "unicode11utf8\0" should be rejected by TextDecoder. [PASS] Invalid label "\0unicode11utf8\0" should be rejected by TextDecoder. [PASS] Inval
test-linux (ubuntu-24.04): test/parallel/test-whatwg-encoding-singlebyte.mjs#L19
--- stdout --- Test failure: 'iso-8859-16' Location: test/parallel/test-whatwg-encoding-singlebyte.mjs:18:5 RangeError [ERR_ENCODING_NOT_SUPPORTED]: The "iso-8859-16" encoding is not supported at new TextDecoder (node:internal/encoding:483:15) at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-singlebyte.mjs:19:21) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Suite.processPendingSubtests (node:internal/test_runner/test:787:18) at Test.postRun (node:internal/test_runner/test:1247:19) at Test.run (node:internal/test_runner/test:1175:12) at async Suite.processPendingSubtests (node:internal/test_runner/test:787:7) { code: 'ERR_ENCODING_NOT_SUPPORTED' } Test failure: 'iso-8859-16' Location: test/parallel/test-whatwg-encoding-singlebyte.mjs:32:5 RangeError [ERR_ENCODING_NOT_SUPPORTED]: The "iso-8859-16" encoding is not supported at new TextDecoder (node:internal/encoding:483:15) at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-singlebyte.mjs:33:21) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Suite.processPendingSubtests (node:internal/test_runner/test:787:18) at Test.postRun (node:internal/test_runner/test:1247:19) at Test.run (node:internal/test_runner/test:1175:12) at async Suite.processPendingSubtests (node:internal/test_runner/test:787:7) { code: 'ERR_ENCODING_NOT_SUPPORTED' } Test failure: 'x-user-defined' Location: test/parallel/test-whatwg-encoding-singlebyte.mjs:75:1 RangeError [ERR_ENCODING_NOT_SUPPORTED]: The "x-user-defined" encoding is not supported at new TextDecoder (node:internal/encoding:483:15) at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-singlebyte.mjs:77:17) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.processPendingSubtests (node:internal/test_runner/test:787:18) at Suite.postRun (node:internal/test_runner/test:1247:19) at Suite.run (node:internal/test_runner/test:1548:10) at async Test.processPendingSubtests (node:internal/test_runner/test:787:7) { code: 'ERR_ENCODING_NOT_SUPPORTED' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-singlebyte.mjs
test-linux (ubuntu-24.04): test/parallel/test-whatwg-encoding-custom-textdecoder.js#L113
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected 'TextDecoder {\n' + " encoding: 'utf-8',\n" + ' fatal: false,\n' + ' ignoreBOM: true,\n' + ' Symbol(flags): 4,\n' + + ' Symbol(handle): Converter {}\n' + - ' Symbol(handle): undefined\n' + '}' at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-custom-textdecoder.js:113:10) at Module._compile (node:internal/modules/cjs/loader:1809:14) at Object..js (node:internal/modules/cjs/loader:1940:10) at Module.load (node:internal/modules/cjs/loader:1530:32) at Module._load (node:internal/modules/cjs/loader:1332: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: true, code: 'ERR_ASSERTION', actual: 'TextDecoder {\n' + " encoding: 'utf-8',\n" + ' fatal: false,\n' + ' ignoreBOM: true,\n' + ' Symbol(flags): 4,\n' + ' Symbol(handle): Converter {}\n' + '}', expected: 'TextDecoder {\n' + " encoding: 'utf-8',\n" + ' fatal: false,\n' + ' ignoreBOM: true,\n' + ' Symbol(flags): 4,\n' + ' Symbol(handle): undefined\n' + '}', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node --expose-internals /home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-custom-textdecoder.js
test-linux (ubuntu-24.04): test/parallel/test-whatwg-encoding-custom-textdecoder-fatal.js#L74
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Missing expected exception (TypeError). at /home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-custom-textdecoder-fatal.js:75:10 at Array.forEach (<anonymous>) at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-custom-textdecoder-fatal.js:74:5) at Module._compile (node:internal/modules/cjs/loader:1809:14) at Object..js (node:internal/modules/cjs/loader:1940:10) at Module.load (node:internal/modules/cjs/loader:1530:32) at Module._load (node:internal/modules/cjs/loader:1332: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: undefined, expected: { code: 'ERR_ENCODING_INVALID_ENCODED_DATA', name: 'TypeError' }, operator: 'throws', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-custom-textdecoder-fatal.js
test-linux (ubuntu-24.04): test/parallel/test-whatwg-encoding-custom-fatal-streaming.js#L17
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Missing expected exception (TypeError). at /home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-custom-fatal-streaming.js:19:12 at Array.forEach (<anonymous>) at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-custom-fatal-streaming.js:17:5) at Module._compile (node:internal/modules/cjs/loader:1809:14) at Object..js (node:internal/modules/cjs/loader:1940:10) at Module.load (node:internal/modules/cjs/loader:1530:32) at Module._load (node:internal/modules/cjs/loader:1332: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: undefined, expected: { code: 'ERR_ENCODING_INVALID_ENCODED_DATA', name: 'TypeError', message: 'The encoded data was not valid for encoding utf-16le' }, operator: 'throws', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-whatwg-encoding-custom-fatal-streaming.js
sccache stats
0% - 0 hits, 0 misses, 0 errors
sccache stats
0% - 0 hits, 0 misses, 0 errors