blob: b02883d89e632b5f01648130f26e80bb29a7bdc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[idbcursor-key.htm]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "android") and fission: [TIMEOUT, OK]
[IDBCursor.key - 1]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[IDBCursor.key - my,key]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[IDBCursor.key - key]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
|