From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../reading-autoincrement-indexes.any.js.ini | 86 ++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 testing/web-platform/meta/IndexedDB/reading-autoincrement-indexes.any.js.ini (limited to 'testing/web-platform/meta/IndexedDB/reading-autoincrement-indexes.any.js.ini') 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 -- cgit v1.2.3