diff options
Diffstat (limited to 'tests/wpt/meta/encoding/streams/decode-split-character.any.js.ini')
-rw-r--r-- | tests/wpt/meta/encoding/streams/decode-split-character.any.js.ini | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/tests/wpt/meta/encoding/streams/decode-split-character.any.js.ini b/tests/wpt/meta/encoding/streams/decode-split-character.any.js.ini new file mode 100644 index 00000000000..0f8d7c31f56 --- /dev/null +++ b/tests/wpt/meta/encoding/streams/decode-split-character.any.js.ini @@ -0,0 +1,74 @@ +[decode-split-character.any.serviceworker.html] + expected: ERROR + +[decode-split-character.any.sharedworker.html] + expected: ERROR + +[decode-split-character.any.worker.html] + [a code point split between chunks should not be emitted until all bytes are available; split point = 2] + expected: FAIL + + [a code point split between chunks should not be emitted until all bytes are available; split point = 3] + expected: FAIL + + [a code point split between chunks should not be emitted until all bytes are available; split point = 4] + expected: FAIL + + [a code point split between chunks should not be emitted until all bytes are available; split point = 5] + expected: FAIL + + [a code point should be emitted as soon as all bytes are available] + expected: FAIL + + [an empty chunk inside a code point split between chunks should not change the output; split point = 1] + expected: FAIL + + [an empty chunk inside a code point split between chunks should not change the output; split point = 2] + expected: FAIL + + [an empty chunk inside a code point split between chunks should not change the output; split point = 3] + expected: FAIL + + [an empty chunk inside a code point split between chunks should not change the output; split point = 4] + expected: FAIL + + [an empty chunk inside a code point split between chunks should not change the output; split point = 5] + expected: FAIL + + [an empty chunk inside a code point split between chunks should not change the output; split point = 6] + expected: FAIL + + +[decode-split-character.any.html] + [a code point split between chunks should not be emitted until all bytes are available; split point = 2] + expected: FAIL + + [a code point split between chunks should not be emitted until all bytes are available; split point = 3] + expected: FAIL + + [a code point split between chunks should not be emitted until all bytes are available; split point = 4] + expected: FAIL + + [a code point split between chunks should not be emitted until all bytes are available; split point = 5] + expected: FAIL + + [a code point should be emitted as soon as all bytes are available] + expected: FAIL + + [an empty chunk inside a code point split between chunks should not change the output; split point = 1] + expected: FAIL + + [an empty chunk inside a code point split between chunks should not change the output; split point = 2] + expected: FAIL + + [an empty chunk inside a code point split between chunks should not change the output; split point = 3] + expected: FAIL + + [an empty chunk inside a code point split between chunks should not change the output; split point = 4] + expected: FAIL + + [an empty chunk inside a code point split between chunks should not change the output; split point = 5] + expected: FAIL + + [an empty chunk inside a code point split between chunks should not change the output; split point = 6] + expected: FAIL |