aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/websockets
diff options
context:
space:
mode:
authorWPT Sync Bot <josh+wptsync@joshmatthews.net>2023-06-25 01:29:01 +0000
committerWPT Sync Bot <josh+wptsync@joshmatthews.net>2023-06-25 01:32:25 +0000
commit209b7ad36bd8521069958227fd92339fb1dd2e44 (patch)
tree0e9f363abc5cb6cffea772e6761e4482b53332b3 /tests/wpt/meta/websockets
parent7ffb9b2d4958adf6943f72c99ccc53b4d5a598e7 (diff)
downloadservo-209b7ad36bd8521069958227fd92339fb1dd2e44.tar.gz
servo-209b7ad36bd8521069958227fd92339fb1dd2e44.zip
Update web-platform-tests to revision b'7b682ab07397d72fceb6594d0f27cb36cf1d8ee3'
Diffstat (limited to 'tests/wpt/meta/websockets')
-rw-r--r--tests/wpt/meta/websockets/Create-wrong-scheme.any.js.ini12
-rw-r--r--tests/wpt/meta/websockets/stream.tentative/abort.any.js.ini27
-rw-r--r--tests/wpt/meta/websockets/stream.tentative/backpressure-receive.any.js.ini15
-rw-r--r--tests/wpt/meta/websockets/stream.tentative/backpressure-send.any.js.ini15
-rw-r--r--tests/wpt/meta/websockets/stream.tentative/close.any.js.ini177
-rw-r--r--tests/wpt/meta/websockets/stream.tentative/constructor.any.js.ini57
6 files changed, 0 insertions, 303 deletions
diff --git a/tests/wpt/meta/websockets/Create-wrong-scheme.any.js.ini b/tests/wpt/meta/websockets/Create-wrong-scheme.any.js.ini
deleted file mode 100644
index c3c9317ebfb..00000000000
--- a/tests/wpt/meta/websockets/Create-wrong-scheme.any.js.ini
+++ /dev/null
@@ -1,12 +0,0 @@
-[Create-wrong-scheme.any.html?wpt_flags=h2]
- expected: TIMEOUT
-
-[Create-wrong-scheme.any.worker.html?wss]
-
-[Create-wrong-scheme.any.worker.html?wpt_flags=h2]
-
-[Create-wrong-scheme.any.html]
-
-[Create-wrong-scheme.any.worker.html]
-
-[Create-wrong-scheme.any.html?wss]
diff --git a/tests/wpt/meta/websockets/stream.tentative/abort.any.js.ini b/tests/wpt/meta/websockets/stream.tentative/abort.any.js.ini
deleted file mode 100644
index 2cec1ea38ed..00000000000
--- a/tests/wpt/meta/websockets/stream.tentative/abort.any.js.ini
+++ /dev/null
@@ -1,27 +0,0 @@
-[abort.any.serviceworker.html]
- expected: ERROR
-
-[abort.any.sharedworker.html]
- expected: ERROR
-
-[abort.any.worker.html]
- [abort after connect should do nothing]
- expected: FAIL
-
- [abort during handshake should work]
- expected: FAIL
-
- [abort before constructing should prevent connection]
- expected: FAIL
-
-
-[abort.any.html]
- [abort after connect should do nothing]
- expected: FAIL
-
- [abort during handshake should work]
- expected: FAIL
-
- [abort before constructing should prevent connection]
- expected: FAIL
-
diff --git a/tests/wpt/meta/websockets/stream.tentative/backpressure-receive.any.js.ini b/tests/wpt/meta/websockets/stream.tentative/backpressure-receive.any.js.ini
deleted file mode 100644
index 46cfd07ce47..00000000000
--- a/tests/wpt/meta/websockets/stream.tentative/backpressure-receive.any.js.ini
+++ /dev/null
@@ -1,15 +0,0 @@
-[backpressure-receive.any.html]
- [backpressure should be applied to received messages]
- expected: FAIL
-
-
-[backpressure-receive.any.worker.html]
- [backpressure should be applied to received messages]
- expected: FAIL
-
-
-[backpressure-receive.any.serviceworker.html]
- expected: ERROR
-
-[backpressure-receive.any.sharedworker.html]
- expected: ERROR
diff --git a/tests/wpt/meta/websockets/stream.tentative/backpressure-send.any.js.ini b/tests/wpt/meta/websockets/stream.tentative/backpressure-send.any.js.ini
deleted file mode 100644
index ca5fb144f2f..00000000000
--- a/tests/wpt/meta/websockets/stream.tentative/backpressure-send.any.js.ini
+++ /dev/null
@@ -1,15 +0,0 @@
-[backpressure-send.any.sharedworker.html]
- expected: ERROR
-
-[backpressure-send.any.html]
- [backpressure should be applied to sent messages]
- expected: FAIL
-
-
-[backpressure-send.any.serviceworker.html]
- expected: ERROR
-
-[backpressure-send.any.worker.html]
- [backpressure should be applied to sent messages]
- expected: FAIL
-
diff --git a/tests/wpt/meta/websockets/stream.tentative/close.any.js.ini b/tests/wpt/meta/websockets/stream.tentative/close.any.js.ini
deleted file mode 100644
index 12e27b9bea6..00000000000
--- a/tests/wpt/meta/websockets/stream.tentative/close.any.js.ini
+++ /dev/null
@@ -1,177 +0,0 @@
-[close.any.sharedworker.html]
- expected: ERROR
-
-[close.any.worker.html]
- [unspecified close code with non-empty reason should set code to 1000]
- expected: FAIL
-
- [canceling the readable with an invalid code should be ignored]
- expected: FAIL
-
- [close() with an overlong reason should throw]
- expected: FAIL
-
- [close() with invalid code 5000 should throw]
- expected: FAIL
-
- [aborting the writable with a DOMException should be ignored]
- expected: FAIL
-
- [close() with invalid code 999 should throw]
- expected: FAIL
-
- [canceling the readable with a DOMException should be ignored]
- expected: FAIL
-
- [close(true) should throw a TypeError]
- expected: FAIL
-
- [canceling the readable with a reason but no code should be ignored]
- expected: FAIL
-
- [closing the writable should result in a clean close]
- expected: FAIL
-
- [close during handshake should work]
- expected: FAIL
-
- [canceling the readable should result in a clean close]
- expected: FAIL
-
- [aborting the writable with an invalid code should be ignored]
- expected: FAIL
-
- [aborting the writable with a code and reason should use them]
- expected: FAIL
-
- [canceling the readable with a code and reason should use them]
- expected: FAIL
-
- [canceling the readable with a code should send that code]
- expected: FAIL
-
- [close() with invalid code 2999 should throw]
- expected: FAIL
-
- [aborting the writable with a reason but no code should be ignored]
- expected: FAIL
-
- [aborting the writable with an invalid reason should be ignored]
- expected: FAIL
-
- [writer close() promise should not resolve until handshake completes]
- expected: FAIL
-
- [aborting the writable with a code should send that code]
- expected: FAIL
-
- [canceling the readable with an invalid reason should be ignored]
- expected: FAIL
-
- [close() with invalid code 1001 should throw]
- expected: FAIL
-
- [close code should be sent to server and reflected back]
- expected: FAIL
-
- [no close argument should send empty Close frame]
- expected: FAIL
-
- [unspecified close code with empty reason should send empty Close frame]
- expected: FAIL
-
- [aborting the writable should result in a clean close]
- expected: FAIL
-
- [unspecified close code should send empty Close frame]
- expected: FAIL
-
-
-[close.any.serviceworker.html]
- expected: ERROR
-
-[close.any.html]
- [unspecified close code with non-empty reason should set code to 1000]
- expected: FAIL
-
- [canceling the readable with an invalid code should be ignored]
- expected: FAIL
-
- [close() with an overlong reason should throw]
- expected: FAIL
-
- [close() with invalid code 5000 should throw]
- expected: FAIL
-
- [aborting the writable with a DOMException should be ignored]
- expected: FAIL
-
- [close() with invalid code 999 should throw]
- expected: FAIL
-
- [canceling the readable with a DOMException should be ignored]
- expected: FAIL
-
- [close(true) should throw a TypeError]
- expected: FAIL
-
- [canceling the readable with a reason but no code should be ignored]
- expected: FAIL
-
- [closing the writable should result in a clean close]
- expected: FAIL
-
- [close during handshake should work]
- expected: FAIL
-
- [canceling the readable should result in a clean close]
- expected: FAIL
-
- [aborting the writable with an invalid code should be ignored]
- expected: FAIL
-
- [aborting the writable with a code and reason should use them]
- expected: FAIL
-
- [canceling the readable with a code and reason should use them]
- expected: FAIL
-
- [canceling the readable with a code should send that code]
- expected: FAIL
-
- [close() with invalid code 2999 should throw]
- expected: FAIL
-
- [aborting the writable with a reason but no code should be ignored]
- expected: FAIL
-
- [aborting the writable with an invalid reason should be ignored]
- expected: FAIL
-
- [writer close() promise should not resolve until handshake completes]
- expected: FAIL
-
- [aborting the writable with a code should send that code]
- expected: FAIL
-
- [canceling the readable with an invalid reason should be ignored]
- expected: FAIL
-
- [close() with invalid code 1001 should throw]
- expected: FAIL
-
- [close code should be sent to server and reflected back]
- expected: FAIL
-
- [no close argument should send empty Close frame]
- expected: FAIL
-
- [unspecified close code with empty reason should send empty Close frame]
- expected: FAIL
-
- [aborting the writable should result in a clean close]
- expected: FAIL
-
- [unspecified close code should send empty Close frame]
- expected: FAIL
-
diff --git a/tests/wpt/meta/websockets/stream.tentative/constructor.any.js.ini b/tests/wpt/meta/websockets/stream.tentative/constructor.any.js.ini
deleted file mode 100644
index 3c8b5e88d05..00000000000
--- a/tests/wpt/meta/websockets/stream.tentative/constructor.any.js.ini
+++ /dev/null
@@ -1,57 +0,0 @@
-[constructor.any.serviceworker.html]
- expected: ERROR
-
-[constructor.any.sharedworker.html]
- expected: ERROR
-
-[constructor.any.html]
- [constructing with a valid URL should work]
- expected: FAIL
-
- [setting a protocol in the constructor should work]
- expected: FAIL
-
- [wss.connection should resolve to the right types]
- expected: FAIL
-
- [constructing with no URL should throw]
- expected: FAIL
-
- [constructing with invalid options should throw]
- expected: FAIL
-
- [connection failure should reject the promises]
- expected: FAIL
-
- [protocols should be required to be a list]
- expected: FAIL
-
- [constructing with an invalid URL should throw]
- expected: FAIL
-
-
-[constructor.any.worker.html]
- [constructing with a valid URL should work]
- expected: FAIL
-
- [setting a protocol in the constructor should work]
- expected: FAIL
-
- [wss.connection should resolve to the right types]
- expected: FAIL
-
- [constructing with no URL should throw]
- expected: FAIL
-
- [constructing with invalid options should throw]
- expected: FAIL
-
- [connection failure should reject the promises]
- expected: FAIL
-
- [protocols should be required to be a list]
- expected: FAIL
-
- [constructing with an invalid URL should throw]
- expected: FAIL
-