mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Rename metadata directories
This renames: - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout` - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta` - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout` - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
This commit is contained in:
parent
cfd24f00bc
commit
f4578afdfe
23708 changed files with 772645 additions and 694 deletions
76
tests/wpt/meta/streams/readable-streams/tee.any.js.ini
Normal file
76
tests/wpt/meta/streams/readable-streams/tee.any.js.ini
Normal file
|
@ -0,0 +1,76 @@
|
|||
[tee.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[tee.any.worker.html]
|
||||
expected: TIMEOUT
|
||||
[ReadableStreamTee should not pull more chunks than can fit in the branch queue]
|
||||
expected: NOTRUN
|
||||
|
||||
[ReadableStream teeing: canceling branch1 should finish when branch2 reads until end of stream]
|
||||
expected: TIMEOUT
|
||||
|
||||
[ReadableStream teeing: canceling branch1 should finish when original stream errors]
|
||||
expected: NOTRUN
|
||||
|
||||
[ReadableStreamTee should only pull enough to fill the emptiest queue]
|
||||
expected: NOTRUN
|
||||
|
||||
[ReadableStreamTee stops pulling when original stream errors while both branches are reading]
|
||||
expected: NOTRUN
|
||||
|
||||
[ReadableStreamTee stops pulling when original stream errors while branch 1 is reading]
|
||||
expected: NOTRUN
|
||||
|
||||
[ReadableStreamTee stops pulling when original stream errors while branch 2 is reading]
|
||||
expected: NOTRUN
|
||||
|
||||
[ReadableStreamTee should not pull when original is already errored]
|
||||
expected: NOTRUN
|
||||
|
||||
[ReadableStream teeing: canceling both branches in sequence with delay]
|
||||
expected: NOTRUN
|
||||
|
||||
[ReadableStream teeing: failing to cancel when canceling both branches in sequence with delay]
|
||||
expected: NOTRUN
|
||||
|
||||
[ReadableStream teeing: enqueue() and close() while both branches are pulling]
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[tee.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[tee.any.html]
|
||||
expected: TIMEOUT
|
||||
[ReadableStreamTee should not pull more chunks than can fit in the branch queue]
|
||||
expected: NOTRUN
|
||||
|
||||
[ReadableStream teeing: canceling branch1 should finish when branch2 reads until end of stream]
|
||||
expected: TIMEOUT
|
||||
|
||||
[ReadableStream teeing: canceling branch1 should finish when original stream errors]
|
||||
expected: NOTRUN
|
||||
|
||||
[ReadableStreamTee should only pull enough to fill the emptiest queue]
|
||||
expected: NOTRUN
|
||||
|
||||
[ReadableStreamTee stops pulling when original stream errors while both branches are reading]
|
||||
expected: NOTRUN
|
||||
|
||||
[ReadableStreamTee stops pulling when original stream errors while branch 1 is reading]
|
||||
expected: NOTRUN
|
||||
|
||||
[ReadableStreamTee stops pulling when original stream errors while branch 2 is reading]
|
||||
expected: NOTRUN
|
||||
|
||||
[ReadableStreamTee should not pull when original is already errored]
|
||||
expected: NOTRUN
|
||||
|
||||
[ReadableStream teeing: canceling both branches in sequence with delay]
|
||||
expected: NOTRUN
|
||||
|
||||
[ReadableStream teeing: failing to cancel when canceling both branches in sequence with delay]
|
||||
expected: NOTRUN
|
||||
|
||||
[ReadableStream teeing: enqueue() and close() while both branches are pulling]
|
||||
expected: NOTRUN
|
Loading…
Add table
Add a link
Reference in a new issue