summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/IndexedDB/idbcursor-continuePrimaryKey-exception-order.htm.ini
blob: 417ad277c14c71893b97e75ccd85d1c7cc96e392 (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
37
38
[idbcursor-continuePrimaryKey-exception-order.htm]
  expected:
    if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
  [DataError(unset key)]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

  [InvalidAccessError(incorrect source) v.s. InvalidStateError(iteration ongoing)]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

  [InvalidAccessError(incorrect direction) v.s. InvalidStateError(iteration ongoing)]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

  [DataError(keys are lower then current one) in 'next' direction]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

  [DataError(unset primary key)]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

  [DataError(keys are larger then current one) in 'prev' direction]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

  [InvalidStateError(iteration complete) v.s. DataError(unset key)]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

  [InvalidStateError(iteration ongoing) v.s. DataError(unset key)]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]

  [InvalidAccessError(incorrect source) v.s. InvalidStateError(iteration complete)]
    expected:
      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]