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:
Servo WPT Sync 2025-03-02 13:18:38 +01:00 committed by GitHub
parent e7e8ccea20
commit 5ba9cfe809
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2322 changed files with 43591 additions and 31593 deletions

View 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

View file

@ -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