15 lines
510 B
INI
15 lines
510 B
INI
[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]
|