diff options
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 |