1
0
Fork 0
firefox/testing/web-platform/meta/encoding/streams/decode-utf8.any.js.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

85 lines
2.7 KiB
INI

[decode-utf8.any.sharedworker.html]
[decoding one UTF-8 chunk should give one output string - SharedArrayBuffer]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594
expected: FAIL
[decoding an empty chunk should give no output chunks - SharedArrayBuffer]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594
expected: FAIL
[an initial empty chunk should be ignored - SharedArrayBuffer]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594
expected: FAIL
[a trailing empty chunk should be ignored - SharedArrayBuffer]
expected: FAIL
[UTF-8 EOF handling - SharedArrayBuffer]
expected: FAIL
[decode-utf8.any.html]
expected:
if (os == "android") and not debug: [OK, CRASH]
[decoding one UTF-8 chunk should give one output string - SharedArrayBuffer]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594
expected: FAIL
[decoding an empty chunk should give no output chunks - SharedArrayBuffer]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594
expected: FAIL
[an initial empty chunk should be ignored - SharedArrayBuffer]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594
expected: FAIL
[a trailing empty chunk should be ignored - SharedArrayBuffer]
expected: FAIL
[UTF-8 EOF handling - SharedArrayBuffer]
expected: FAIL
[decode-utf8.any.worker.html]
expected:
if (os == "mac") and not debug: [OK, CRASH]
if (os == "android") and not debug: [OK, CRASH]
[decoding one UTF-8 chunk should give one output string - SharedArrayBuffer]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594
expected: FAIL
[decoding an empty chunk should give no output chunks - SharedArrayBuffer]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594
expected: FAIL
[an initial empty chunk should be ignored - SharedArrayBuffer]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594
expected: FAIL
[a trailing empty chunk should be ignored - SharedArrayBuffer]
expected: FAIL
[UTF-8 EOF handling - SharedArrayBuffer]
expected: FAIL
[decode-utf8.any.serviceworker.html]
bug: 1600445
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "android") and debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR, TIMEOUT]
[decoding one UTF-8 chunk should give one output string - SharedArrayBuffer]
expected: FAIL
[an initial empty chunk should be ignored - SharedArrayBuffer]
expected: FAIL
[decoding an empty chunk should give no output chunks - SharedArrayBuffer]
expected: FAIL
[a trailing empty chunk should be ignored - SharedArrayBuffer]
expected: FAIL
[UTF-8 EOF handling - SharedArrayBuffer]
expected: FAIL