blob: 10923ec870408b20dcda027f127e65f6ba6af2f4 (
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
|
[idbcursor-request.any.worker.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[cursor.request from IDBIndex.openKeyCursor]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[cursor.request from IDBIndex.openCursor]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[idbcursor-request.any.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[cursor.request from IDBIndex.openKeyCursor]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[cursor.request from IDBIndex.openCursor]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|