trisquel-icecat/icecat/testing/web-platform/meta/IndexedDB/idbindex_get.any.js.ini
2025-10-06 02:35:48 -06:00

24 lines
742 B
INI

[idbindex_get.any.serviceworker.html]
tags: [fails_in_pbm]
expected:
if (os == "mac") and not debug: [OK, ERROR]
if (os == "android") and not debug: [OK, ERROR]
[idbindex_get.any.worker.html]
expected:
if (os == "win") and (processor == "x86_64"): [OK, TIMEOUT]
if os == "android": [OK, CRASH]
[get() throws TransactionInactiveError on aborted transaction]
expected:
if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
[get() throws InvalidStateError on index deleted by aborted upgrade]
expected:
if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
[idbindex_get.any.sharedworker.html]
[idbindex_get.any.html]
expected:
if (os == "mac") and not debug: [OK, CRASH]