diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /testing/web-platform/meta/encoding/streams/decode-utf8.any.js.ini | |
parent | Initial commit. (diff) | |
download | thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/encoding/streams/decode-utf8.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/encoding/streams/decode-utf8.any.js.ini | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/testing/web-platform/meta/encoding/streams/decode-utf8.any.js.ini b/testing/web-platform/meta/encoding/streams/decode-utf8.any.js.ini new file mode 100644 index 0000000000..3a69848f29 --- /dev/null +++ b/testing/web-platform/meta/encoding/streams/decode-utf8.any.js.ini @@ -0,0 +1,80 @@ +[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] + [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] + [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 and not swgl: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, 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 |