diff options
Diffstat (limited to 'testing/web-platform/meta/websockets/constructor.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/websockets/constructor.any.js.ini | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/web-platform/meta/websockets/constructor.any.js.ini b/testing/web-platform/meta/websockets/constructor.any.js.ini new file mode 100644 index 0000000000..f2e0780416 --- /dev/null +++ b/testing/web-platform/meta/websockets/constructor.any.js.ini @@ -0,0 +1,23 @@ +[constructor.any.worker.html] + +[constructor.any.html?wss] + +[constructor.any.worker.html?wpt_flags=h2] + expected: + if (os == "linux") and not debug and fission and (processor == "x86_64"): [OK, TIMEOUT] + if os == "android": [OK, ERROR, TIMEOUT] + +[constructor.any.worker.html?wss] + +[constructor.any.html?wpt_flags=h2] + expected: + if os == "win": OK + if os == "mac": OK + if os == "android": [OK, ERROR, TIMEOUT] + [OK, TIMEOUT] + [Calling the WebSocket constructor with too many arguments should not throw.] + expected: + if os == "android": [PASS, FAIL] + + +[constructor.any.html] |