mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Sync WPT with upstream (03-03-2024) (#31482)
* Update web-platform-tests to revision b'1b88c8bd56a924f9865daa15834d444c55dd7327' * Update expectations --------- Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
50fdb82246
commit
845f503c34
1851 changed files with 18054 additions and 63556 deletions
|
@ -279,6 +279,9 @@
|
|||
[canceling the readable with a DOMException not set code or reason]
|
||||
expected: FAIL
|
||||
|
||||
[incomplete closing handshake should be considered unclean close]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[close.any.sharedworker.html?wpt_flags=h2]
|
||||
expected: ERROR
|
||||
|
@ -386,6 +389,9 @@
|
|||
[canceling the readable with a DOMException not set code or reason]
|
||||
expected: FAIL
|
||||
|
||||
[incomplete closing handshake should be considered unclean close]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[close.any.html?wss]
|
||||
[close code should be sent to server and reflected back]
|
||||
|
@ -490,6 +496,9 @@
|
|||
[canceling the readable with a DOMException not set code or reason]
|
||||
expected: FAIL
|
||||
|
||||
[incomplete closing handshake should be considered unclean close]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[close.any.serviceworker.html?wpt_flags=h2]
|
||||
expected: ERROR
|
||||
|
@ -597,9 +606,184 @@
|
|||
[canceling the readable with a DOMException not set code or reason]
|
||||
expected: FAIL
|
||||
|
||||
[incomplete closing handshake should be considered unclean close]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[close.any.serviceworker.html?wss]
|
||||
expected: ERROR
|
||||
|
||||
[close.any.sharedworker.html?wss]
|
||||
expected: ERROR
|
||||
|
||||
[close.any.sharedworker.html?default]
|
||||
expected: ERROR
|
||||
|
||||
[close.any.worker.html?default]
|
||||
[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 should send empty Close frame]
|
||||
expected: FAIL
|
||||
|
||||
[unspecified close code with empty reason should send empty Close frame]
|
||||
expected: FAIL
|
||||
|
||||
[unspecified close code with non-empty reason should set code to 1000]
|
||||
expected: FAIL
|
||||
|
||||
[close(true) should throw a TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[close() with an overlong reason should throw]
|
||||
expected: FAIL
|
||||
|
||||
[close during handshake should work]
|
||||
expected: FAIL
|
||||
|
||||
[close() with invalid code 999 should throw]
|
||||
expected: FAIL
|
||||
|
||||
[close() with invalid code 1001 should throw]
|
||||
expected: FAIL
|
||||
|
||||
[close() with invalid code 2999 should throw]
|
||||
expected: FAIL
|
||||
|
||||
[close() with invalid code 5000 should throw]
|
||||
expected: FAIL
|
||||
|
||||
[closing the writable should result in a clean close]
|
||||
expected: FAIL
|
||||
|
||||
[writer close() promise should not resolve until handshake completes]
|
||||
expected: FAIL
|
||||
|
||||
[incomplete closing handshake should be considered unclean close]
|
||||
expected: FAIL
|
||||
|
||||
[aborting the writable should result in a clean close]
|
||||
expected: FAIL
|
||||
|
||||
[aborting the writable with attributes not wrapped in a WebSocketError should be ignored]
|
||||
expected: FAIL
|
||||
|
||||
[aborting the writable with a code should send that code]
|
||||
expected: FAIL
|
||||
|
||||
[aborting the writable with a code and reason should use them]
|
||||
expected: FAIL
|
||||
|
||||
[aborting the writable with a reason but no code should default the close code]
|
||||
expected: FAIL
|
||||
|
||||
[aborting the writable with a DOMException not set code or reason]
|
||||
expected: FAIL
|
||||
|
||||
[canceling the readable should result in a clean close]
|
||||
expected: FAIL
|
||||
|
||||
[canceling the readable with attributes not wrapped in a WebSocketError should be ignored]
|
||||
expected: FAIL
|
||||
|
||||
[canceling the readable with a code should send that code]
|
||||
expected: FAIL
|
||||
|
||||
[canceling the readable with a code and reason should use them]
|
||||
expected: FAIL
|
||||
|
||||
[canceling the readable with a reason but no code should default the close code]
|
||||
expected: FAIL
|
||||
|
||||
[canceling the readable with a DOMException not set code or reason]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[close.any.html?default]
|
||||
[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 should send empty Close frame]
|
||||
expected: FAIL
|
||||
|
||||
[unspecified close code with empty reason should send empty Close frame]
|
||||
expected: FAIL
|
||||
|
||||
[unspecified close code with non-empty reason should set code to 1000]
|
||||
expected: FAIL
|
||||
|
||||
[close(true) should throw a TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[close() with an overlong reason should throw]
|
||||
expected: FAIL
|
||||
|
||||
[close during handshake should work]
|
||||
expected: FAIL
|
||||
|
||||
[close() with invalid code 999 should throw]
|
||||
expected: FAIL
|
||||
|
||||
[close() with invalid code 1001 should throw]
|
||||
expected: FAIL
|
||||
|
||||
[close() with invalid code 2999 should throw]
|
||||
expected: FAIL
|
||||
|
||||
[close() with invalid code 5000 should throw]
|
||||
expected: FAIL
|
||||
|
||||
[closing the writable should result in a clean close]
|
||||
expected: FAIL
|
||||
|
||||
[writer close() promise should not resolve until handshake completes]
|
||||
expected: FAIL
|
||||
|
||||
[incomplete closing handshake should be considered unclean close]
|
||||
expected: FAIL
|
||||
|
||||
[aborting the writable should result in a clean close]
|
||||
expected: FAIL
|
||||
|
||||
[aborting the writable with attributes not wrapped in a WebSocketError should be ignored]
|
||||
expected: FAIL
|
||||
|
||||
[aborting the writable with a code should send that code]
|
||||
expected: FAIL
|
||||
|
||||
[aborting the writable with a code and reason should use them]
|
||||
expected: FAIL
|
||||
|
||||
[aborting the writable with a reason but no code should default the close code]
|
||||
expected: FAIL
|
||||
|
||||
[aborting the writable with a DOMException not set code or reason]
|
||||
expected: FAIL
|
||||
|
||||
[canceling the readable should result in a clean close]
|
||||
expected: FAIL
|
||||
|
||||
[canceling the readable with attributes not wrapped in a WebSocketError should be ignored]
|
||||
expected: FAIL
|
||||
|
||||
[canceling the readable with a code should send that code]
|
||||
expected: FAIL
|
||||
|
||||
[canceling the readable with a code and reason should use them]
|
||||
expected: FAIL
|
||||
|
||||
[canceling the readable with a reason but no code should default the close code]
|
||||
expected: FAIL
|
||||
|
||||
[canceling the readable with a DOMException not set code or reason]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[close.any.serviceworker.html?default]
|
||||
expected: ERROR
|
||||
|
|
|
@ -0,0 +1,155 @@
|
|||
[remote-close.any.worker.html?wss]
|
||||
[clean close should be clean]
|
||||
expected: FAIL
|
||||
|
||||
[close frame with no body should result in status code 1005]
|
||||
expected: FAIL
|
||||
|
||||
[reason should be passed through]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-8 reason should work]
|
||||
expected: FAIL
|
||||
|
||||
[close with unwritten data should not be considered clean]
|
||||
expected: FAIL
|
||||
|
||||
[remote code and reason should be used]
|
||||
expected: FAIL
|
||||
|
||||
[abrupt close should give an error]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[remote-close.any.worker.html?default]
|
||||
[clean close should be clean]
|
||||
expected: FAIL
|
||||
|
||||
[close frame with no body should result in status code 1005]
|
||||
expected: FAIL
|
||||
|
||||
[reason should be passed through]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-8 reason should work]
|
||||
expected: FAIL
|
||||
|
||||
[close with unwritten data should not be considered clean]
|
||||
expected: FAIL
|
||||
|
||||
[remote code and reason should be used]
|
||||
expected: FAIL
|
||||
|
||||
[abrupt close should give an error]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[remote-close.any.html?wpt_flags=h2]
|
||||
[clean close should be clean]
|
||||
expected: FAIL
|
||||
|
||||
[close frame with no body should result in status code 1005]
|
||||
expected: FAIL
|
||||
|
||||
[reason should be passed through]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-8 reason should work]
|
||||
expected: FAIL
|
||||
|
||||
[close with unwritten data should not be considered clean]
|
||||
expected: FAIL
|
||||
|
||||
[remote code and reason should be used]
|
||||
expected: FAIL
|
||||
|
||||
[abrupt close should give an error]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[remote-close.any.worker.html?wpt_flags=h2]
|
||||
[clean close should be clean]
|
||||
expected: FAIL
|
||||
|
||||
[close frame with no body should result in status code 1005]
|
||||
expected: FAIL
|
||||
|
||||
[reason should be passed through]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-8 reason should work]
|
||||
expected: FAIL
|
||||
|
||||
[close with unwritten data should not be considered clean]
|
||||
expected: FAIL
|
||||
|
||||
[remote code and reason should be used]
|
||||
expected: FAIL
|
||||
|
||||
[abrupt close should give an error]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[remote-close.any.sharedworker.html?wss]
|
||||
expected: ERROR
|
||||
|
||||
[remote-close.any.serviceworker.html?wpt_flags=h2]
|
||||
expected: ERROR
|
||||
|
||||
[remote-close.any.serviceworker.html?wss]
|
||||
expected: ERROR
|
||||
|
||||
[remote-close.any.serviceworker.html?default]
|
||||
expected: ERROR
|
||||
|
||||
[remote-close.any.html?default]
|
||||
[clean close should be clean]
|
||||
expected: FAIL
|
||||
|
||||
[close frame with no body should result in status code 1005]
|
||||
expected: FAIL
|
||||
|
||||
[reason should be passed through]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-8 reason should work]
|
||||
expected: FAIL
|
||||
|
||||
[close with unwritten data should not be considered clean]
|
||||
expected: FAIL
|
||||
|
||||
[remote code and reason should be used]
|
||||
expected: FAIL
|
||||
|
||||
[abrupt close should give an error]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[remote-close.any.sharedworker.html?default]
|
||||
expected: ERROR
|
||||
|
||||
[remote-close.any.html?wss]
|
||||
[clean close should be clean]
|
||||
expected: FAIL
|
||||
|
||||
[close frame with no body should result in status code 1005]
|
||||
expected: FAIL
|
||||
|
||||
[reason should be passed through]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-8 reason should work]
|
||||
expected: FAIL
|
||||
|
||||
[close with unwritten data should not be considered clean]
|
||||
expected: FAIL
|
||||
|
||||
[remote code and reason should be used]
|
||||
expected: FAIL
|
||||
|
||||
[abrupt close should give an error]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[remote-close.any.sharedworker.html?wpt_flags=h2]
|
||||
expected: ERROR
|
Loading…
Add table
Add a link
Reference in a new issue