mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update web-platform-tests to revision 7a767a52741f628430ffbbed46e7f3df68ba3534
Fixes #15648.
This commit is contained in:
parent
a1e4c547f0
commit
4fadf9b0b6
1184 changed files with 22551 additions and 9856 deletions
|
@ -0,0 +1,6 @@
|
|||
[allow-crossorigin.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Promise rejection event should be received for the cross-origin CORS script]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[promise-rejection-event-constructor.html]
|
||||
type: testharness
|
||||
[This tests the constructor for the PromiseRejectionEvent DOM class.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[promise-rejection-events-attached-in-event.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Attaching a handler in unhandledrejection should not trigger rejectionhandled.]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[promise-rejection-events-onerror.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Throwing inside an unhandledrejection handler invokes the error handler.]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,60 @@
|
|||
[promise-rejection-events.dedicatedworker.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[unhandledrejection: from Promise.reject]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from a synchronous rejection in new Promise]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from a task-delayed rejection]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from a setTimeout-delayed rejection]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from a throw in a rejection handler chained off of Promise.reject]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from a throw in a rejection handler chained off of a setTimeout-delayed rejection]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from a throw in a rejection handler attached one microtask after a setTimeout-delayed rejection]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from returning a Promise.reject-created rejection in a fulfillment handler]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from a throw in a fulfillment handler]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from returning a setTimeout-delayed rejection in a fulfillment handler]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from Promise.reject, indirected through Promise.all]
|
||||
expected: TIMEOUT
|
||||
|
||||
[no unhandledrejection/rejectionhandled: all inside a queued task, a rejection handler attached synchronously to a promise created from returning a Promise.reject-created promise in a fulfillment handler]
|
||||
expected: FAIL
|
||||
|
||||
[microtask nesting: attaching a handler inside a combination of mutationObserverMicrotask + promise microtasks, all inside a postMessageTask]
|
||||
expected: FAIL
|
||||
|
||||
[microtask nesting: attaching a handler inside a combination of promise microtasks + mutationObserverMicrotask, all inside a postMessageTask]
|
||||
expected: FAIL
|
||||
|
||||
[delayed handling: a nested-task delay before attaching a handler causes unhandledrejection]
|
||||
expected: FAIL
|
||||
|
||||
[delayed handling: a nested-postMessageTask after promise creation/rejection, plus promise microtasks, is too late to attach a rejection handler]
|
||||
expected: FAIL
|
||||
|
||||
[delayed handling: a nested-postMessageTask before promise creation/rejection, plus many promise microtasks, is too late to attach a rejection handler]
|
||||
expected: FAIL
|
||||
|
||||
[delayed handling: a nested-postMessageTask after promise creation/rejection, plus many promise microtasks, is too late to attach a rejection handler]
|
||||
expected: FAIL
|
||||
|
||||
[mutationObserverMicrotask vs. postMessageTask ordering is not disturbed inside unhandledrejection events]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,72 @@
|
|||
[promise-rejection-events.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[unhandledrejection: from Promise.reject]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from a synchronous rejection in new Promise]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from a task-delayed rejection]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from a setTimeout-delayed rejection]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from a throw in a rejection handler chained off of Promise.reject]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from a throw in a rejection handler chained off of a setTimeout-delayed rejection]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from a throw in a rejection handler attached one microtask after a setTimeout-delayed rejection]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from returning a Promise.reject-created rejection in a fulfillment handler]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from a throw in a fulfillment handler]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from returning a setTimeout-delayed rejection in a fulfillment handler]
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from Promise.reject, indirected through Promise.all]
|
||||
expected: TIMEOUT
|
||||
|
||||
[delayed handling: a microtask delay before attaching a handler prevents both events (Promise.reject-created promise)]
|
||||
expected: FAIL
|
||||
|
||||
[delayed handling: a microtask delay before attaching a handler prevents both events (immediately-rejected new Promise-created promise)]
|
||||
expected: FAIL
|
||||
|
||||
[delayed handling: a microtask delay before attaching the handler, and before rejecting the promise, indirected through Promise.all]
|
||||
expected: FAIL
|
||||
|
||||
[microtask nesting: attaching a handler inside a combination of mutationObserverMicrotask + promise microtasks]
|
||||
expected: FAIL
|
||||
|
||||
[delayed handling: a nested-task delay before attaching a handler causes unhandledrejection]
|
||||
expected: TIMEOUT
|
||||
|
||||
[delayed handling: a nested-postMessageTask after promise creation/rejection, plus promise microtasks, is too late to attach a rejection handler]
|
||||
expected: TIMEOUT
|
||||
|
||||
[delayed handling: a nested-postMessageTask before promise creation/rejection, plus many promise microtasks, is too late to attach a rejection handler]
|
||||
expected: TIMEOUT
|
||||
|
||||
[delayed handling: a nested-postMessageTask after promise creation/rejection, plus many promise microtasks, is too late to attach a rejection handler]
|
||||
expected: TIMEOUT
|
||||
|
||||
[mutationObserverMicrotask vs. postMessageTask ordering is not disturbed inside unhandledrejection events]
|
||||
expected: TIMEOUT
|
||||
|
||||
[postMessageTask ordering vs. the task queued for unhandled rejection notification (1)]
|
||||
expected: TIMEOUT
|
||||
|
||||
[postMessageTask ordering vs. the task queued for unhandled rejection notification (2)]
|
||||
expected: TIMEOUT
|
||||
|
||||
[rejectionhandled is dispatched from a queued task, and not immediately]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[promise-rejection-events.serviceworker.https.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,5 @@
|
|||
[promise-rejection-events.sharedworker.html]
|
||||
type: testharness
|
||||
[Promise rejection events tests: in a shared worker context]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue