Update web-platform-tests to revision b'16f18d8135a80e89f2e910ca7548999fa2f7937e' (#31951)

This commit is contained in:
Servo WPT Sync 2024-03-31 01:15:08 -04:00 committed by GitHub
parent fff9ef87e6
commit 8c8d68e415
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1165 changed files with 42920 additions and 6829 deletions

View file

@ -0,0 +1,44 @@
[observable-flatMap.any.worker.html]
[flatMap(): Flattens simple source Observable properly]
expected: FAIL
[flatMap(): Returned Observable passes through source Observable errors]
expected: FAIL
[flatMap(): Outer Subscription synchronously becomes inactive when an 'inner' Observable emits an error]
expected: FAIL
[flatMap(): Outer Subscription synchronously becomes inactive when an 'inner' Observable throws an error]
expected: FAIL
[flatMap(): result Observable does not complete until source and inner Observables all complete]
expected: FAIL
[flatMap(): result Observable does not complete after source Observable completes while there are still queued inner Observables to process Observables all complete]
expected: FAIL
[flatMap(): source and inner active Observables are both unsubscribed from once the outer subscription signal is aborted]
expected: FAIL
[observable-flatMap.any.html]
[flatMap(): Flattens simple source Observable properly]
expected: FAIL
[flatMap(): Returned Observable passes through source Observable errors]
expected: FAIL
[flatMap(): Outer Subscription synchronously becomes inactive when an 'inner' Observable emits an error]
expected: FAIL
[flatMap(): Outer Subscription synchronously becomes inactive when an 'inner' Observable throws an error]
expected: FAIL
[flatMap(): result Observable does not complete until source and inner Observables all complete]
expected: FAIL
[flatMap(): result Observable does not complete after source Observable completes while there are still queued inner Observables to process Observables all complete]
expected: FAIL
[flatMap(): source and inner active Observables are both unsubscribed from once the outer subscription signal is aborted]
expected: FAIL