Bug 1867925 - Mark some storage-access-api tests as intermittent after wpt-sync....
[gecko.git] / testing / web-platform / meta / IndexedDB / idbindex-rename-errors.html.ini
blob10c9991fb97c3cf329bf8fe1d87460076178a296
1 [idbindex-rename-errors.html]
2 expected:
3 if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
4 if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
5 [IndexedDB index rename throws in an inactive transaction]
6 expected:
7 if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
8 if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
10 [IndexedDB index rename to the name of another index throws]
11 expected:
12 if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
13 if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
15 [IndexedDB index rename handles exceptions when stringifying names]
16 expected:
17 if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
18 if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
20 [IndexedDB index rename throws in a readwrite transaction]
21 expected:
22 if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
24 [IndexedDB index rename throws in a readonly transaction]
25 expected:
26 if (processor == "x86") and not debug and (os == "win"): [PASS, NOTRUN, TIMEOUT]
27 if (processor == "x86") and not debug and (os == "linux"): [PASS, TIMEOUT]
29 [IndexedDB deleted index rename throws]
30 expected:
31 if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]