decode-utf8.any.js.ini (2794B)
1 [decode-utf8.any.sharedworker.html] 2 [decoding one UTF-8 chunk should give one output string - SharedArrayBuffer] 3 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 4 expected: FAIL 5 6 [decoding an empty chunk should give no output chunks - SharedArrayBuffer] 7 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 8 expected: FAIL 9 10 [an initial empty chunk should be ignored - SharedArrayBuffer] 11 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 12 expected: FAIL 13 14 [a trailing empty chunk should be ignored - SharedArrayBuffer] 15 expected: FAIL 16 17 [UTF-8 EOF handling - SharedArrayBuffer] 18 expected: FAIL 19 20 21 [decode-utf8.any.html] 22 expected: 23 if (os == "android") and not debug: [OK, CRASH] 24 [decoding one UTF-8 chunk should give one output string - SharedArrayBuffer] 25 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 26 expected: FAIL 27 28 [decoding an empty chunk should give no output chunks - SharedArrayBuffer] 29 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 30 expected: FAIL 31 32 [an initial empty chunk should be ignored - SharedArrayBuffer] 33 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 34 expected: FAIL 35 36 [a trailing empty chunk should be ignored - SharedArrayBuffer] 37 expected: FAIL 38 39 [UTF-8 EOF handling - SharedArrayBuffer] 40 expected: FAIL 41 42 43 [decode-utf8.any.worker.html] 44 expected: 45 if (os == "mac") and not debug: [OK, CRASH] 46 if (os == "android") and not debug: [OK, CRASH] 47 [decoding one UTF-8 chunk should give one output string - SharedArrayBuffer] 48 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 49 expected: FAIL 50 51 [decoding an empty chunk should give no output chunks - SharedArrayBuffer] 52 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 53 expected: FAIL 54 55 [an initial empty chunk should be ignored - SharedArrayBuffer] 56 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 57 expected: FAIL 58 59 [a trailing empty chunk should be ignored - SharedArrayBuffer] 60 expected: FAIL 61 62 [UTF-8 EOF handling - SharedArrayBuffer] 63 expected: FAIL 64 65 66 [decode-utf8.any.serviceworker.html] 67 bug: 1600445 68 expected: 69 if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] 70 if (os == "android") and debug: [OK, TIMEOUT] 71 if (os == "android") and not debug: [OK, ERROR, TIMEOUT] 72 [decoding one UTF-8 chunk should give one output string - SharedArrayBuffer] 73 expected: FAIL 74 75 [an initial empty chunk should be ignored - SharedArrayBuffer] 76 expected: FAIL 77 78 [decoding an empty chunk should give no output chunks - SharedArrayBuffer] 79 expected: FAIL 80 81 [a trailing empty chunk should be ignored - SharedArrayBuffer] 82 expected: FAIL 83 84 [UTF-8 EOF handling - SharedArrayBuffer] 85 expected: FAIL