mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Sync WPT with upstream (04-02-2024) (#31256)
* Update web-platform-tests to revision b'faa6d42ce21d126155dee771786ad7c74efbcba5' * Update test expectation --------- Co-authored-by: cybai <cyb.ai.815@gmail.com>
This commit is contained in:
parent
e588e93b3b
commit
29c206a702
446 changed files with 10836 additions and 3899 deletions
|
@ -0,0 +1,68 @@
|
|||
[observable-takeUntil.any.html]
|
||||
[takeUntil subscribes to source Observable and mirrors it uninterrupted]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil subscribes to notifier]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil: notifier next() unsubscribes to notifier]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil: notifier error() unsubscribes to notifier]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil: notifier next() unsubscribes from notifier & source observable]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil()'s AbortSignal unsubscribes from notifier & source observable]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil: source never subscribed to when notifier synchronously emits a value]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil: source never subscribed to when notifier synchronously emits error]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil: source is uninterrupted when notifier completes, even synchronously]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil() mirrors the source Observable until its first next() value]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil: notifier calls `Subscriber#error()` twice; second goes to global error handler]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-takeUntil.any.worker.html]
|
||||
[takeUntil subscribes to source Observable and mirrors it uninterrupted]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil subscribes to notifier]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil: notifier next() unsubscribes to notifier]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil: notifier error() unsubscribes to notifier]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil: notifier next() unsubscribes from notifier & source observable]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil()'s AbortSignal unsubscribes from notifier & source observable]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil: source never subscribed to when notifier synchronously emits a value]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil: source never subscribed to when notifier synchronously emits error]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil: source is uninterrupted when notifier completes, even synchronously]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil() mirrors the source Observable until its first next() value]
|
||||
expected: FAIL
|
||||
|
||||
[takeUntil: notifier calls `Subscriber#error()` twice; second goes to global error handler]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue