24 lines
742 B
INI
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]
|