diff options
Diffstat (limited to 'testing/web-platform/meta/websockets')
4 files changed, 40 insertions, 19 deletions
diff --git a/testing/web-platform/meta/websockets/Send-binary-arraybufferview-float16.any.js.ini b/testing/web-platform/meta/websockets/Send-binary-arraybufferview-float16.any.js.ini new file mode 100644 index 0000000000..c167ee06d8 --- /dev/null +++ b/testing/web-platform/meta/websockets/Send-binary-arraybufferview-float16.any.js.ini @@ -0,0 +1,28 @@ +[Send-binary-arraybufferview-float16.any.worker.html?wpt_flags=h2] + [Send binary data on a WebSocket - ArrayBufferView - Float16Array - Connection should be closed] + expected: FAIL + + +[Send-binary-arraybufferview-float16.any.html?default] + [Send binary data on a WebSocket - ArrayBufferView - Float16Array - Connection should be closed] + expected: FAIL + + +[Send-binary-arraybufferview-float16.any.html?wpt_flags=h2] + [Send binary data on a WebSocket - ArrayBufferView - Float16Array - Connection should be closed] + expected: FAIL + + +[Send-binary-arraybufferview-float16.any.worker.html?wss] + [Send binary data on a WebSocket - ArrayBufferView - Float16Array - Connection should be closed] + expected: FAIL + + +[Send-binary-arraybufferview-float16.any.html?wss] + [Send binary data on a WebSocket - ArrayBufferView - Float16Array - Connection should be closed] + expected: FAIL + + +[Send-binary-arraybufferview-float16.any.worker.html?default] + [Send binary data on a WebSocket - ArrayBufferView - Float16Array - Connection should be closed] + expected: FAIL diff --git a/testing/web-platform/meta/websockets/basic-auth.any.js.ini b/testing/web-platform/meta/websockets/basic-auth.any.js.ini index 807d467cd9..9766b57206 100644 --- a/testing/web-platform/meta/websockets/basic-auth.any.js.ini +++ b/testing/web-platform/meta/websockets/basic-auth.any.js.ini @@ -8,17 +8,12 @@ [basic-auth.any.sharedworker.html?wss] expected: - if not swgl and (os == "android") and debug: [OK, ERROR] - if swgl and (os == "win"): [OK, TIMEOUT] - if swgl and (os == "linux"): [OK, ERROR] - if swgl and (os == "android"): [OK, ERROR] + if (os == "android") and debug: [OK, ERROR] [basic-auth.any.serviceworker.html?wss] expected: - if debug and (os == "win") and swgl: [OK, TIMEOUT] - if debug and (os == "android") and not swgl: [OK, ERROR] if debug and (os == "linux"): [OK, ERROR] - if not debug and (processor == "x86"): TIMEOUT + if debug and (os == "android"): [OK, ERROR] [HTTP basic authentication should work with WebSockets] expected: if os == "mac": [PASS, TIMEOUT] @@ -26,30 +21,23 @@ [basic-auth.any.html?wss] expected: - if debug and (os == "linux") and not fission and swgl: [OK, ERROR] if debug and (os == "linux") and fission: [OK, ERROR] if debug and (os == "win"): [OK, TIMEOUT] if debug and (os == "android"): [OK, ERROR] [basic-auth.any.worker.html?wss] expected: - if debug and (os == "android") and swgl: [OK, ERROR] if debug and (os == "win"): [OK, TIMEOUT] if debug and (os == "linux"): [OK, ERROR] [basic-auth.any.html?wpt_flags=h2] - expected: - if (os == "win") and not swgl and not debug and (processor == "x86"): OK - if (os == "linux") and debug and not fission and not swgl: OK - if (os == "win") and swgl: OK - if (os == "mac") and debug: OK - if os == "android": OK - [OK, TIMEOUT] + expected: [OK, TIMEOUT] [basic-auth.any.worker.html?wpt_flags=h2] + expected: [OK, TIMEOUT] [basic-auth.any.sharedworker.html?wpt_flags=h2] + expected: [OK, TIMEOUT] [basic-auth.any.serviceworker.html?wpt_flags=h2] - expected: - if (processor == "x86") and not debug: TIMEOUT + expected: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/websockets/cookies/third-party-cookie-accepted.https.html.ini b/testing/web-platform/meta/websockets/cookies/third-party-cookie-accepted.https.html.ini index a060aaea25..afd8eeb41f 100644 --- a/testing/web-platform/meta/websockets/cookies/third-party-cookie-accepted.https.html.ini +++ b/testing/web-platform/meta/websockets/cookies/third-party-cookie-accepted.https.html.ini @@ -1,4 +1,4 @@ -prefs: [network.cookie.sameSite.laxByDefault:true, network.cookie.sameSite.noneRequiresSecure:true] +prefs: [network.cookie.sameSite.laxByDefault:true, network.cookie.sameSite.noneRequiresSecure:true, network.cookie.cookieBehavior.optInPartitioning:false] [third-party-cookie-accepted.https.html] expected: if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/websockets/interfaces/WebSocket/readyState/003.html.ini b/testing/web-platform/meta/websockets/interfaces/WebSocket/readyState/003.html.ini new file mode 100644 index 0000000000..be9dae87ca --- /dev/null +++ b/testing/web-platform/meta/websockets/interfaces/WebSocket/readyState/003.html.ini @@ -0,0 +1,5 @@ +[003.html?wss] + expected: + if (processor == "x86") and debug: TIMEOUT + +[003.html?default] |