summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/IndexedDB/idbobjectstore_put.any.js.ini
blob: 14fbd0f2f7ed1b257a85dc190574bc6655377472 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[idbobjectstore_put.any.sharedworker.html]

[idbobjectstore_put.any.serviceworker.html]
  expected:
    if (processor == "x86") and not debug: TIMEOUT
  [Attempt to put() a record that does not meet the constraints of an object store's inline key requirements]
    expected:
      if (processor == "x86") and not debug: TIMEOUT

  [Attempt to call put() without an key parameter when the object store uses out-of-line keys]
    expected:
      if (processor == "x86") and not debug: TIMEOUT

  [Attempt to put() a record where the record's key does not meet the constraints of a valid key]
    expected:
      if (processor == "x86") and not debug: TIMEOUT

  [Attempt to put() a record where the record's in-line key is not defined]
    expected:
      if (processor == "x86") and not debug: TIMEOUT

  [Attempt to put() a record where the out of line key provided does not meet the constraints of a valid key]
    expected:
      if (processor == "x86") and not debug: TIMEOUT

  [put() a record where a value being indexed does not meet the constraints of a valid key]
    expected:
      if (processor == "x86") and not debug: TIMEOUT

  [If the transaction this IDBObjectStore belongs to has its mode set to readonly, throw ReadOnlyError]
    expected:
      if (processor == "x86") and not debug: TIMEOUT

  [If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError]
    expected:
      if (processor == "x86") and not debug: TIMEOUT


[idbobjectstore_put.any.worker.html]
  expected:
    if (processor == "x86") and not debug: TIMEOUT
  [If the transaction this IDBObjectStore belongs to has its mode set to readonly, throw ReadOnlyError]
    expected:
      if (processor == "x86") and not debug: TIMEOUT

  [If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError]
    expected:
      if (processor == "x86") and not debug: TIMEOUT


[idbobjectstore_put.any.html]
  expected:
    if (processor == "x86") and not debug: TIMEOUT
  [Object store has autoIncrement:true and the key path is an object attribute]
    expected:
      if (processor == "x86") and not debug: TIMEOUT

  [Attempt to put() a record that does not meet the constraints of an object store's inline key requirements]
    expected:
      if (processor == "x86") and not debug: TIMEOUT

  [Attempt to call put() without an key parameter when the object store uses out-of-line keys]
    expected:
      if (processor == "x86") and not debug: TIMEOUT

  [Attempt to put() a record where the record's key does not meet the constraints of a valid key]
    expected:
      if (processor == "x86") and not debug: TIMEOUT

  [Attempt to put() a record where the record's in-line key is not defined]
    expected:
      if (processor == "x86") and not debug: TIMEOUT

  [Attempt to put() a record where the out of line key provided does not meet the constraints of a valid key]
    expected:
      if (processor == "x86") and not debug: TIMEOUT

  [put() a record where a value being indexed does not meet the constraints of a valid key]
    expected:
      if (processor == "x86") and not debug: TIMEOUT

  [If the transaction this IDBObjectStore belongs to has its mode set to readonly, throw ReadOnlyError]
    expected:
      if (processor == "x86") and not debug: TIMEOUT

  [If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError]
    expected:
      if (processor == "x86") and not debug: TIMEOUT