diff options
Diffstat (limited to 'testing/web-platform/meta/encoding/textdecoder-copy.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/encoding/textdecoder-copy.any.js.ini | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/web-platform/meta/encoding/textdecoder-copy.any.js.ini b/testing/web-platform/meta/encoding/textdecoder-copy.any.js.ini new file mode 100644 index 0000000000..a4446f7697 --- /dev/null +++ b/testing/web-platform/meta/encoding/textdecoder-copy.any.js.ini @@ -0,0 +1,21 @@ +[textdecoder-copy.any.html] + [Modify buffer after passing it in (SharedArrayBuffer)] + expected: FAIL + + +[textdecoder-copy.any.worker.html] + [Modify buffer after passing it in (SharedArrayBuffer)] + expected: FAIL + + +[textdecoder-copy.any.sharedworker.html] + [Modify buffer after passing it in (SharedArrayBuffer)] + expected: FAIL + + +[textdecoder-copy.any.serviceworker.html] + expected: + if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [Modify buffer after passing it in (SharedArrayBuffer)] + expected: FAIL |