summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/IndexedDB/keypath-exceptions.htm.ini
blob: 06649a47989573e1d04ef870291555d40f1fd6e8 (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
[keypath-exceptions.htm]
  expected:
    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
    if (os == "android") and fission: [OK, TIMEOUT]
  [The last element of keypath is validated]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

  [Key path evaluation: Exceptions from non-enumerable getters]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

  [Key path evaluation: Exceptions from enumerable getters]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

  [Key path evaluation: Exceptions from non-enumerable getters on prototype]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

  [Key path evaluation: Exceptions from enumerable getters on prototype]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

  [Array key conversion should not invoke prototype getters]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]