diff options
Diffstat (limited to 'testing/web-platform/meta/websockets/Send-binary-blob.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/websockets/Send-binary-blob.any.js.ini | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/web-platform/meta/websockets/Send-binary-blob.any.js.ini b/testing/web-platform/meta/websockets/Send-binary-blob.any.js.ini new file mode 100644 index 0000000000..792406ab70 --- /dev/null +++ b/testing/web-platform/meta/websockets/Send-binary-blob.any.js.ini @@ -0,0 +1,27 @@ +[Send-binary-blob.any.worker.html?wpt_flags=h2] + expected: + if (os == "android") and debug and not swgl and fission: [OK, TIMEOUT] + if (os == "android") and debug and not swgl and not fission: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, ERROR] + +[Send-binary-blob.any.html?wpt_flags=h2] + expected: + if (os == "android") and debug and not fission and not swgl: [OK, TIMEOUT] + if (os == "android") and debug and fission: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, ERROR] + +[Send-binary-blob.any.html?wss] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[Send-binary-blob.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[Send-binary-blob.any.worker.html?wss] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[Send-binary-blob.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |