mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Run same tests for layout-2020 and layout-2013 (#30092)
Most tests were only being run for layout-2013, not for layout-2020. This wasn't great since layout-2020 is now the default. So this patch unifies the lists of included tests for both layouts. For layout-2013 this implies adding css/css-content/, css/css-logical/ and css/css-masking/clip/. For layout-2020 this implies adding several additional css tests, and also tests like dom/, js/, html/, etc.
This commit is contained in:
parent
78c7011240
commit
963104e5fc
4797 changed files with 679983 additions and 5390 deletions
|
@ -0,0 +1,3 @@
|
|||
[response-body-read-task-handling.html]
|
||||
[piping from a body stream to a JS-written WritableStream should occur in a microtask scope]
|
||||
expected: FAIL
|
|
@ -8,6 +8,21 @@
|
|||
[Getting an error Response stream]
|
||||
expected: FAIL
|
||||
|
||||
[Read blob response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
[Read text response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
[Read URLSearchParams response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
[Read array buffer response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
[Read form data response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-consume-stream.any.worker.html]
|
||||
[Getting a redirect Response stream]
|
||||
|
@ -16,6 +31,21 @@
|
|||
[Getting an error Response stream]
|
||||
expected: FAIL
|
||||
|
||||
[Read blob response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
[Read text response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
[Read URLSearchParams response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
[Read array buffer response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
[Read form data response's body as readableStream with mode=byob]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-consume-stream.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
|
18
tests/wpt/meta/fetch/api/response/response-consume.html.ini
Normal file
18
tests/wpt/meta/fetch/api/response/response-consume.html.ini
Normal file
|
@ -0,0 +1,18 @@
|
|||
[response-consume.html]
|
||||
[Consume response's body: from text with correct multipart type to formData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from text with correct multipart type to formData with BOM]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from blob with correct multipart type to formData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from FormData to formData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from stream with correct multipart type to formData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from multipart form data blob to formData]
|
||||
expected: FAIL
|
|
@ -4,7 +4,6 @@
|
|||
expected: ERROR
|
||||
|
||||
[response-error-from-stream.any.html]
|
||||
expected: ERROR
|
||||
|
||||
[response-error-from-stream.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
[response-from-stream.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[response-from-stream.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[response-from-stream.any.worker.html]
|
||||
|
||||
[response-from-stream.any.html]
|
|
@ -23,6 +23,15 @@
|
|||
[Check static json() propagates JSON serializer errors]
|
||||
expected: FAIL
|
||||
|
||||
[Check response returned by static json() with input 𝌆]
|
||||
expected: FAIL
|
||||
|
||||
[Check response returned by static json() with input U+df06U+d834]
|
||||
expected: FAIL
|
||||
|
||||
[Check response returned by static json() with input U+dead]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-static-json.any.html]
|
||||
[Check response returned by static json() with init undefined]
|
||||
|
@ -49,6 +58,15 @@
|
|||
[Check static json() propagates JSON serializer errors]
|
||||
expected: FAIL
|
||||
|
||||
[Check response returned by static json() with input 𝌆]
|
||||
expected: FAIL
|
||||
|
||||
[Check response returned by static json() with input U+df06U+d834]
|
||||
expected: FAIL
|
||||
|
||||
[Check response returned by static json() with input U+dead]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[response-static-json.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue