mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Update web-platform-tests to revision b'16f18d8135a80e89f2e910ca7548999fa2f7937e' (#31951)
This commit is contained in:
parent
fff9ef87e6
commit
8c8d68e415
1165 changed files with 42920 additions and 6829 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue