Bug 1867925 - Mark some storage-access-api tests as intermittent after wpt-sync....
[gecko.git] / testing / web-platform / meta / IndexedDB / idbobjectstore-request-source.html.ini
blob89e1328ffa9ed7b0e318f5179269e94bb66ac3dc
1 [idbobjectstore-request-source.html]
2 expected:
3 if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
4 if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
5 [The source of the request from store => store.getKey(0) is the object store itself]
6 expected:
7 if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
9 [The source of the request from store => store.getAll() is the object store itself]
10 expected:
11 if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
13 [The source of the request from store => store.getAllKeys() is the object store itself]
14 expected:
15 if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
17 [The source of the request from store => store.count() is the object store itself]
18 expected:
19 if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
20 if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
22 [The source of the request from store => store.openCursor() is the object store itself]
23 expected:
24 if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
25 if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
27 [The source of the request from store => store.openKeyCursor() is the object store itself]
28 expected:
29 if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
30 if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]