blob: ccfea854e40dcf5a05d08e811996947822e3bb56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[idbcursor-advance-exception-order.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
[IDBCursor.advance exception order: TransactionInactiveError 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.advance exception order: TransactionInactiveError vs. InvalidStateError #1]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor.advance exception order: TypeError vs. TransactionInactiveError]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
|