diff options
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/reading-autoincrement-indexes.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/IndexedDB/reading-autoincrement-indexes.any.js.ini | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/reading-autoincrement-indexes.any.js.ini b/testing/web-platform/meta/IndexedDB/reading-autoincrement-indexes.any.js.ini new file mode 100644 index 0000000000..99de95d04b --- /dev/null +++ b/testing/web-platform/meta/IndexedDB/reading-autoincrement-indexes.any.js.ini @@ -0,0 +1,86 @@ +[reading-autoincrement-indexes.any.serviceworker.html] + expected: + if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT] + [IDBIndex.getAll() for an index on the autoincrement key] + expected: FAIL + + [IDBIndex.getAllKeys() for an index on the autoincrement key] + expected: FAIL + + [IDBIndex.get() for an index on the autoincrement key] + expected: FAIL + + [IDBIndex.getAllKeys() returns correct result for an index not covering the autoincrement key] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + + [IDBIndex.get() for an index not covering the autoincrement key] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + + +[reading-autoincrement-indexes.any.html] + expected: + if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT] + [IDBIndex.getAll() for an index on the autoincrement key] + expected: FAIL + + [IDBIndex.getAllKeys() for an index on the autoincrement key] + expected: FAIL + + [IDBIndex.get() for an index on the autoincrement key] + expected: FAIL + + [IDBIndex.getAll() for an index not covering the autoincrement key] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + + [IDBIndex.get() for an index not covering the autoincrement key] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + + [IDBIndex.getAllKeys() returns correct result for an index not covering the autoincrement key] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + + +[reading-autoincrement-indexes.any.sharedworker.html] + expected: + if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT] + [IDBIndex.getAll() for an index on the autoincrement key] + expected: + if (processor == "x86") and (os == "win") and not debug: [FAIL, TIMEOUT] + FAIL + + [IDBIndex.getAllKeys() for an index on the autoincrement key] + expected: + if (processor == "x86") and (os == "win") and not debug: [FAIL, NOTRUN] + FAIL + + [IDBIndex.get() for an index on the autoincrement key] + expected: + if (processor == "x86") and (os == "win") and not debug: [FAIL, NOTRUN] + FAIL + + [IDBIndex.getAll() for an index not covering the autoincrement key] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + + [IDBIndex.get() for an index not covering the autoincrement key] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + + [IDBIndex.getAllKeys() returns correct result for an index not covering the autoincrement key] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN] + + +[reading-autoincrement-indexes.any.worker.html] + [IDBIndex.getAll() for an index on the autoincrement key] + expected: FAIL + + [IDBIndex.getAllKeys() for an index on the autoincrement key] + expected: FAIL + + [IDBIndex.get() for an index on the autoincrement key] + expected: FAIL |