mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Update web-platform-tests to revision b'b73a0a32890ff293961eb55bb90ba57a5a711f48' (#32010)
This commit is contained in:
parent
1ffa61aabf
commit
05f1bbf0a9
765 changed files with 19221 additions and 3164 deletions
|
@ -0,0 +1,32 @@
|
|||
[observable-first.any.html]
|
||||
[first(): Promise resolves with the first value from the source Observable]
|
||||
expected: FAIL
|
||||
|
||||
[first(): Promise rejects with the error emitted from the source Observable]
|
||||
expected: FAIL
|
||||
|
||||
[first(): Promise rejects with RangeError when source Observable completes without emitting any values]
|
||||
expected: FAIL
|
||||
|
||||
[first(): Aborting a signal rejects the Promise with an AbortError DOMException]
|
||||
expected: FAIL
|
||||
|
||||
[first(): Lifecycle]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-first.any.worker.html]
|
||||
[first(): Promise resolves with the first value from the source Observable]
|
||||
expected: FAIL
|
||||
|
||||
[first(): Promise rejects with the error emitted from the source Observable]
|
||||
expected: FAIL
|
||||
|
||||
[first(): Promise rejects with RangeError when source Observable completes without emitting any values]
|
||||
expected: FAIL
|
||||
|
||||
[first(): Aborting a signal rejects the Promise with an AbortError DOMException]
|
||||
expected: FAIL
|
||||
|
||||
[first(): Lifecycle]
|
||||
expected: FAIL
|
|
@ -0,0 +1,32 @@
|
|||
[observable-last.any.worker.html]
|
||||
[last(): Promise resolves to last value]
|
||||
expected: FAIL
|
||||
|
||||
[last(): Promise rejects with emitted error]
|
||||
expected: FAIL
|
||||
|
||||
[last(): Promise rejects with RangeError when source Observable completes without emitting any values]
|
||||
expected: FAIL
|
||||
|
||||
[last(): Aborting a signal rejects the Promise with an AbortError DOMException]
|
||||
expected: FAIL
|
||||
|
||||
[last(): Lifecycle]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-last.any.html]
|
||||
[last(): Promise resolves to last value]
|
||||
expected: FAIL
|
||||
|
||||
[last(): Promise rejects with emitted error]
|
||||
expected: FAIL
|
||||
|
||||
[last(): Promise rejects with RangeError when source Observable completes without emitting any values]
|
||||
expected: FAIL
|
||||
|
||||
[last(): Aborting a signal rejects the Promise with an AbortError DOMException]
|
||||
expected: FAIL
|
||||
|
||||
[last(): Lifecycle]
|
||||
expected: FAIL
|
|
@ -0,0 +1,38 @@
|
|||
[observable-switchMap.any.html]
|
||||
[switchMap(): result subscribes to one inner observable at a time, unsubscribing from the previous active one when a new one replaces it]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): result does not complete when the source observable completes, if the inner observable is still active]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): result emits an error if Mapper callback throws an error]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): result emits an error if the source observable emits an error]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): result emits an error if the inner observable emits an error]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): should unsubscribe in the correct order when user aborts the subscription]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-switchMap.any.worker.html]
|
||||
[switchMap(): result subscribes to one inner observable at a time, unsubscribing from the previous active one when a new one replaces it]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): result does not complete when the source observable completes, if the inner observable is still active]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): result emits an error if Mapper callback throws an error]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): result emits an error if the source observable emits an error]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): result emits an error if the inner observable emits an error]
|
||||
expected: FAIL
|
||||
|
||||
[switchMap(): should unsubscribe in the correct order when user aborts the subscription]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue