blob: 61bdfde10e6c0e630540d8fa2ac246852e363fa3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
[idbcursor-advance.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.advance() - within single key range]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[IDBCursor.advance() - advances backwards]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor.advance() - skip far forward]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor.advance() - within range]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
[IDBCursor.advance() - 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]
|