summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/IndexedDB/idbobjectstore_add.any.js.ini
blob: 6efdb101023be051386f0e73891e515dafefa23a (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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
[idbobjectstore_add.any.serviceworker.html]
  expected:
    if (processor == "x86") and not debug: [OK, TIMEOUT]
  [If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError]
    expected:
      if (processor == "x86") and not debug: [PASS, TIMEOUT]


[idbobjectstore_add.any.sharedworker.html]
  expected:
    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
  [Attempt to 'add()' a record where the out of line key provided does not meet the constraints of a valid key]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

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

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

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

  [Attempt to 'add()' a record where the record's key does not meet the constraints of a valid key]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [Attempt to 'add()' a record where the record's in-line key is not  defined]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [add() a record where a value being indexed does not meet the constraints of a valid key]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [Attempt to call 'add()' without a key parameter when the object store uses out-of-line keys]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [add() with an out-of-line key]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [add() object store's key path is an object attribute]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [add() record with same key already exists]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [add() autoIncrement and inline keys]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [add() where an index has unique:true specified]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [add() autoIncrement and out-of-line keys]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [Object store has autoIncrement:true and the key path is an object attribute]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]


[idbobjectstore_add.any.worker.html]
  expected:
    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
  [If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

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

  [Attempt to call 'add()' without a key parameter when the object store uses out-of-line keys]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [Attempt to 'add()' a record where the record's in-line key is not  defined]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

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

  [Object store has autoIncrement:true and the key path is an object attribute]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [Attempt to 'add()' a record where the record's key does not meet the constraints of a valid key]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [Attempt to 'add()' a record where the out of line key provided does not meet the constraints of a valid key]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [add() a record where a value being indexed does not meet the constraints of a valid key]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]


[idbobjectstore_add.any.html]
  expected:
    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
  [Attempt to call 'add()' without a key parameter when the object store uses out-of-line keys]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

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

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

  [Attempt to 'add()' a record where the out of line key provided does not meet the constraints of a valid key]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]

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

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

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

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

  [add() object store's key path is an object attribute]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [add() autoIncrement and inline keys]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [add() autoIncrement and out-of-line keys]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

  [Object store has autoIncrement:true and the key path is an object attribute]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]