/encoding/streams/decode-utf8.any.html| status | subtest | message |
|---|---|---|
| PASS | decoding one UTF-8 chunk should give one output string - ArrayBuffer | |
| PASS | decoding an empty chunk should give no output chunks - ArrayBuffer | |
| PASS | an initial empty chunk should be ignored - ArrayBuffer | |
| PASS | a trailing empty chunk should be ignored - ArrayBuffer | |
| PASS | UTF-8 EOF handling - ArrayBuffer | |
| PASS | decoding one UTF-8 chunk should give one output string - SharedArrayBuffer | |
| PASS | decoding an empty chunk should give no output chunks - SharedArrayBuffer | |
| PASS | an initial empty chunk should be ignored - SharedArrayBuffer | |
| PASS | a trailing empty chunk should be ignored - SharedArrayBuffer | |
| PASS | UTF-8 EOF handling - SharedArrayBuffer | |
| FAIL | decoding a transferred Uint8Array chunk should give no output | promise_test: Unhandled rejection with value: object "Error: Transfer list is not supported" |
| FAIL | decoding a transferred ArrayBuffer chunk should give no output | promise_test: Unhandled rejection with value: object "Error: Transfer list is not supported" |
bundle built 2026-07-16T07:16:48.063Z