mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Update web-platform-tests to revision b'7aaad11d87d7a02515081e55609d31ab6ff173fc' (#30753)
This commit is contained in:
parent
7086dd8f48
commit
334c67a3cc
860 changed files with 15897 additions and 5690 deletions
|
@ -53,6 +53,27 @@
|
|||
[Calling subscribe should never throw an error synchronously, subscriber pushes error]
|
||||
expected: FAIL
|
||||
|
||||
[Subscription is inactive after complete()]
|
||||
expected: FAIL
|
||||
|
||||
[Subscription is inactive after error()]
|
||||
expected: FAIL
|
||||
|
||||
[Subscription is inactive when aborted signal is passed in]
|
||||
expected: FAIL
|
||||
|
||||
[Subscriber#signal is not the same AbortSignal as the one passed into `subscribe()`]
|
||||
expected: FAIL
|
||||
|
||||
[Subscriber#complete() cannot re-entrantly invoke itself]
|
||||
expected: FAIL
|
||||
|
||||
[Subscriber#error() cannot re-entrantly invoke itself]
|
||||
expected: FAIL
|
||||
|
||||
[Unsubscription lifecycle]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-constructor.any.html]
|
||||
[Observable constructor]
|
||||
|
@ -108,3 +129,24 @@
|
|||
|
||||
[Calling subscribe should never throw an error synchronously, subscriber pushes error]
|
||||
expected: FAIL
|
||||
|
||||
[Subscription is inactive after complete()]
|
||||
expected: FAIL
|
||||
|
||||
[Subscription is inactive after error()]
|
||||
expected: FAIL
|
||||
|
||||
[Subscription is inactive when aborted signal is passed in]
|
||||
expected: FAIL
|
||||
|
||||
[Subscriber#signal is not the same AbortSignal as the one passed into `subscribe()`]
|
||||
expected: FAIL
|
||||
|
||||
[Subscriber#complete() cannot re-entrantly invoke itself]
|
||||
expected: FAIL
|
||||
|
||||
[Subscriber#error() cannot re-entrantly invoke itself]
|
||||
expected: FAIL
|
||||
|
||||
[Unsubscription lifecycle]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue