diff options
Diffstat (limited to 'testing/web-platform/meta/websockets/Send-unpaired-surrogates.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/websockets/Send-unpaired-surrogates.any.js.ini | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/testing/web-platform/meta/websockets/Send-unpaired-surrogates.any.js.ini b/testing/web-platform/meta/websockets/Send-unpaired-surrogates.any.js.ini new file mode 100644 index 0000000000..f96c4fbde3 --- /dev/null +++ b/testing/web-platform/meta/websockets/Send-unpaired-surrogates.any.js.ini @@ -0,0 +1,28 @@ +[Send-unpaired-surrogates.any.worker.html?wss] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[Send-unpaired-surrogates.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[Send-unpaired-surrogates.any.html?wss] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[Send-unpaired-surrogates.any.html?wpt_flags=h2] + expected: + if (os == "android") and not swgl: [OK, TIMEOUT] + +[Send-unpaired-surrogates.any.worker.html?wpt_flags=h2] + expected: + if (os == "android") and not swgl and not fission: [OK, TIMEOUT] + if (os == "android") and not swgl and fission: [OK, TIMEOUT] + [Send unpaired surrogates on a WebSocket - Connection should be closed] + expected: + if os == "mac": [PASS, FAIL] + + +[Send-unpaired-surrogates.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |