summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/IndexedDB/get-databases.any.js.ini
blob: 2f4ee46c4e550155b0bbd93c3cb4fbf13e1d3da8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[get-databases.any.html]
  expected:
    if (os == "android") and fission: [TIMEOUT, OK]
  [Enumerate multiple databases.]
    expected: FAIL

  [Enumerate one database.]
    expected: FAIL

  [Make sure an empty list is returned for the case of no databases.]
    expected: FAIL

  [Ensure that databases() doesn't pick up changes that haven't commited.]
    expected: FAIL

  [Ensure that databases() returns a promise.]
    expected: FAIL


[get-databases.any.worker.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [Enumerate multiple databases.]
    expected: FAIL

  [Enumerate one database.]
    expected: FAIL

  [Make sure an empty list is returned for the case of no databases.]
    expected: FAIL

  [Ensure that databases() doesn't pick up changes that haven't commited.]
    expected: FAIL

  [Ensure that databases() returns a promise.]
    expected: FAIL