mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Update web-platform-tests to revision b'de61904887c13679551c32e5e3e70b4dc870c98a' (#35480)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
b4f48c561b
commit
6d6070242b
608 changed files with 18662 additions and 8348 deletions
|
@ -119,6 +119,15 @@
|
|||
[Producer-initiated unsubscription in a downstream Observable fires abort events before each teardown, in downstream->upstream order]
|
||||
expected: FAIL
|
||||
|
||||
[Multiple subscriptions share the same producer and teardown runs only after last subscription abort]
|
||||
expected: FAIL
|
||||
|
||||
[New subscription after complete creates new producer]
|
||||
expected: FAIL
|
||||
|
||||
[Teardown runs after last unsubscribe regardless of unsubscription order]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-constructor.any.html]
|
||||
[Observable constructor]
|
||||
|
@ -240,3 +249,12 @@
|
|||
|
||||
[Producer-initiated unsubscription in a downstream Observable fires abort events before each teardown, in downstream->upstream order]
|
||||
expected: FAIL
|
||||
|
||||
[Multiple subscriptions share the same producer and teardown runs only after last subscription abort]
|
||||
expected: FAIL
|
||||
|
||||
[New subscription after complete creates new producer]
|
||||
expected: FAIL
|
||||
|
||||
[Teardown runs after last unsubscribe regardless of unsubscription order]
|
||||
expected: FAIL
|
||||
|
|
|
@ -146,6 +146,12 @@
|
|||
[Invalid iterator protocol error is surfaced before Subscriber#signal is consulted]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Asynchronous iterable multiple in-flight subscriptions]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Sync iterable multiple in-flight subscriptions]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-from.any.html]
|
||||
[from(): Observable.from() is a function]
|
||||
|
@ -294,3 +300,9 @@
|
|||
|
||||
[Invalid iterator protocol error is surfaced before Subscriber#signal is consulted]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Asynchronous iterable multiple in-flight subscriptions]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Sync iterable multiple in-flight subscriptions]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue