Update web-platform-tests to revision b'5d8ec746ed021738e7ee0cee92ad1a1814ba00fe' (#33274)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-09-01 03:40:45 +02:00 committed by GitHub
parent 3acc9edd82
commit 3453d9fdad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
584 changed files with 14669 additions and 3037 deletions

View file

@ -0,0 +1,56 @@
[observable-catch.any.html]
[catch(): Returns an Observable that is a pass-through for next()/complete()]
expected: FAIL
[catch(): Handle errors from source and flatten to a new Observable]
expected: FAIL
[catch(): Errors thrown in the catch() callback are sent to the consumer's error handler]
expected: FAIL
[catch(): CatchHandler can return an empty iterable]
expected: FAIL
[catch(): CatchHandler can return a Promise]
expected: FAIL
[catch(): should handle returning an async iterable]
expected: FAIL
[catch(): CatchHandler emits an error if the value returned is not convertible to an Observable]
expected: FAIL
[catch(): CatchHandler returns an Observable that throws immediately on subscription]
expected: FAIL
[catch(): Abort order between outer AbortSignal and inner CatchHandler subscriber's AbortSignal]
expected: FAIL
[observable-catch.any.worker.html]
[catch(): Returns an Observable that is a pass-through for next()/complete()]
expected: FAIL
[catch(): Handle errors from source and flatten to a new Observable]
expected: FAIL
[catch(): Errors thrown in the catch() callback are sent to the consumer's error handler]
expected: FAIL
[catch(): CatchHandler can return an empty iterable]
expected: FAIL
[catch(): CatchHandler can return a Promise]
expected: FAIL
[catch(): should handle returning an async iterable]
expected: FAIL
[catch(): CatchHandler emits an error if the value returned is not convertible to an Observable]
expected: FAIL
[catch(): CatchHandler returns an Observable that throws immediately on subscription]
expected: FAIL
[catch(): Abort order between outer AbortSignal and inner CatchHandler subscriber's AbortSignal]
expected: FAIL