mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +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
170
tests/wpt/meta/streams/readable-streams/from.any.js.ini
Normal file
170
tests/wpt/meta/streams/readable-streams/from.any.js.ini
Normal file
|
@ -0,0 +1,170 @@
|
|||
[from.any.html]
|
||||
[ReadableStream.from accepts an array of values]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts an array of promises]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts an array iterator]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts a string]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts a Set]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts a Set iterator]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts a sync generator]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts an async generator]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts a sync iterable of values]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts a sync iterable of promises]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts an async iterable]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts a ReadableStream]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts a ReadableStream async iterator]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from re-throws errors from calling the @@iterator method]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from re-throws errors from calling the @@asyncIterator method]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from ignores @@iterator if @@asyncIterator exists]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts an empty iterable]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from: stream errors when next() rejects]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from: stream stalls when next() never settles]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from: calls next() after first read()]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from: cancelling the returned stream calls and awaits return()]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from: return() is not called when iterator completes normally]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from: cancel() rejects when return() fulfills with a non-object]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from: reader.read() inside next()]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from: reader.cancel() inside next()]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from: reader.cancel() inside return()]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from(array), push() to array while reading]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[from.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[from.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[from.any.worker.html]
|
||||
[ReadableStream.from accepts an array of values]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts an array of promises]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts an array iterator]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts a string]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts a Set]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts a Set iterator]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts a sync generator]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts an async generator]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts a sync iterable of values]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts a sync iterable of promises]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts an async iterable]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts a ReadableStream]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts a ReadableStream async iterator]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from re-throws errors from calling the @@iterator method]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from re-throws errors from calling the @@asyncIterator method]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from ignores @@iterator if @@asyncIterator exists]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from accepts an empty iterable]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from: stream errors when next() rejects]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from: stream stalls when next() never settles]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from: calls next() after first read()]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from: cancelling the returned stream calls and awaits return()]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from: return() is not called when iterator completes normally]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from: cancel() rejects when return() fulfills with a non-object]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from: reader.read() inside next()]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from: reader.cancel() inside next()]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from: reader.cancel() inside return()]
|
||||
expected: FAIL
|
||||
|
||||
[ReadableStream.from(array), push() to array while reading]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue