blob: 3c1f8414709008b18aaccf1577af0ec08808f8da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[idbcursor-delete-exception-order.htm]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
[IDBCursor.delete exception order: ReadOnlyError vs. InvalidStateError #2]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
[IDBCursor.delete exception order: ReadOnlyError vs. InvalidStateError #1]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor.delete exception order: TransactionInactiveError vs. ReadOnlyError]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
|