diff options
Diffstat (limited to 'testing/web-platform/meta/websockets/Create-valid-url-array-protocols.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/websockets/Create-valid-url-array-protocols.any.js.ini | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/testing/web-platform/meta/websockets/Create-valid-url-array-protocols.any.js.ini b/testing/web-platform/meta/websockets/Create-valid-url-array-protocols.any.js.ini new file mode 100644 index 0000000000..eb8591ae0c --- /dev/null +++ b/testing/web-platform/meta/websockets/Create-valid-url-array-protocols.any.js.ini @@ -0,0 +1,34 @@ +[Create-valid-url-array-protocols.any.worker.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + +[Create-valid-url-array-protocols.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[Create-valid-url-array-protocols.any.html?wpt_flags=h2] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + if (os == "mac") and not debug: [OK, TIMEOUT] + [Create WebSocket - Pass a valid URL and array of protocol strings - Connection should be closed] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + + +[Create-valid-url-array-protocols.any.worker.html?wpt_flags=h2] + expected: + if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and fission: [OK, TIMEOUT] + [Create WebSocket - Pass a valid URL and array of protocol strings - Connection should be closed] + expected: + if (os == "mac") and debug: [PASS, FAIL] + if (os == "mac") and not debug: [PASS, FAIL, NOTRUN] + + +[Create-valid-url-array-protocols.any.worker.html?wss] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[Create-valid-url-array-protocols.any.html?wss] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |