Update web-platform-tests to revision b'86de4ffa4e439098e05f05de7d8cae1c24ff84fb' (#32200)

Co-authored-by: Servo WPT Sync <josh+wptsync@joshmatthews.net>
This commit is contained in:
Samson 2024-05-01 17:47:11 +02:00 committed by GitHub
parent 6065abcb6b
commit eb7484de5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
893 changed files with 44893 additions and 6623 deletions

View file

@ -0,0 +1,80 @@
[observable-inspect.any.html]
[inspect(): Provides a pre-subscription subscribe callback]
expected: FAIL
[inspect(): Provides a way to tap into the values and completions of the source observable using an observer]
expected: FAIL
[inspect(): Error handler does not stop error from being reported to the global, when subscriber does not pass error handler]
expected: FAIL
[inspect(): Provides a way to tap into the values and errors of the source observable using an observer. Errors are passed through]
expected: FAIL
[inspect(): ObserverCallback passed in]
expected: FAIL
[inspect(): Throwing an error in the observer next handler is caught and sent to the error callback of the result observable]
expected: FAIL
[inspect(): Throwing an error in the observer error handler in inspect() is caught and sent to the error callback of the result observable]
expected: FAIL
[inspect(): Throwing an error in the observer complete handler is caught and sent to the error callback of the result observable]
expected: FAIL
[inspect(): Throwing an error in the next handler function in do should be caught and sent to the error callback of the result observable]
expected: FAIL
[inspect(): Errors thrown in subscribe() Inspector handler subscribe handler are caught and sent to error callback]
expected: FAIL
[inspect(): Provides a way to tap into the moment a source observable is unsubscribed from]
expected: FAIL
[inspect(): Inspector abort() handler is not called if the source completes before the result is unsubscribed from]
expected: FAIL
[inspect(): Errors thrown from inspect()'s abort() handler are caught and reported to the global, because the subscription is already closed by the time the handler runs]
expected: FAIL
[observable-inspect.any.worker.html]
[inspect(): Provides a pre-subscription subscribe callback]
expected: FAIL
[inspect(): Provides a way to tap into the values and completions of the source observable using an observer]
expected: FAIL
[inspect(): Error handler does not stop error from being reported to the global, when subscriber does not pass error handler]
expected: FAIL
[inspect(): Provides a way to tap into the values and errors of the source observable using an observer. Errors are passed through]
expected: FAIL
[inspect(): ObserverCallback passed in]
expected: FAIL
[inspect(): Throwing an error in the observer next handler is caught and sent to the error callback of the result observable]
expected: FAIL
[inspect(): Throwing an error in the observer error handler in inspect() is caught and sent to the error callback of the result observable]
expected: FAIL
[inspect(): Throwing an error in the observer complete handler is caught and sent to the error callback of the result observable]
expected: FAIL
[inspect(): Throwing an error in the next handler function in do should be caught and sent to the error callback of the result observable]
expected: FAIL
[inspect(): Errors thrown in subscribe() Inspector handler subscribe handler are caught and sent to error callback]
expected: FAIL
[inspect(): Provides a way to tap into the moment a source observable is unsubscribed from]
expected: FAIL
[inspect(): Inspector abort() handler is not called if the source completes before the result is unsubscribed from]
expected: FAIL
[inspect(): Errors thrown from inspect()'s abort() handler are caught and reported to the global, because the subscription is already closed by the time the handler runs]
expected: FAIL