mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Update web-platform-tests to revision b'cb53e377321267af4f5a1f05b3b851aab6fa8ede' (#32313)
This commit is contained in:
parent
8868c1372b
commit
b44d064fae
364 changed files with 7960 additions and 1600 deletions
|
@ -158,6 +158,12 @@
|
|||
[Signal on request object should also have abort reason]
|
||||
expected: FAIL
|
||||
|
||||
[response.bytes() rejects if already aborted]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch aborted & connection closed when aborted after calling response.bytes()]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[general.any.worker.html]
|
||||
[Aborting rejects with AbortError]
|
||||
|
@ -312,3 +318,9 @@
|
|||
|
||||
[Signal on request object should also have abort reason]
|
||||
expected: FAIL
|
||||
|
||||
[response.bytes() rejects if already aborted]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch aborted & connection closed when aborted after calling response.bytes()]
|
||||
expected: FAIL
|
||||
|
|
|
@ -31,3 +31,6 @@
|
|||
|
||||
[Abort reason serialization happens on abort]
|
||||
expected: FAIL
|
||||
|
||||
[response.bytes() rejects if already aborted]
|
||||
expected: FAIL
|
||||
|
|
|
@ -5,12 +5,16 @@
|
|||
expected: ERROR
|
||||
|
||||
[request-headers.any.html]
|
||||
expected: ERROR
|
||||
[Fetch with POST with FormData body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float16Array body]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[request-headers.any.worker.html]
|
||||
expected: ERROR
|
||||
[Fetch with POST with FormData body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float16Array body]
|
||||
expected: FAIL
|
||||
|
|
|
@ -2,11 +2,53 @@
|
|||
[Consume FormData request's body as FormData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume String request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume ArrayBuffer request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume Uint8Array request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume Int8Array request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume Float32Array request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume DataView request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume blob response's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[request-consume.any.worker.html]
|
||||
[Consume FormData request's body as FormData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume String request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume ArrayBuffer request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume Uint8Array request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume Int8Array request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume Float32Array request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume DataView request's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
[Consume blob response's body as bytes]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[request-consume.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
[response-blob-realm.any.html]
|
||||
[realm of the Uint8Array from Response bytes()]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-blob-realm.any.worker.html]
|
||||
[realm of the Uint8Array from Response bytes()]
|
||||
expected: FAIL
|
|
@ -1,9 +1,21 @@
|
|||
[response-error-from-stream.any.worker.html]
|
||||
[ReadableStream start() Error propagates to Response.bytes() Promise]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream pull() Error propagates to Response.bytes() Promise]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-error-from-stream.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[response-error-from-stream.any.html]
|
||||
[ReadableStream start() Error propagates to Response.bytes() Promise]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream pull() Error propagates to Response.bytes() Promise]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-error-from-stream.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -2,8 +2,14 @@
|
|||
expected: ERROR
|
||||
|
||||
[response-stream-bad-chunk.any.html]
|
||||
[ReadableStream with non-Uint8Array chunk passed to Response.bytes() causes TypeError]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-stream-bad-chunk.any.worker.html]
|
||||
[ReadableStream with non-Uint8Array chunk passed to Response.bytes() causes TypeError]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-stream-bad-chunk.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue