Update web-platform-tests to revision b'5a9d9349a312e12a950d5f4703cd41609a06f242' (#33923)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-10-20 03:33:44 +02:00 committed by GitHub
parent c242822eeb
commit d0d02cd56c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
632 changed files with 69406 additions and 3168 deletions

View file

@ -0,0 +1,63 @@
[js-promise-integration.any.worker.html]
[Promising function always entered]
expected: FAIL
[Always get a Promise]
expected: FAIL
[Suspend once]
expected: FAIL
[Suspend/resume in a loop]
expected: FAIL
[Suspending with mismatched args and via Proxy]
expected: FAIL
[Make sure we actually suspend]
expected: FAIL
[Do not suspend if the import's return value is not a Promise]
expected: FAIL
[Catch rejected promise]
expected: FAIL
[Promising with no return]
expected: FAIL
[Suspend two modules]
expected: FAIL
[js-promise-integration.any.html]
expected: ERROR
[Promising function always entered]
expected: FAIL
[Always get a Promise]
expected: FAIL
[Suspend once]
expected: FAIL
[Suspend/resume in a loop]
expected: FAIL
[Suspending with mismatched args and via Proxy]
expected: FAIL
[Make sure we actually suspend]
expected: FAIL
[Do not suspend if the import's return value is not a Promise]
expected: FAIL
[Catch rejected promise]
expected: FAIL
[Promising with no return]
expected: FAIL
[Suspend two modules]
expected: FAIL

View file

@ -0,0 +1,32 @@
[rejects.any.html]
[Throw after the first suspension]
expected: FAIL
[Throw before suspending]
expected: FAIL
[Throw and propagate via Promise]
expected: FAIL
[Stack overflow]
expected: FAIL
[Try to suspend JS]
expected: FAIL
[rejects.any.worker.html]
[Throw after the first suspension]
expected: FAIL
[Throw before suspending]
expected: FAIL
[Throw and propagate via Promise]
expected: FAIL
[Stack overflow]
expected: FAIL
[Try to suspend JS]
expected: FAIL