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