summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/IndexedDB/idbobjectstore-request-source.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/idbobjectstore-request-source.html.ini')
-rw-r--r--testing/web-platform/meta/IndexedDB/idbobjectstore-request-source.html.ini31
1 files changed, 31 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/idbobjectstore-request-source.html.ini b/testing/web-platform/meta/IndexedDB/idbobjectstore-request-source.html.ini
new file mode 100644
index 0000000000..153d4c1231
--- /dev/null
+++ b/testing/web-platform/meta/IndexedDB/idbobjectstore-request-source.html.ini
@@ -0,0 +1,31 @@
+[idbobjectstore-request-source.html]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, OK]
+ [The source of the request from store => store.getKey(0) is the object store itself]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
+
+ [The source of the request from store => store.getAll() is the object store itself]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
+
+ [The source of the request from store => store.getAllKeys() is the object store itself]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86"): TIMEOUT
+
+ [The source of the request from store => store.count() is the object store itself]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, PASS]
+
+ [The source of the request from store => store.openCursor() is the object store itself]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, PASS]
+
+ [The source of the request from store => store.openKeyCursor() is the object store itself]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, PASS]