Source code
Revision control
Copy as Markdown
Other Tools
[reading-autoincrement-indexes-cursors.any.serviceworker.html]
tags: [fails_in_pbm]
expected:
if not sessionHistoryInParent and not debug: [OK, TIMEOUT]
[IDBIndex.openKeyCursor() iterates over an index not covering the autoincrement key]
expected:
if not sessionHistoryInParent and not debug: [PASS, NOTRUN]
[IDBIndex.openCursor() iterates over an index not covering the autoincrement key]
expected:
if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
[reading-autoincrement-indexes-cursors.any.html]
expected:
if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT, CRASH]
if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT, CRASH]
[IDBIndex.openCursor() iterates over an index not covering the autoincrement key]
expected:
if (os == "android") and not debug and sessionHistoryInParent: [PASS, TIMEOUT]
if (os == "android") and not debug and not sessionHistoryInParent: [PASS, TIMEOUT]
[IDBIndex.openKeyCursor() iterates over an index not covering the autoincrement key]
expected:
if (os == "android") and not debug and sessionHistoryInParent: [PASS, NOTRUN]
if (os == "android") and not debug and not sessionHistoryInParent: [PASS, NOTRUN]
[reading-autoincrement-indexes-cursors.any.worker.html]
expected:
if (os == "android") and not debug: [OK, CRASH]
[reading-autoincrement-indexes-cursors.any.sharedworker.html]