summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/IndexedDB/idbobjectstore_getAll.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/idbobjectstore_getAll.any.js.ini')
-rw-r--r--testing/web-platform/meta/IndexedDB/idbobjectstore_getAll.any.js.ini70
1 files changed, 70 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/idbobjectstore_getAll.any.js.ini b/testing/web-platform/meta/IndexedDB/idbobjectstore_getAll.any.js.ini
new file mode 100644
index 0000000000..9b79f0f2a8
--- /dev/null
+++ b/testing/web-platform/meta/IndexedDB/idbobjectstore_getAll.any.js.ini
@@ -0,0 +1,70 @@
+[idbobjectstore_getAll.any.html]
+ expected:
+ if (os == "win") and not debug: [OK, TIMEOUT]
+ [Non existent key]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [zero maxCount]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Get upper excluded]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Get bound range with maxCount]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Get bound range (generated) with maxCount]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Get lower excluded]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+
+[idbobjectstore_getAll.any.worker.html]
+ expected:
+ if (os == "win") and not debug: [OK, TIMEOUT]
+ [getAll on empty object store]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Get upper excluded]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Non existent key]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [zero maxCount]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Get bound range with maxCount]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Get all values]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Get bound range]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Get bound range (generated) with maxCount]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Get lower excluded]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Test maxCount]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]