mirror of
https://github.com/servo/servo.git
synced 2025-09-05 12:38:21 +01:00
Sync WPT with upstream (29-09-2024) (#33580)
* Update web-platform-tests to revision b'16d17064d2122cfa83b22f8bab32c96e6514c034' Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org> * Update big5-decode-csbig5.html.ini Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com> --------- Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org> Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com> Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
f57ae60056
commit
013473f1d5
404 changed files with 24233 additions and 5701 deletions
|
@ -101,6 +101,39 @@
|
|||
[from(): Async generator finally block run when Observable errors]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Sync iterable multiple in-flight subscriptions competing]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Aborting async iterable midway through iteration both stops iteration and invokes `IteratorRecord#return()]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Sync iterable: `Iterator#return()` must return an Object, or an error is thrown]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Async iterable: `Iterator#return()` must return an Object, or a Promise rejects asynchronously]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Sync iterable: error thrown from IteratorRecord#return() can be synchronously caught]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Async iterable: error thrown from IteratorRecord#return() is wrapped in rejected Promise]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Subscribing to an iterable Observable with an aborted signal does not call next()]
|
||||
expected: FAIL
|
||||
|
||||
[from(): When iterable conversion aborts the subscription, next() is never called]
|
||||
expected: FAIL
|
||||
|
||||
[from(): When async iterable conversion aborts the subscription, next() is never called]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Aborting an async iterable subscription stops subsequent next() calls, but old next() Promise reactions are web-observable]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Abort after complete does NOT call IteratorRecord#return()]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-from.any.html]
|
||||
[from(): Observable.from() is a function]
|
||||
|
@ -204,3 +237,36 @@
|
|||
|
||||
[from(): Async generator finally block run when Observable errors]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Sync iterable multiple in-flight subscriptions competing]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Aborting async iterable midway through iteration both stops iteration and invokes `IteratorRecord#return()]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Sync iterable: `Iterator#return()` must return an Object, or an error is thrown]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Async iterable: `Iterator#return()` must return an Object, or a Promise rejects asynchronously]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Sync iterable: error thrown from IteratorRecord#return() can be synchronously caught]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Async iterable: error thrown from IteratorRecord#return() is wrapped in rejected Promise]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Subscribing to an iterable Observable with an aborted signal does not call next()]
|
||||
expected: FAIL
|
||||
|
||||
[from(): When iterable conversion aborts the subscription, next() is never called]
|
||||
expected: FAIL
|
||||
|
||||
[from(): When async iterable conversion aborts the subscription, next() is never called]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Aborting an async iterable subscription stops subsequent next() calls, but old next() Promise reactions are web-observable]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Abort after complete does NOT call IteratorRecord#return()]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue