mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
script: Don't panic on IndexedDB put operation structured clone (#38280)
Fixes panic by rethrowing exceptions. Testing: Covered by WPT Fixes: #38075 --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
This commit is contained in:
parent
e1bda86861
commit
4188852963
7 changed files with 3 additions and 86 deletions
|
@ -1,35 +1,7 @@
|
|||
[idbkeyrange-includes.any.html]
|
||||
expected: CRASH
|
||||
[IDBKeyRange.includes() with invalid input]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with a closed range]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with an open range]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with a lower-open upper-closed range]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with a lower-closed upper-open range]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with an only range]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with an closed lower-bounded range]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with an open lower-bounded range]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with an closed upper-bounded range]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with an open upper-bounded range]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with non-numeric keys]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -41,36 +13,8 @@
|
|||
expected: ERROR
|
||||
|
||||
[idbkeyrange-includes.any.worker.html]
|
||||
expected: CRASH
|
||||
[IDBKeyRange.includes() with invalid input]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with a closed range]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with an open range]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with a lower-open upper-closed range]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with a lower-closed upper-open range]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with an only range]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with an closed lower-bounded range]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with an open lower-bounded range]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with an closed upper-bounded range]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with an open upper-bounded range]
|
||||
expected: FAIL
|
||||
|
||||
[IDBKeyRange.includes() with non-numeric keys]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue