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

  [Key path evaluation: Exceptions from non-enumerable getters]
    expected:
      if (processor == "x86") 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]