20 lines
787 B
INI
20 lines
787 B
INI
[idbcursor-continue.htm]
|
|
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.continue() - within range]
|
|
expected:
|
|
if (os == "win") and not debug: [PASS, TIMEOUT]
|
|
|
|
[IDBCursor.continue() - within single key range]
|
|
expected:
|
|
if (os == "win") and not debug: [PASS, TIMEOUT]
|
|
|
|
[IDBCursor.continue() - within single key range, with several results]
|
|
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.continue() - skip far forward]
|
|
expected:
|
|
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|