mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
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:
parent
c242822eeb
commit
d0d02cd56c
632 changed files with 69406 additions and 3168 deletions
63
tests/wpt/meta/wasm/jsapi/jspi/js-promise-integration.any.js.ini
vendored
Normal file
63
tests/wpt/meta/wasm/jsapi/jspi/js-promise-integration.any.js.ini
vendored
Normal 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
|
32
tests/wpt/meta/wasm/jsapi/jspi/rejects.any.js.ini
vendored
Normal file
32
tests/wpt/meta/wasm/jsapi/jspi/rejects.any.js.ini
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue