blob: debc8f3867bb5f8a4f19c1969fed6a3640d2490a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[idbobjectstore-query-exception-order.html]
disabled:
if win10_2004 and ccov: https://bugzilla.mozilla.org/show_bug.cgi?id=1733368
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
[IDBObjectStore.openCursor exception order: TransactionInactiveError vs. DataError]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[IDBObjectStore.openKeyCursor exception order: TransactionInactiveError vs. DataError]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[IDBObjectStore.openKeyCursor exception order: InvalidStateError vs. TransactionInactiveError]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
|