mirror of
https://github.com/servo/servo.git
synced 2025-09-12 07:58:20 +01:00
Update web-platform-tests to revision b'fc557e215e11221c91de4f283539725ef2f35928' (#35741)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
e7e8ccea20
commit
5ba9cfe809
2322 changed files with 43591 additions and 31593 deletions
62
tests/wpt/meta/dom/observable/tentative/observable-finally.any.js.ini
vendored
Normal file
62
tests/wpt/meta/dom/observable/tentative/observable-finally.any.js.ini
vendored
Normal file
|
@ -0,0 +1,62 @@
|
|||
[observable-finally.any.html]
|
||||
[finally(): Mirrors all values and completions from source]
|
||||
expected: FAIL
|
||||
|
||||
[finally(): Mirrors all values and errors from the source]
|
||||
expected: FAIL
|
||||
|
||||
[finally(): Callback handler fires BEFORE the source observable completes]
|
||||
expected: FAIL
|
||||
|
||||
[finally(): Callback handler fires BEFORE the source observable errors]
|
||||
expected: FAIL
|
||||
|
||||
[finally(): Handlers run in composition order]
|
||||
expected: FAIL
|
||||
|
||||
[finally(): Errors thrown in the finally handler (during Subscriber#error()) are reported to the global immediately]
|
||||
expected: FAIL
|
||||
|
||||
[finally(): Errors thrown in the finally handler (during Subscriber#complete()) are reported to the global immediately]
|
||||
expected: FAIL
|
||||
|
||||
[finally(): Callback is run if consumer aborts the subscription]
|
||||
expected: FAIL
|
||||
|
||||
[finally(): Callback is run before next inner subscription in flatMap()]
|
||||
expected: FAIL
|
||||
|
||||
[finally(): Callback is run before next inner subscription in switchMap()]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-finally.any.worker.html]
|
||||
[finally(): Mirrors all values and completions from source]
|
||||
expected: FAIL
|
||||
|
||||
[finally(): Mirrors all values and errors from the source]
|
||||
expected: FAIL
|
||||
|
||||
[finally(): Callback handler fires BEFORE the source observable completes]
|
||||
expected: FAIL
|
||||
|
||||
[finally(): Callback handler fires BEFORE the source observable errors]
|
||||
expected: FAIL
|
||||
|
||||
[finally(): Handlers run in composition order]
|
||||
expected: FAIL
|
||||
|
||||
[finally(): Errors thrown in the finally handler (during Subscriber#error()) are reported to the global immediately]
|
||||
expected: FAIL
|
||||
|
||||
[finally(): Errors thrown in the finally handler (during Subscriber#complete()) are reported to the global immediately]
|
||||
expected: FAIL
|
||||
|
||||
[finally(): Callback is run if consumer aborts the subscription]
|
||||
expected: FAIL
|
||||
|
||||
[finally(): Callback is run before next inner subscription in flatMap()]
|
||||
expected: FAIL
|
||||
|
||||
[finally(): Callback is run before next inner subscription in switchMap()]
|
||||
expected: FAIL
|
|
@ -14,6 +14,9 @@
|
|||
[take(): Negative count is treated as maximum value]
|
||||
expected: FAIL
|
||||
|
||||
[take(): No crash when take(1) unsubscribes from its source when next() is called, and the Subscriber iterates over the rest of the Observables]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-take.any.html]
|
||||
[take(): Takes the first N values from the source observable, then completes]
|
||||
|
@ -30,3 +33,6 @@
|
|||
|
||||
[take(): Negative count is treated as maximum value]
|
||||
expected: FAIL
|
||||
|
||||
[take(): No crash when take(1) unsubscribes from its source when next() is called, and the Subscriber iterates over the rest of the Observables]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue