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