mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
Sync WPT with upstream (08-10-2023) (#30516)
* Update web-platform-tests to revision b'3d46548c5fbeb3c1b5f6bc5ae0854e0a1a0462ff' * Revert expectation for column-count-crash.https.html Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
5c9258895e
commit
5eed4e978c
466 changed files with 8188 additions and 3116 deletions
|
@ -0,0 +1,80 @@
|
|||
[observable-constructor.any.worker.html]
|
||||
[Observable constructor]
|
||||
expected: FAIL
|
||||
|
||||
[Subscriber interface is not constructible]
|
||||
expected: FAIL
|
||||
|
||||
[subscribe() can be called with no arguments]
|
||||
expected: FAIL
|
||||
|
||||
[Observable constructor calls initializer on subscribe]
|
||||
expected: FAIL
|
||||
|
||||
[Observable error path called synchronously]
|
||||
expected: FAIL
|
||||
|
||||
[Observable should error if initializer throws]
|
||||
expected: FAIL
|
||||
|
||||
[Subscription does not emit values after completion]
|
||||
expected: FAIL
|
||||
|
||||
[Subscription does not emit values after error]
|
||||
expected: FAIL
|
||||
|
||||
[Completing or nexting a subscriber after an error does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[Errors pushed to the subscriber that are not handled by the subscription are reported to the global]
|
||||
expected: FAIL
|
||||
|
||||
[Errors thrown in the initializer that are not handled by the subscription are reported to the global]
|
||||
expected: FAIL
|
||||
|
||||
[Subscription reports errors that are pushed after subscriber is closed by completion]
|
||||
expected: FAIL
|
||||
|
||||
[Errors thrown by initializer function after subscriber is closed by completion are reported]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-constructor.any.html]
|
||||
[Observable constructor]
|
||||
expected: FAIL
|
||||
|
||||
[Subscriber interface is not constructible]
|
||||
expected: FAIL
|
||||
|
||||
[subscribe() can be called with no arguments]
|
||||
expected: FAIL
|
||||
|
||||
[Observable constructor calls initializer on subscribe]
|
||||
expected: FAIL
|
||||
|
||||
[Observable error path called synchronously]
|
||||
expected: FAIL
|
||||
|
||||
[Observable should error if initializer throws]
|
||||
expected: FAIL
|
||||
|
||||
[Subscription does not emit values after completion]
|
||||
expected: FAIL
|
||||
|
||||
[Subscription does not emit values after error]
|
||||
expected: FAIL
|
||||
|
||||
[Completing or nexting a subscriber after an error does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[Errors pushed to the subscriber that are not handled by the subscription are reported to the global]
|
||||
expected: FAIL
|
||||
|
||||
[Errors thrown in the initializer that are not handled by the subscription are reported to the global]
|
||||
expected: FAIL
|
||||
|
||||
[Subscription reports errors that are pushed after subscriber is closed by completion]
|
||||
expected: FAIL
|
||||
|
||||
[Errors thrown by initializer function after subscriber is closed by completion are reported]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue