Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: test/test262/test262.status

Issue 6711063: Test262 (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are
4 # met:
5 #
6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided
11 # with the distribution.
12 # * Neither the name of Google Inc. nor the names of its
13 # contributors may be used to endorse or promote products derived
14 # from this software without specific prior written permission.
15 #
16 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
28
29 #
30 # ietestcenter tests.
31 #
32
33 prefix ietestcenter
34
35 # BUG: 7.6 - SyntaxError expected: reserved words used as Identifier
36 # Names in UTF8: class (class)
37 7.6-30: FAIL
38 # BUG: 7.6 - SyntaxError expected: reserved words used as Identifier
39 # Names in UTF8: extends (extends)
40 7.6-31: FAIL
41 # BUG: 7.6 - SyntaxError expected: reserved words used as Identifier
42 # Names in UTF8: \u0065\u006e\u0075\u006d (enum)
43 7.6-32: FAIL
44 # BUG: 7.6 - SyntaxError expected: reserved words used as Identifier
45 # Names in UTF8: \u0073uper (super)
46 7.6-33: FAIL
47 # BUG: 7.6 - SyntaxError expected: reserved words used as Identifier
48 # Names in UTF8: expor\u0074 (export)
49 7.6-35: FAIL
50 # BUG: 7.6 - SyntaxError expected: reserved words used as Identifier
51 # Names in UTF8: \u0069\u006d\u0070\u006f\u0072\u0074 (import)
52 7.6-36: FAIL
53 # Invalid test: https://bugs.ecmascript.org/show_bug.cgi?id=76
54 10.4.2-2-c-1: FAIL
55 # BUG: 11.8.2 Greater-than Operator - Partial left to right order enforced
56 # when using Greater-than operator: valueOf > valueOf
57 11.8.2-1: FAIL
58 # BUG: 11.8.2 Greater-than Operator - Partial left to right order enforced
59 # when using Greater-than operator: valueOf > toString
60 11.8.2-2: FAIL
61 # BUG: 11.8.2 Greater-than Operator - Partial left to right order enforced
62 # when using Greater-than operator: toString > valueOf
63 11.8.2-3: FAIL
64 # BUG: 11.8.2 Greater-than Operator - Partial left to right order enforced
65 # when using Greater-than operator: toString > toString
66 11.8.2-4: FAIL
67 # BUG: 11.8.3 Less-than-or-equal Operator - Partial left to right order
68 # enforced when using Less-than-or-equal operator: valueOf <= valueOf
69 11.8.3-1: FAIL
70 # BUG: 11.8.3 Less-than-or-equal Operator - Partial left to right order
71 # enforced when using Less-than-or-equal operator: valueOf <= toString
72 11.8.3-2: FAIL
73 # BUG: 11.8.3 Less-than-or-equal Operator - Partial left to right order
74 # enforced when using Less-than-or-equal operator: toString <= valueOf
75 11.8.3-3: FAIL
76 # BUG: 11.8.3 Less-than-or-equal Operator - Partial left to right order
77 # enforced when using Less-than-or-equal operator: toString <= toString
78 11.8.3-4: FAIL
79 # BUG: 11.8.3 Less-than-or-equal Operator - Partial left to right order
80 # enforced when using Less-than-or-equal operator: valueOf <= valueOf
81 11.8.3-5: FAIL
82 # BUG: Global.NaN is a data property with default attribute values
83 15.1.1.1-0: FAIL
84 # BUG: Global.Infinity is a data property with default attribute values
85 15.1.1.2-0: FAIL
86 # BUG: Global.undefined is a data property with default attribute values
87 15.1.1.3-0: FAIL
88 # BUG: Object.getOwnPropertyDescriptor returns data desc (all false)
89 # for properties on built-ins (Global.NaN)
90 15.2.3.3-4-178: FAIL
91 # BUG: Object.getOwnPropertyDescriptor returns data desc (all false)
92 # for properties on built-ins (Global.Infinity)
93 15.2.3.3-4-179: FAIL
94 # BUG: Object.getOwnPropertyDescriptor returns data desc (all false)
95 # for properties on built-ins (Global.undefined)
96 15.2.3.3-4-180: FAIL
97 # BUG: Object.getOwnPropertyDescriptor returns data desc (all false)
98 # for properties on built-ins (RegExp.prototype.source)
99 # There is no RegExp.prototype.source
100 15.2.3.3-4-212: FAIL
101 # BUG: Object.getOwnPropertyDescriptor returns data desc (all false)
102 # for properties on built-ins (RegExp.prototype.global)
103 # There is no RegExp.prototype.global
104 15.2.3.3-4-213: FAIL
105 # BUG: Object.getOwnPropertyDescriptor returns data desc (all false)
106 # for properties on built-ins (RegExp.prototype.ignoreCase)
107 # There is no RegExp.prototype.ignoreCase
108 15.2.3.3-4-214: FAIL
109 # BUG: Object.getOwnPropertyDescriptor returns data desc (all false)
110 # for properties on built-ins (RegExp.prototype.multiline)
111 15.2.3.3-4-215: FAIL
112 # Bug? Object.create - 'set' property of one property in 'Properties'
113 # is not present (8.10.5 step 8)
114 # V8 throws.
115 15.2.3.5-4-267: FAIL
116 # Bug? Object.create - 'set' property of one property in 'Properties'
117 # is undefined (8.10.5 step 8.b)
118 # V8 throws.
119 15.2.3.5-4-292: FAIL
120 # Bug? Object.defineProperty - 'set' property in 'Attributes' is not
121 # present (8.10.5 step 8)
122 # V8 throws.
123 15.2.3.6-3-236: FAIL
124 # Bug? Object.defineProperty - 'set' property in 'Attributes' is own
125 # accessor property without a get function (8.10.5 step 8.a)
126 # V8 throws.
127 15.2.3.6-3-245: FAIL
128 # Bug? Object.defineProperty - 'set' property in 'Attributes' is own
129 # accessor property(without a get function) that overrides an inherited
130 # accessor property (8.10.5 step 8.a)
131 # V8 throws.
132 15.2.3.6-3-246: FAIL
133 # Bug? Object.defineProperty - 'set' property in 'Attributes' is an
134 # inherited accessor property without a get function (8.10.5 step 8.a)
135 # V8 throws.
136 15.2.3.6-3-247: FAIL
137 # Bug? Object.defineProperty - value of 'set' property in 'Attributes'
138 # is undefined (8.10.5 step 8.b)
139 # V8 throws.
140 15.2.3.6-3-261: FAIL
141 # Bug? Object.defineProperty - Update [[Enumerable]] attribute of 'name'
142 # property to true successfully when [[Enumerable]] attribute of 'name'
143 # is false and [[Configurable]] attribute of 'name' is true, the 'desc'
144 # is a generic descriptor which only contains [[Enumerable]] attribute
145 # as true, 'name' property is an index data property (8.12.9 step 8)
146 15.2.3.6-4-82-18: FAIL
147 # Bug? Object.defineProperty - Update [[Enumerable]] attribute of 'name'
148 # property to false successfully when [[Enumerable]] and [[Configurable]]
149 # attributes of 'name' property are true, the 'desc' is a generic
150 # descriptor which only contains [Enumerable]] attribute as false and
151 # 'name' property is an index accessor property (8.12.9 step 8)
152 15.2.3.6-4-82-19: FAIL
153 # Bug? Object.defineProperty - Update [[Enumerable]] attribute of 'name'
154 # property to false successfully when [[Enumerable]] and [[Configurable]]
155 # attributes of 'name' property are true, the 'desc' is a generic
156 # descriptor which contains [Enumerable]] attribute as false and
157 # [[Configurable]] property is true, 'name' property is an index accessor
158 # property (8.12.9 step 8)
159 15.2.3.6-4-82-20: FAIL
160 # Bug? Object.defineProperty - Update [[Configurable]] attribute of 'name'
161 # property to false successfully when [[Enumerable]] and [[Configurable]]
162 # attributes of 'name' property are true, the 'desc' is a generic
163 # descriptor which only contains [[Configurable]] attribute as false,
164 # 'name' property is an index accessor property (8.12.9 step 8)
165 15.2.3.6-4-82-21: FAIL
166 # Bug? Object.defineProperty - Update [[Configurable]] attribute of 'name'
167 # property to false successfully when [[Enumerable]] and [[Configurable]]
168 # attributes of 'name' property are true, the 'desc' is a generic
169 # descriptor which contains [[Enumerable]] attribute as true and
170 # [[Configurable]] attribute is false, 'name' property is an index accessor
171 # property (8.12.9 step 8)
172 15.2.3.6-4-82-22: FAIL
173 # Bug? Object.defineProperty - Update [[Enumerable]] and [[Configurable]]
174 # attributes of 'name' property to false successfully when [[Enumerable]]
175 # and [[Configurable]] attributes of 'name' property are true, the 'desc'
176 # is a generic descriptor which contains [[Enumerable]] and
177 # [[Configurable]] attributes as false, 'name' property is an index
178 # accessor property (8.12.9 step 8)
179 15.2.3.6-4-82-23: FAIL
180 # Bug? Object.defineProperty - Update [[Enumerable]] attributes of 'name'
181 # property to true successfully when [[Enumerable]] attribute of 'name' is
182 # false and [[Configurable]] attribute of 'name' is true, the 'desc' is a
183 # generic descriptor which only contains [[Enumerable]] attribute as true,
184 # 'name' property is an index accessor property (8.12.9 step 8)
185 15.2.3.6-4-82-24: FAIL
186 # Bug? Object.defineProperty - 'O' is an Array, test the length property of 'O'
187 # is own data property (15.4.5.1 step 1)
188 15.2.3.6-4-116: FAIL
189 # Bug? Object.defineProperty - 'O' is an Array, test the length property of 'O'
190 # is own data property that overrides an inherited data property (15.4.5.1
191 # step 1)
192 15.2.3.6-4-117: FAIL
193 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
194 # 'O', test that RangeError exception is thrown when [[Value]] field of
195 # 'desc' is undefined (15.4.5.1 step 3.c)
196 15.2.3.6-4-125: FAIL
197 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
198 # 'O', test the [[Value]] field of 'desc' is null (15.4.5.1 step 3.c)
199 15.2.3.6-4-126: FAIL
200 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
201 # 'O', test the [[Value]] field of 'desc' is a boolean with value false
202 # (15.4.5.1 step 3.c)
203 15.2.3.6-4-127: FAIL
204 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
205 # 'O', test the [[Value]] field of 'desc' is a boolean with value true
206 # (15.4.5.1 step 3.c)
207 15.2.3.6-4-128: FAIL
208 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
209 # 'O', test RangeError exception is not thrown when the [[Value]] field of
210 # 'desc' is 0 (15.4.5.1 step 3.c)
211 15.2.3.6-4-129: FAIL
212 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
213 # 'O', test RangeError exception is not thrown when the [[Value]] field of
214 # 'desc' is +0 (15.4.5.1 step 3.c)
215 15.2.3.6-4-130: FAIL
216 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
217 # 'O', test RangeError exception is not thrown when the [[Value]] field of
218 # 'desc' is -0 (15.4.5.1 step 3.c)
219 15.2.3.6-4-131: FAIL
220 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
221 # 'O', test RangeError exception is not thrown when the [[Value]] field of
222 # 'desc' is a positive number (15.4.5.1 step 3.c)
223 15.2.3.6-4-132: FAIL
224 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
225 # 'O', test RangeError exception is thrown when the [[Value]] field of
226 # 'desc' is a negative number (15.4.5.1 step 3.c)
227 15.2.3.6-4-133: FAIL
228 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
229 # 'O', test RangeError exception is thrown when the [[Value]] field of
230 # 'desc' is +Infinity (15.4.5.1 step 3.c)
231 15.2.3.6-4-134: FAIL
232 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
233 # 'O', test RangeError exception is thrown when the [[Value]] field of
234 # 'desc' is -Infinity (15.4.5.1 step 3.c)
235 15.2.3.6-4-135: FAIL
236 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
237 # 'O', test RangeError exception is thrown when the [[Value]] field of
238 # 'desc' is NaN (15.4.5.1 step 3.c)
239 15.2.3.6-4-136: FAIL
240 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
241 # 'O', test RangeError exception is not thrown when the [[Value]] field of
242 # 'desc' is a string containing a positive number (15.4.5.1 step 3.c)
243 15.2.3.6-4-137: FAIL
244 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
245 # 'O', test RangeError exception is thrown when the [[Value]] field of
246 # 'desc' is a string containing a negative number (15.4.5.1 step 3.c)
247 15.2.3.6-4-138: FAIL
248 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
249 # 'O', test RangeError exception is thrown when the [[Value]] field of
250 # 'desc' is a string containing a decimal number (15.4.5.1 step 3.c)
251 15.2.3.6-4-139: FAIL
252 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
253 # 'O', test RangeError exception is thrown when the [[Value]] field of
254 # 'desc' is a string containing +Infinity (15.4.5.1 step 3.c)
255 15.2.3.6-4-140: FAIL
256 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
257 # 'O', test RangeError exception is thrown when the [[Value]] field of
258 # 'desc' is a string containing -Infinity (15.4.5.1 step 3.c)
259 15.2.3.6-4-141: FAIL
260 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
261 # 'O', test the [[Value]] field of 'desc' is a string containing an
262 # exponential number (15.4.5.1 step 3.c)
263 15.2.3.6-4-142: FAIL
264 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
265 # 'O', test the [[Value]] field of 'desc' is a string containing a hex
266 # number (15.4.5.1 step 3.c)
267 15.2.3.6-4-143: FAIL
268 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
269 # 'O', test the [[Value]] field of 'desc' is a string containing a number
270 # with leading zeros (15.4.5.1 step 3.c)
271 15.2.3.6-4-144: FAIL
272 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
273 # 'O', test RangeError exception is thrown when the [[Value]] field of
274 # 'desc' is a string which doesn't convert to a number (15.4.5.1 step 3.c)
275 15.2.3.6-4-145: FAIL
276 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
277 # 'O', test the [[Value]] field of 'desc' is an object which has an own
278 # toString method (15.4.5.1 step 3.c)
279 15.2.3.6-4-146: FAIL
280 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
281 # 'O', test the [[Value]] field of 'desc' is an Object which has an own
282 # valueOf method (15.4.5.1 step 3.c)
283 15.2.3.6-4-147: FAIL
284 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
285 # 'O', test the [[Value]] field of 'desc' is an Object which has an own
286 # valueOf method that returns an object and toString method that returns a
287 # string (15.4.5.1 step 3.c)
288 15.2.3.6-4-148: FAIL
289 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
290 # 'O', test the [[Value]] field of 'desc' is an Object which has an own
291 # toString and valueOf method (15.4.5.1 step 3.c)
292 15.2.3.6-4-149: FAIL
293 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
294 # 'O', test TypeError is thrown when the [[Value]] field of 'desc' is an
295 # Object that both toString and valueOf wouldn't return primitive value
296 # (15.4.5.1 step 3.c)
297 15.2.3.6-4-150: FAIL
298 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
299 # 'O', and the [[Value]] field of 'desc' is an Object with an own toString
300 # method and an inherited valueOf method (15.4.5.1 step 3.c), test that the
301 # inherited valueOf method is used
302 15.2.3.6-4-151: FAIL
303 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
304 # 'O', test RangeError is thrown when the [[Value]] field of 'desc' is a
305 # positive non-integer values (15.4.5.1 step 3.c)
306 15.2.3.6-4-152: FAIL
307 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length prosperty
308 # of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is a
309 # negative non-integer values (15.4.5.1 step 3.c)
310 15.2.3.6-4-153: FAIL
311 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
312 # 'O', test the [[Value]] field of 'desc' is boundary value 2^32 - 2
313 # (15.4.5.1 step 3.c)
314 15.2.3.6-4-154: FAIL
315 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
316 # 'O', test the [[Value]] field of 'desc' is boundary value 2^32 - 1
317 # (15.4.5.1 step 3.c)
318 15.2.3.6-4-155: FAIL
319 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
320 # 'O', test RangeError is thrown when the [[Value]] field of 'desc' is
321 # boundary value 2^32 (15.4.5.1 step 3.c)
322 15.2.3.6-4-156: FAIL
323 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
324 # 'O', test RangeError is thrown when the [[Value]] field of 'desc' is
325 # boundary value 2^32 + 1 (15.4.5.1 step 3.c)
326 15.2.3.6-4-157: FAIL
327 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
328 # 'O', set the [[Value]] field of 'desc' to a value greater than the
329 # existing value of length (15.4.5.1 step 3.f)
330 15.2.3.6-4-159: FAIL
331 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
332 # 'O', set the [[Value]] field of 'desc' to a value lesser than the
333 # existing value of length and test that indexes beyond the new length are
334 # deleted(15.4.5.1 step 3.f)
335 15.2.3.6-4-161: FAIL
336 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
337 # 'O', the [[Value]] field of 'desc' is less than value of the length
338 # property, test the [[Writable]] attribute of the length property is set
339 # to true after deleting properties with large index named if the
340 # [[Writable]] field of 'desc' is absent (15.4.5.1 step 3.h)
341 15.2.3.6-4-165: FAIL
342 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
343 # 'O', the [[Value]] field of 'desc' is less than value of the length
344 # property, test the [[Writable]] attribute of the length property is set
345 # to true after deleting properties with large index named if the
346 # [[Writable]] field of 'desc' is true (15.4.5.1 step 3.h)
347 15.2.3.6-4-166: FAIL
348 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
349 # 'O', the [[Value]] field of 'desc' is less than value of the length
350 # property, test the [[Writable]] attribute of the length property is set
351 # to false after deleting properties with large index named if the
352 # [[Writable]] field of 'desc' is false (15.4.5.1 step 3.i.ii)
353 15.2.3.6-4-167: FAIL
354 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
355 # 'O', whose writable attribute is being changed to false and the [[Value]]
356 # field of 'desc' is less than value of the length property and also lesser
357 # than an index of the array which is set to configurable:false, test that
358 # new length is set to a value greater than the non-deletable index by 1,
359 # writable attribute of length is set to false and TypeError exception is
360 # thrown (15.4.5.1 step 3.i.iii)
361 15.2.3.6-4-168: FAIL
362 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
363 # 'O', the [[Value]] field of 'desc' is less than value of the length
364 # property and also lesser than an index of the array which is set to
365 # configurable: false, test that new length is set to a value greater than
366 # the non-deletable index by 1, and TypeError is thrown (15.4.5.1 step
367 # 3.l.i)
368 15.2.3.6-4-169: FAIL
369 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
370 # 'O', the [[Value]] field of 'desc' is less than value of the length
371 # property and also lesser than an index of the array which is set to
372 # configurable: false, test that new length is set to a value greater than
373 # the non-deletable index by 1, writable attribute of length is set to
374 # false and TypeError exception is thrown (15.4.5.1 step 3.l.ii)
375 15.2.3.6-4-170: FAIL
376 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
377 # 'O', the [[Value]] field of 'desc' is less than value of the length
378 # property, test the [[Configurable]] attribute of an inherited data
379 # property with large index named in 'O' can't stop deleting index named
380 # properties (15.4.5.1 step 3.l.ii)
381 15.2.3.6-4-171: FAIL
382 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
383 # 'O', the [[Value]] field of 'desc' is less than value of the length
384 # property, test the [[Configurable]] attribute of own data property with
385 # large index named in 'O' that overrides an inherited data property can
386 # stop deleting index named properties (15.4.5.1 step 3.l.ii)
387 15.2.3.6-4-172: FAIL
388 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
389 # 'O', the [[Value]] field of 'desc' is less than value of the length
390 # property, test the [[Configurable]] attribute of own data property with
391 # large index named in 'O' that overrides an inherited accessor property
392 # can stop deleting index named properties (15.4.5.1 step 3.l.ii)
393 15.2.3.6-4-173: FAIL
394 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
395 # 'O', the [[Value]] field of 'desc' is less than value of the length
396 # property, test the [[Configurable]] attribute of own accessor property
397 # with large index named in 'O' can stop deleting index named properties
398 # (15.4.5.1 step 3.l.ii)
399 15.2.3.6-4-174: FAIL
400 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
401 # 'O', the [[Value]] field of 'desc' is less than value of the length
402 # property, test the [[Configurable]] attribute of an inherited accessor
403 # property with large index named in 'O' can't stop deleting index named
404 # properties (15.4.5.1 step 3.l.ii)
405 15.2.3.6-4-175: FAIL
406 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
407 # 'O', the [[Value]] field of 'desc' is less than value of the length
408 # property, test the [[Configurable]] attribute of own accessor property
409 # with large index named in 'O' that overrides an inherited data property
410 # can stop deleting index named properties (15.4.5.1 step 3.l.ii)
411 15.2.3.6-4-176: FAIL
412 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
413 # 'O', the [[Value]] field of 'desc' is less than value of the length
414 # property, test the [[Configurable]] attribute of own accessor property
415 # with large index named in 'O' that overrides an inherited accessor
416 # property can stop deleting index named properties (15.4.5.1 step 3.l.ii)
417 15.2.3.6-4-177: FAIL
418 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
419 # 'O', the [[Value]] field of 'desc' is less than value of the length
420 # property, test the configurable large index named property of 'O' is
421 # deleted (15.4.5.1 step 3.l.ii)
422 15.2.3.6-4-178: FAIL
423 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
424 # 'O', the [[Value]] field of 'desc' is greater than value of the length
425 # property, test value of the length property is same as [[Value]]
426 # (15.4.5.1 step 3.l.iii.1)
427 15.2.3.6-4-179-1: FAIL
428 # Bug? Object.defineProperty - 'O' is an Array, 'name' is the length property of
429 # 'O', the [[Value]] field of 'desc' is less than value of the length
430 # property, test the [[Writable]] attribute of the length property is set
431 # to false at last when the [[Writable]] field of 'desc' is false and 'O'
432 # doesn't contain non-configurable large index named property (15.4.5.1
433 # step 3.m)
434 15.2.3.6-4-181: FAIL
435 # Bug? Object.defineProperty - 'O' is an Array, 'name' is an array index named
436 # property, 'name' is boundary value 2^32 - 2 (15.4.5.1 step 4.a)
437 15.2.3.6-4-183: FAIL
438 # Bug? Object.defineProperty - 'O' is an Array, 'name' is an array index named
439 # property, test TypeError is thrown if the [[Writable]] attribute of the
440 # length property in 'O' is false and value of 'name' equals to value of
441 # the length property (15.4.5.1 step 4.b)
442 15.2.3.6-4-188: FAIL
443 # Bug? Object.defineProperty - 'O' is an Array, 'name' is an array index named
444 # property, test TypeError is thrown if the [[Writable]] attribute of the
445 # length property in 'O' is false and value of 'name' is greater than value
446 # of the length property (15.4.5.1 step 4.b)
447 15.2.3.6-4-189: FAIL
448 # Bug? Object.defineProperty - 'O' is an Array, 'name' is an array index named
449 # property, 'desc' is accessor descriptor, test updating all attribute
450 # values of 'name' (15.4.5.1 step 4.c)
451 15.2.3.6-4-209: FAIL
452 # Bug? Object.defineProperty - 'O' is an Array, 'name' is an array index named
453 # property, 'name' is accessor property and assignment to the accessor
454 # property, fails to convert accessor property from accessor property to
455 # data property (15.4.5.1 step 4.c)
456 15.2.3.6-4-243-1: FAIL
457 # Bug? Object.defineProperty - 'O' is an Array, 'name' is an array index named
458 # property, name is accessor property and 'desc' is accessor descriptor,
459 # test updating the [[Enumerable]] attribute value of 'name' (15.4.5.1 step
460 # 4.c)
461 15.2.3.6-4-271: FAIL
462 # Bug? Object.defineProperty - 'O' is an Array, 'name' is an array index named
463 # property, name is accessor property and 'desc' is accessor descriptor,
464 # test updating the [[Configurable]] attribute value of 'name' (15.4.5.1
465 # step 4.c)
466 15.2.3.6-4-272: FAIL
467 # Bug? Object.defineProperty - 'O' is an Array, 'name' is an array index named
468 # property, name is accessor property and 'desc' is accessor descriptor,
469 # test updating multiple attribute values of 'name' (15.4.5.1 step 4.c)
470 15.2.3.6-4-273: FAIL
471 # Bug? Object.defineProperty - 'O' is an Array, 'name' is an array index named
472 # property, test the length property of 'O' is set as ToUint32('name') + 1
473 # if ToUint32('name') equals to value of the length property in 'O'
474 # (15.4.5.1 step 4.e.ii)
475 15.2.3.6-4-275: FAIL
476 # Bug? Object.defineProperty - 'O' is an Array, 'name' is an array index named
477 # property, test the length property of 'O' is set as ToUint32('name') + 1
478 # if ToUint32('name') is greater than value of the length property in 'O'
479 # (15.4.5.1 step 4.e.ii)
480 15.2.3.6-4-276: FAIL
481 # Bug? Object.defineProperty - 'O' is an Arguments object of a function that has
482 # formal parameters, 'name' is own property which is defined in both
483 # [[ParameterMap]] of 'O' and 'O', and is deleted afterwards, and 'desc' is
484 # data descriptor, test 'name' is redefined in 'O' with all correct
485 # attribute values (10.6 [[DefineOwnProperty]] step 3)
486 15.2.3.6-4-289-1: FAIL
487 # Bug? Object.defineProperty - 'O' is an Arguments object of a function that has
488 # formal parameters, 'name' is own property which is defined in both
489 # [[ParameterMap]] of 'O' and 'O', is deleted afterwards, and 'desc' is
490 # accessor descriptor, test 'name' is redefined in 'O' with all correct
491 # attribute values (10.6 [[DefineOwnProperty]] step 3)
492 15.2.3.6-4-290-1: FAIL
493 # Bug? Object.defineProperty - 'O' is an Arguments object of a function that has
494 # formal parameters, 'name' is own accessor property of 'O' which is also
495 # defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor,
496 # test updating multiple attribute values of 'name' (10.6
497 # [[DefineOwnProperty]] step 3 and 5.a.i)
498 15.2.3.6-4-291-1: FAIL
499 # Bug? Object.defineProperty - 'O' is an Arguments object, 'name' is own
500 # accessor property of 'O', and 'desc' is accessor descriptor, test
501 # updating multiple attribute values of 'name' (10.6 [[DefineOwnProperty]]
502 # step 3)
503 15.2.3.6-4-291: FAIL
504 # Bug? Object.defineProperty - 'O' is an Arguments object of a function that has
505 # formal parameters, 'name' is own data property of 'O' which is also
506 # defined in [[ParameterMap]] of 'O', test TypeError is not thrown when
507 # updating the [[Value]] attribute value of 'name' which is defined as
508 # non-writable and configurable (10.6 [[DefineOwnProperty]] step 3 and step
509 # 5.b)
510 15.2.3.6-4-293-3: FAIL
511 # Bug? Object.defineProperty - 'O' is an Arguments object of a function that has
512 # formal parameters, 'name' is own accessor property of 'O' which is also
513 # defined in [[ParameterMap]] of 'O', test TypeError is thrown when
514 # updating the [[Get]] attribute value of 'name' which is defined as
515 # non-configurable (10.6 [[DefineOwnProperty]] step 4 and step 5a)
516 15.2.3.6-4-297-1: FAIL
517 # Bug? Object.defineProperty - 'O' is an Arguments object of a function that has
518 # formal parameters, 'name' is own accessor property of 'O' which is also
519 # defined in [[ParameterMap]] of 'O', test TypeError is thrown when
520 # updating the [[Set]] attribute value of 'name' which is defined as
521 # non-configurable (10.6 [[DefineOwnProperty]] steps 4 and 5a)
522 15.2.3.6-4-298-1: FAIL
523 # Bug? Object.defineProperty - 'O' is an Arguments object of a function that has
524 # formal parameters, 'name' is own accessor property of 'O' which is also
525 # defined in [[ParameterMap]] of 'O', test TypeError is thrown when
526 # updating the [[Enumerable]] attribute value of 'name' which is defined as
527 # non-configurable (10.6 [[DefineOwnProperty]] steps 4 and 5a)
528 15.2.3.6-4-299-1: FAIL
529 # Bug? Object.defineProperty - 'O' is an Arguments object of a function that has
530 # formal parameters, 'name' is an index named property of 'O', and 'desc'
531 # is data descriptor, test 'name' is defined in 'O' with all correct
532 # attribute values (10.6 [[DefineOwnProperty]] step 3)
533 15.2.3.6-4-301-1: FAIL
534 # Bug? Object.defineProperty - 'O' is an Arguments object of a function that has
535 # formal parameters, 'name' is an index named property of 'O' but not
536 # defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor,
537 # test 'name' is defined in 'O' with all correct attribute values (10.6
538 # [[DefineOwnProperty]] step 3 and step 5a)
539 15.2.3.6-4-302-1: FAIL
540 # Bug? Object.defineProperty - 'O' is an Arguments object, 'name' is an index
541 # named accessor property of 'O' but not defined in [[ParameterMap]] of
542 # 'O', and 'desc' is accessor descriptor, test updating multiple attribute
543 # values of 'name' (10.6 [[DefineOwnProperty]] step 3)
544 15.2.3.6-4-303: FAIL
545 # Bug? ES5 Attributes - [[Value]] attribute of data property is the activex host
546 # object
547 15.2.3.6-4-401: FAIL
548 # Bug? ES5 Attributes - Failed to add a property to an object when the object's
549 # object has a property with same name and [[Writable]] attribute is set to
550 # false (Number instance)
551 15.2.3.6-4-405: FAIL
552 # Bug? ES5 Attributes - Failed to add a property to an object when the object's
553 # prototype has a property with the same name and [[Writable]] set to false
554 # (JSON)
555 15.2.3.6-4-410: FAIL
556 # Bug? ES5 Attributes - Failed to add properties to an object when the object's
557 # prototype has properties with the same name and [[Writable]] set to false
558 # (Object.create)
559 15.2.3.6-4-415: FAIL
560 # Bug? ES5 Attributes - Failed to add a property to an object when the object's
561 # prototype has a property with the same name and [[Writable]] set to
562 # false(Function.prototype.bind)
563 15.2.3.6-4-420: FAIL
564 # Bug? ES5 Attributes - Fail to add property into object (Number instance)
565 15.2.3.6-4-581: FAIL
566 # Bug? ES5 Attributes - Fail to update value of property into of [[Proptotype]]
567 # internal property (JSON)
568 15.2.3.6-4-586: FAIL
569 # Bug? ES5 Attributes - Fail to update value of property of [[Proptotype]]
570 # internal property (Object.create)
571 15.2.3.6-4-591: FAIL
572 # Bug? ES5 Attributes - Fail to update value of property into of [[Proptotype]]
573 # internal property (Function.prototype.bind)
574 15.2.3.6-4-596: FAIL
575 # Bug? ES5 Attributes - all attributes in Array.prototype.indexOf are correct
576 15.2.3.6-4-612: FAIL
577 # Bug? ES5 Attributes - all attributes in Object.lastIndexOf are correct
578 15.2.3.6-4-613: FAIL
579 # Bug? ES5 Attributes - all attributes in Array.prototype.every are correct
580 15.2.3.6-4-614: FAIL
581 # Bug? ES5 Attributes - all attributes in Array.prototype.some are correct
582 15.2.3.6-4-615: FAIL
583 # Bug? ES5 Attributes - all attributes in Array.prototype.forEach are correct
584 15.2.3.6-4-616: FAIL
585 # Bug? ES5 Attributes - all attributes in Array.prototype.map are correct
586 15.2.3.6-4-617: FAIL
587 # Bug? ES5 Attributes - all attributes in Array.prototype.filter are correct
588 15.2.3.6-4-618: FAIL
589 # Bug? ES5 Attributes - all attributes in Array.prototype.reduce are correct
590 15.2.3.6-4-619: FAIL
591 # Bug? ES5 Attributes - all attributes in Array.prototype.reduceRight are
592 # correct
593 15.2.3.6-4-620: FAIL
594 # Bug? ES5 Attributes - all attributes in String.prototype.trim are correct
595 15.2.3.6-4-621: FAIL
596 # Bug? ES5 Attributes - all attributes in Date.prototype.toISOString are correct
597 15.2.3.6-4-623: FAIL
598 # Bug? ES5 Attributes - all attributes in Date.prototype.toJSON are correct
599 15.2.3.6-4-624: FAIL
600 # Bug? Object.defineProperties - argument 'Properties' is an Error object
601 # props.description = obj1;
602 15.2.3.7-2-15: FAIL
603 # Bug? Object.defineProperties - 'Properties' is an Error object which
604 # implements its own [[Get]] method to get enumerable own property
605 # props.description = obj1;
606 15.2.3.7-5-a-16: FAIL
607 # Bug? Object.defineProperties - 'set' property of 'descObj' is not present
608 # (8.10.5 step 8)
609 15.2.3.7-5-b-227: FAIL
610 # Bug? Object.defineProperties - 'descObj' is an Error object which implements
611 # its own [[Get]] method to get 'set' property (8.10.5 step 8.a)
612 # descObj.description = { value: 11 };
613 15.2.3.7-5-b-248: FAIL
614 # Bug? Object.defineProperties - 'O' is an Array, test the length property of
615 # 'O' is own data property (15.4.5.1 step 1)
616 15.2.3.7-6-a-112: FAIL
617 # Bug? Object.defineProperties - 'O' is an Array, test the length property of
618 # 'O' is own data property that overrides an inherited data property
619 # (15.4.5.1 step 1)
620 15.2.3.7-6-a-113: FAIL
621 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
622 # 'O', test RangeError is thrown when setting the [[Value]] field of 'desc'
623 # to undefined (15.4.5.1 step 3.c)
624 15.2.3.7-6-a-121: FAIL
625 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
626 # 'O', test setting the [[Value]] field of 'desc' to null actuall is set to
627 # 0 (15.4.5.1 step 3.c)
628 15.2.3.7-6-a-122: FAIL
629 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
630 # of 'O', test the [[Value]] field of 'desc' is a boolean with value false
631 # (15.4.5.1 step 3.c)
632 15.2.3.7-6-a-123: FAIL
633 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
634 # of 'O', test the [[Value]] field of 'desc' is a boolean with value true
635 # (15.4.5.1 step 3.c)
636 15.2.3.7-6-a-124: FAIL
637 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
638 # of 'O', test the [[Value]] field of 'desc' is 0 (15.4.5.1 step 3.c)
639 15.2.3.7-6-a-125: FAIL
640 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
641 # of 'O', test the [[Value]] field of 'desc' is +0 (15.4.5.1 step 3.c)
642 15.2.3.7-6-a-126: FAIL
643 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
644 # of 'O', test the [[Value]] field of 'desc' is -0 (15.4.5.1 step 3.c)
645 15.2.3.7-6-a-127: FAIL
646 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
647 # of 'O', test the [[Value]] field of 'desc' is positive number (15.4.5.1
648 # step 3.c)
649 15.2.3.7-6-a-128: FAIL
650 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
651 # of 'O', test the [[Value]] field of 'desc' is negative number (15.4.5.1
652 # step 3.c)
653 15.2.3.7-6-a-129: FAIL
654 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
655 # of 'O', test the [[Value]] field of 'desc' is +Infinity (15.4.5.1 step
656 # 3.c)
657 15.2.3.7-6-a-130: FAIL
658 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
659 # of 'O', test the [[Value]] field of 'desc' is -Infinity (15.4.5.1 step
660 # 3.c)
661 15.2.3.7-6-a-131: FAIL
662 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
663 # of 'O', test the [[Value]] field of 'desc' is NaN (15.4.5.1 step 3.c)
664 15.2.3.7-6-a-132: FAIL
665 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
666 # of 'O', test the [[Value]] field of 'desc' is a string containing a
667 # positive number (15.4.5.1 step 3.c)
668 15.2.3.7-6-a-133: FAIL
669 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
670 # of 'O', test the [[Value]] field of 'desc' is a string containing a
671 # negative number (15.4.5.1 step 3.c)
672 15.2.3.7-6-a-134: FAIL
673 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
674 # of 'O', test the [[Value]] field of 'desc' is a string containing a
675 # decimal number (15.4.5.1 step 3.c)
676 15.2.3.7-6-a-135: FAIL
677 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
678 # of 'O', test the [[Value]] field of 'desc' is a string containing
679 # +Infinity (15.4.5.1 step 3.c)
680 15.2.3.7-6-a-136: FAIL
681 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
682 # of 'O', test the [[Value]] field of 'desc' is a string containing
683 # -Infinity (15.4.5.1 step 3.c)
684 15.2.3.7-6-a-137: FAIL
685 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
686 # of 'O', test the [[Value]] field of 'desc' is a string containing an
687 # exponential number (15.4.5.1 step 3.c)
688 15.2.3.7-6-a-138: FAIL
689 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
690 # of 'O', test the [[Value]] field of 'desc' is a string containing an hex
691 # number (15.4.5.1 step 3.c)
692 15.2.3.7-6-a-139: FAIL
693 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
694 # of 'O', test the [[Value]] field of 'desc' is a string containing an
695 # leading zero number (15.4.5.1 step 3.c)
696 15.2.3.7-6-a-140: FAIL
697 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
698 # 'O', test the [[Value]] field of 'desc' is a string which doesn't convert
699 # to a number (15.4.5.1 step 3.c)
700 15.2.3.7-6-a-141: FAIL
701 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
702 # 'O', test the [[Value]] field of 'desc' is an Object which has an own
703 # toString method (15.4.5.1 step 3.c)
704 15.2.3.7-6-a-142: FAIL
705 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
706 # of 'O', test the [[Value]] field of 'desc' is an Object which has an own
707 # valueOf method (15.4.5.1 step 3.c)
708 15.2.3.7-6-a-143: FAIL
709 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
710 # of 'O', test the [[Value]] field of 'desc' is an Object which has an own
711 # valueOf method that returns an object and toString method that returns a
712 # string (15.4.5.1 step 3.c)
713 15.2.3.7-6-a-144: FAIL
714 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
715 # of 'O', test the [[Value]] field of 'desc' is an Object which has an own
716 # toString and valueOf method (15.4.5.1 step 3.c)
717 15.2.3.7-6-a-145: FAIL
718 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
719 # of 'O', test TypeError is thrown when the [[Value]] field of 'desc' is an
720 # Object that both toString and valueOf wouldn't return primitive value
721 # (15.4.5.1 step 3.c)
722 15.2.3.7-6-a-146: FAIL
723 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
724 # of 'O', test using inherited valueOf method when the [[Value]] field of
725 # 'desc' is an Objec with an own toString and inherited valueOf methods
726 # (15.4.5.1 step 3.c)
727 15.2.3.7-6-a-147: FAIL
728 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
729 # of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is
730 # positive non-integer values (15.4.5.1 step 3.c)
731 15.2.3.7-6-a-148: FAIL
732 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
733 # of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is
734 # negative non-integer values (15.4.5.1 step 3.c)
735 15.2.3.7-6-a-149: FAIL
736 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
737 # of 'O', test the [[Value]] field of 'desc' is boundary value 2^32 - 2
738 # (15.4.5.1 step 3.c)
739 15.2.3.7-6-a-150: FAIL
740 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
741 # of 'O', test the [[Value]] field of 'desc' is boundary value 2^32 - 1
742 # (15.4.5.1 step 3.c)
743 15.2.3.7-6-a-151: FAIL
744 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
745 # of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is
746 # boundary value 2^32 (15.4.5.1 step 3.c)
747 15.2.3.7-6-a-152: FAIL
748 # Bug? Object.defineProperties - 'O' is an Array, 'name' is the length property
749 # of 'O', test RangeError is thrown when the [[Value]] field of 'desc' is
750 # boundary value 2^32 + 1 (15.4.5.1 step 3.c)
751 15.2.3.7-6-a-153: FAIL
752 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
753 # 'O', test the [[Value]] field of 'desc' which is greater than value of
754 # the length property is defined into 'O' without deleting any property
755 # with large index named (15.4.5.1 step 3.f)
756 15.2.3.7-6-a-155: FAIL
757 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
758 # 'O', test the [[Value]] field of 'desc' which is less than value of the
759 # length property is defined into 'O' with deleting properties with large
760 # index named (15.4.5.1 step 3.f)
761 15.2.3.7-6-a-157: FAIL
762 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
763 # 'O', the [[Value]] field of 'desc' is less than value of the length
764 # property, test the [[Writable]] attribute of the length property is set
765 # to true at last after deleting properties with large index named if the
766 # [[Writable]] field of 'desc' is absent (15.4.5.1 step 3.h)
767 15.2.3.7-6-a-161: FAIL
768 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
769 # 'O', the [[Value]] field of 'desc' is less than value of the length
770 # property, test the [[Writable]] attribute of the length property is set
771 # to true at last after deleting properties with large index named if the
772 # [[Writable]] field of 'desc' is true (15.4.5.1 step 3.h)
773 15.2.3.7-6-a-162: FAIL
774 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
775 # 'O', the [[Value]] field of 'desc' is less than value of the length
776 # property, test the [[Writable]] attribute of the length property is set
777 # to false at last after deleting properties with large index named if the
778 # [[Writable]] field of 'desc' is false (15.4.5.1 step 3.i.ii)
779 15.2.3.7-6-a-163: FAIL
780 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
781 # 'O', the [[Value]] field of 'desc' is less than value of the length
782 # property, test the [[Writable]] attribute of the length property in 'O'
783 # is set as true before deleting properties with large index named
784 # (15.4.5.1 step 3.i.iii)
785 15.2.3.7-6-a-164: FAIL
786 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
787 # 'O', the [[Value]] field of 'desc' is less than value of the length
788 # property, test the length property is decreased by 1 (15.4.5.1 step
789 # 3.l.i)
790 15.2.3.7-6-a-165: FAIL
791 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
792 # 'O', the [[Value]] field of 'desc' is less than value of the length
793 # property, test the [[Configurable]] attribute of own data property with
794 # large index named in 'O' can stop deleting index named properties
795 # (15.4.5.1 step 3.l.ii)
796 15.2.3.7-6-a-166: FAIL
797 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
798 # 'O', the [[Value]] field of 'desc' is less than value of the length
799 # property, test the [[Configurable]] attribute of inherited data property
800 # with large index named in 'O' can't stop deleting index named properties
801 # (15.4.5.1 step 3.l.ii)
802 15.2.3.7-6-a-167: FAIL
803 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
804 # 'O', the [[Value]] field of 'desc' is less than value of the length
805 # property, test the [[Configurable]] attribute of own data property with
806 # large index named in 'O' that overrides inherited data property can stop
807 # deleting index named properties (15.4.5.1 step 3.l.ii)
808 15.2.3.7-6-a-168: FAIL
809 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
810 # 'O', the [[Value]] field of 'desc' is less than value of the length
811 # property, test the [[Configurable]] attribute of own data property with
812 # large index named in 'O' that overrides inherited accessor property can
813 # stop deleting index named properties (15.4.5.1 step 3.l.ii)
814 15.2.3.7-6-a-169: FAIL
815 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
816 # 'O', the [[Value]] field of 'desc' is less than value of the length
817 # property, test the [[Configurable]] attribute of own accessor property
818 # with large index named in 'O' can stop deleting index named properties
819 # (15.4.5.1 step 3.l.ii)
820 15.2.3.7-6-a-170: FAIL
821 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
822 # 'O', the [[Value]] field of 'desc' is less than value of the length
823 # property, test the [[Configurable]] attribute of inherited accessor
824 # property with large index named in 'O' can't stop deleting index named
825 # properties (15.4.5.1 step 3.l.ii)
826 15.2.3.7-6-a-171: FAIL
827 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
828 # 'O', the [[Value]] field of 'desc' is less than value of the length
829 # property, test the [[Configurable]] attribute of own accessor property
830 # with large index named in 'O' that overrides inherited data property can
831 # stop deleting index named properties (15.4.5.1 step 3.l.ii)
832 15.2.3.7-6-a-172: FAIL
833 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
834 # 'O', the [[Value]] field of 'desc' is less than value of the length
835 # property, test the [[Configurable]] attribute of own accessor property
836 # with large index named in 'O' that overrides inherited accessor property
837 # can stop deleting index named properties (15.4.5.1 step 3.l.ii)
838 15.2.3.7-6-a-173: FAIL
839 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
840 # 'O', the [[Value]] field of 'desc' is less than value of the length
841 # property, test the configurable large index named property of 'O' can be
842 # deleted (15.4.5.1 step 3.l.ii)
843 15.2.3.7-6-a-174: FAIL
844 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
845 # 'O', the [[Value]] field of 'desc' is less than value of the length
846 # property, test value of the length property is set to the last
847 # non-configurable index named property of 'O' plus 1 (15.4.5.1 step
848 # 3.l.iii.1)
849 15.2.3.7-6-a-175: FAIL
850 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
851 # 'O', the [[Value]] field of 'desc' is less than value of the length
852 # property, test the [[Writable]] attribute of the length property is set
853 # to false at last when the [[Writable]] field of 'desc' is false and 'O'
854 # contains non-configurable large index named property (15.4.5.1 step
855 # 3.l.iii.2)
856 15.2.3.7-6-a-176: FAIL
857 # Bug? Object.defineProperties - 'O' is an Array, 'P' is the length property of
858 # 'O', the [[Value]] field of 'desc' is less than value of the length
859 # property, test the [[Writable]] attribute of the length property is set
860 # to false at last when the [[Writable]] field of 'desc' is false and 'O'
861 # doesn't contain non-configurable large index named property (15.4.5.1
862 # step 3.m)
863 15.2.3.7-6-a-177: FAIL
864 # Bug? Object.defineProperties - 'O' is an Array, 'P' is an array index named
865 # property, 'P' is boundary value 2^32 - 2 (15.4.5.1 step 4.a)
866 15.2.3.7-6-a-179: FAIL
867 # Bug? Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is
868 # an array index named property,[[Writable]] attribute of the length
869 # property in 'O' is false, value of 'P' is equal to value of the length
870 # property in 'O' (15.4.5.1 step 4.b)
871 15.2.3.7-6-a-184: FAIL
872 # Bug? Object.defineProperties - TypeError is thrown if 'O' is an Array, 'P' is
873 # an array index named property,[[Writable]] attribute of the length
874 # property in 'O' is false, value of 'P' is bigger than value of the length
875 # property in 'O' (15.4.5.1 step 4.b)
876 15.2.3.7-6-a-185: FAIL
877 # Bug? Object.defineProperties - 'O' is an Array, 'P' is an array index named
878 # property, 'desc' is accessor descriptor, test updating all attribute
879 # values of 'P' (15.4.5.1 step 4.c)
880 15.2.3.7-6-a-205: FAIL
881 # Bug? Object.defineProperties - 'O' is an Array, 'P' is an array index named
882 # property that already exists on 'O' is accessor property and 'desc' is
883 # accessor descriptor, test updating the [[Enumerable]] attribute value of
884 # 'P' (15.4.5.1 step 4.c)
885 15.2.3.7-6-a-260: FAIL
886 # Bug? Object.defineProperties - 'O' is an Array, 'P' is an array index named
887 # property that already exists on 'O' is accessor property and 'desc' is
888 # accessor descriptor, test updating the [[Configurable]] attribute value
889 # of 'P' (15.4.5.1 step 4.c)
890 15.2.3.7-6-a-261: FAIL
891 # Bug? Object.defineProperties - 'O' is an Array, 'P' is an array index named
892 # property that already exists on 'O' is accessor property and 'desc' is
893 # accessor descriptor, test updating multiple attribute values of 'P'
894 # (15.4.5.1 step 4.c)
895 15.2.3.7-6-a-262: FAIL
896 # Bug? Object.defineProperties - 'O' is an Array, 'P' is an array index named
897 # property, test the length property of 'O' is set as ToUint32('P') + 1 if
898 # ToUint32('P') equals to value of the length property in 'O' (15.4.5.1
899 # step 4.e.ii)
900 15.2.3.7-6-a-264: FAIL
901 # Bug? Object.defineProperties - 'O' is an Array, 'P' is an array index named
902 # property, test the length property of 'O' is set as ToUint32('P') + 1 if
903 # ToUint32('P') is greater than value of the length property in 'O'
904 # (15.4.5.1 step 4.e.ii)
905 15.2.3.7-6-a-265: FAIL
906 # Bug? Object.defineProperties - 'O' is an Arguments object, 'P' is own accessor
907 # property of 'O' which is also defined in [[ParameterMap]] of 'O', and
908 # 'desc' is accessor descriptor, test updating multiple attribute values of
909 # 'P' (10.6 [[DefineOwnProperty]] step 3)
910 15.2.3.7-6-a-280: FAIL
911 # Bug? Object.defineProperties - 'O' is an Arguments object, 'P' is an array
912 # index named accessor property of 'O' but not defined in [[ParameterMap]]
913 # of 'O', and 'desc' is accessor descriptor, test updating multiple
914 # attribute values of 'P' (10.6 [[DefineOwnProperty]] step 3)
915 15.2.3.7-6-a-292: FAIL
916 # Bug? Object.preventExtensions - indexed properties cannot be added into the
917 # returned object
918 15.2.3.10-3-2: FAIL
919 # Bug? Object.preventExtensions - indexed properties cannot be added into a
920 # Function object
921 15.2.3.10-3-3: FAIL
922 # Bug? Object.preventExtensions - indexed properties cannot be added into an
923 # Array object
924 15.2.3.10-3-4: FAIL
925 # Bug? Object.preventExtensions - indexed properties cannot be added into a
926 # String object
927 15.2.3.10-3-5-1: FAIL
928 # Bug? Object.preventExtensions - indexed properties cannot be added into a
929 # Boolean object
930 15.2.3.10-3-6: FAIL
931 # Bug? Object.preventExtensions - indexed properties cannot be added into a
932 # Number object
933 15.2.3.10-3-7: FAIL
934 # Bug? Object.preventExtensions - indexed properties cannot be added into a Date
935 # object
936 15.2.3.10-3-8: FAIL
937 # Bug? Object.preventExtensions - indexed properties cannot be added into a
938 # RegExp object
939 15.2.3.10-3-9: FAIL
940 # Bug? Object.preventExtensions - indexed properties cannot be added into an
941 # Error object
942 15.2.3.10-3-10: FAIL
943 # Bug? Object.preventExtensions - indexed properties cannot be added into an
944 # Arguments object
945 15.2.3.10-3-11: FAIL
946 # Bug? Object.preventExtensions - named properties cannot be added into the
947 # returned object
948 15.2.3.10-3-12: FAIL
949 # Bug? Object.preventExtensions - named properties cannot be added into a
950 # Function object
951 15.2.3.10-3-13: FAIL
952 # Bug? Object.preventExtensions - named properties cannot be added into an Array
953 # object
954 15.2.3.10-3-14: FAIL
955 # Bug? Object.preventExtensions - named properties cannot be added into a String
956 # object
957 15.2.3.10-3-15: FAIL
958 # Bug? Object.preventExtensions - named properties cannot be added into a
959 # Boolean object
960 15.2.3.10-3-16: FAIL
961 # Bug? Object.preventExtensions - named properties cannot be added into a Number
962 # object
963 15.2.3.10-3-17: FAIL
964 # Bug? Object.preventExtensions - named properties cannot be added into a Date
965 # object
966 15.2.3.10-3-18: FAIL
967 # Bug? Object.preventExtensions - named properties cannot be added into a RegExp
968 # object
969 15.2.3.10-3-19: FAIL
970 # Bug? Object.preventExtensions - named properties cannot be added into an Error
971 # object
972 15.2.3.10-3-20: FAIL
973 # Bug? Object.preventExtensions - named properties cannot be added into an
974 # Arguments object
975 15.2.3.10-3-21: FAIL
976 # Bug? Object.prototype.toString - '[object Undefined]' will be returned when
977 # 'this' value is undefined
978 15.2.4.2-1-1: FAIL
979 # Bug? Object.prototype.toString - '[object Undefined]' will be returned when
980 # 'this' value is undefined
981 15.2.4.2-1-2: FAIL
982 # Bug? Object.prototype.toString - '[object Null]' will be returned when 'this'
983 # value is null
984 15.2.4.2-2-1: FAIL
985 # Bug? Object.prototype.toString - '[object Null]' will be returned when 'this'
986 # value is null
987 15.2.4.2-2-2: FAIL
988 # Bug? Function.prototype.bind - [[Get]] attribute of 'caller' property in 'F'
989 # is thrower
990 15.3.4.5-20-2: FAIL
991 # Bug? Function.prototype.bind - [[Set]] attribute of 'caller' property in 'F'
992 # is thrower
993 15.3.4.5-20-3: FAIL
994 # Bug? Function.prototype.bind - [[Get]] attribute of 'arguments' property in
995 # 'F' is thrower
996 15.3.4.5-21-2: FAIL
997 # Bug? Function.prototype.bind - [[Set]] attribute of 'arguments' property in
998 # 'F' is thrower
999 15.3.4.5-21-3: FAIL
1000 # Bug? Array.prototype.concat will concat an Array when index property
1001 # (read-only) exists in Array.prototype (Step 5.c.i)
1002 15.4.4.4-5-c-i-1: FAIL
1003 # Bug? Array.prototype.indexOf applied to undefined throws a TypeError
1004 15.4.4.14-1-1: FAIL
1005 # Bug? Array.prototype.indexOf applied to null throws a TypeError
1006 15.4.4.14-1-2: FAIL
1007 # Bug? Array.prototype.indexOf - side effects produced by step 1 are visible
1008 # when an exception occurs
1009 15.4.4.14-5-28: FAIL
1010 # Bug? Array.prototype.indexOf - decreasing length of array does not delete
1011 # non-configurable properties
1012 15.4.4.14-9-a-19: FAIL
1013 # Bug? Array.prototype.indexOf - element to be retrieved is own accessor
1014 # property that overrides an inherited data property on an Array
1015 15.4.4.14-9-b-i-11: FAIL
1016 # Bug? Array.prototype.indexOf - element to be retrieved is own accessor
1017 # property that overrides an inherited accessor property on an Array
1018 15.4.4.14-9-b-i-13: FAIL
1019 # Bug? Array.prototype.indexOf - element to be retrieved is own accessor
1020 # property without a get function on an Array
1021 15.4.4.14-9-b-i-17: FAIL
1022 # Bug? Array.prototype.indexOf - element to be retrieved is own accessor
1023 # property without a get function that overrides an inherited accessor
1024 # property on an Array
1025 15.4.4.14-9-b-i-19: FAIL
1026 # Bug? Array.prototype.indexOf - side-effects are visible in subsequent
1027 # iterations on an Array
1028 15.4.4.14-9-b-i-28: FAIL
1029 # Bug? Array.prototype.indexOf - terminates iteration on unhandled exception on
1030 # an Array
1031 15.4.4.14-9-b-i-30: FAIL
1032 # Bug? Array.prototype.lastIndexOf applied to undefined throws a TypeError
1033 15.4.4.15-1-1: FAIL
1034 # Bug? Array.prototype.lastIndexOf applied to null throws a TypeError
1035 15.4.4.15-1-2: FAIL
1036 # Bug? Array.prototype.lastIndexOf - side effects produced by step 1 are visible
1037 # when an exception occurs
1038 15.4.4.15-5-28: FAIL
1039 # Bug? Array.prototype.lastIndexOf - deleting property of prototype causes
1040 # prototype index property not to be visited on an Array
1041 15.4.4.15-8-a-14: FAIL
1042 # Bug? Array.prototype.lastIndexOf - decreasing length of array does not delete
1043 # non-configurable properties
1044 15.4.4.15-8-a-19: FAIL
1045 # Bug? Array.prototype.lastIndexOf - element to be retrieved is own accessor
1046 # property that overrides an inherited data property on an Array
1047 15.4.4.15-8-b-i-11: FAIL
1048 # Bug? Array.prototype.lastIndexOf - element to be retrieved is own accessor
1049 # property that overrides an inherited accessor property on an Array
1050 15.4.4.15-8-b-i-13: FAIL
1051 # Bug? Array.prototype.lastIndexOf - element to be retrieved is own accessor
1052 # property without a get function on an Array
1053 15.4.4.15-8-b-i-17: FAIL
1054 # Bug? Array.prototype.lastIndexOf - side-effects are visible in subsequent
1055 # iterations on an Array
1056 15.4.4.15-8-b-i-28: FAIL
1057 # Bug? Array.prototype.lastIndexOf terminates iteration on unhandled exception
1058 # on an Array
1059 15.4.4.15-8-b-i-30: FAIL
1060 # Bug? Array.prototype.every - side effects produced by step 2 are visible when
1061 # an exception occurs
1062 15.4.4.16-4-8: FAIL
1063 # Bug? Array.prototype.every - side effects produced by step 3 are visible when
1064 # an exception occurs
1065 15.4.4.16-4-9: FAIL
1066 # Bug? Array.prototype.every - the exception is not thrown if exception was
1067 # thrown by step 2
1068 15.4.4.16-4-10: FAIL
1069 # Bug? Array.prototype.every - the exception is not thrown if exception was
1070 # thrown by step 3
1071 15.4.4.16-4-11: FAIL
1072 # Bug? Array.prototype.every - calling with no callbackfn is the same as passing
1073 # undefined for callbackfn
1074 15.4.4.16-4-15: FAIL
1075 # Bug? Array.prototype.every - decreasing length of array does not delete
1076 # non-configurable properties
1077 15.4.4.16-7-b-16: FAIL
1078 # Bug? Array.prototype.every - element to be retrieved is own accessor property
1079 # on an Array
1080 15.4.4.16-7-c-i-10: FAIL
1081 # Bug? Array.prototype.every - element to be retrieved is own accessor property
1082 # that overrides an inherited data property on an Array
1083 15.4.4.16-7-c-i-12: FAIL
1084 # Bug? Array.prototype.every - element to be retrieved is own accessor property
1085 # that overrides an inherited accessor property on an Array
1086 15.4.4.16-7-c-i-14: FAIL
1087 # Bug? Array.prototype.every - element to be retrieved is own accessor property
1088 # without a get function on an Array
1089 15.4.4.16-7-c-i-18: FAIL
1090 # Bug? Array.prototype.every - element to be retrieved is own accessor property
1091 # without a get function that overrides an inherited accessor property on
1092 # an Array
1093 15.4.4.16-7-c-i-20: FAIL
1094 # Bug? Array.prototype.every - element changed by getter on previous iterations
1095 # is observed on an Array
1096 15.4.4.16-7-c-i-28: FAIL
1097 # Bug? Array.prototype.some - side effects produced by step 2 are visible when
1098 # an exception occurs
1099 15.4.4.17-4-8: FAIL
1100 # Bug? Array.prototype.some - side effects produced by step 3 are visible when
1101 # an exception occurs
1102 15.4.4.17-4-9: FAIL
1103 # Bug? Array.prototype.some - the exception is not thrown if exception was
1104 # thrown by step 2
1105 15.4.4.17-4-10: FAIL
1106 # Bug? Array.prototype.some - the exception is not thrown if exception was
1107 # thrown by step 3
1108 15.4.4.17-4-11: FAIL
1109 # Bug? Array.prototype.some - calling with no callbackfn is the same as passing
1110 # undefined for callbackfn
1111 15.4.4.17-4-15: FAIL
1112 # Bug? Array.prototype.some - decreasing length of array does not delete
1113 # non-configurable properties
1114 15.4.4.17-7-b-16: FAIL
1115 # Bug? Array.prototype.some - element to be retrieved is own accessor property
1116 # on an Array
1117 15.4.4.17-7-c-i-10: FAIL
1118 # Bug? Array.prototype.some - element to be retrieved is own accessor property
1119 # that overrides an inherited data property on an Array
1120 15.4.4.17-7-c-i-12: FAIL
1121 # Bug? Array.prototype.some - element to be retrieved is own accessor property
1122 # that overrides an inherited accessor property on an Array
1123 15.4.4.17-7-c-i-14: FAIL
1124 # Bug? Array.prototype.some - element to be retrieved is own accessor property
1125 # without a get function on an Array
1126 15.4.4.17-7-c-i-18: FAIL
1127 # Bug? Array.prototype.some - element to be retrieved is own accessor property
1128 # without a get function that overrides an inherited accessor property on
1129 # an Array
1130 15.4.4.17-7-c-i-20: FAIL
1131 # Bug? Array.prototype.some - element changed by getter on previous iterations
1132 # is observed on an Array
1133 15.4.4.17-7-c-i-28: FAIL
1134 # Bug? Array.prototype.forEach - side effects produced by step 2 are visible
1135 # when an exception occurs
1136 15.4.4.18-4-8: FAIL
1137 # Bug? Array.prototype.forEach - side effects produced by step 3 are visible
1138 # when an exception occurs
1139 15.4.4.18-4-9: FAIL
1140 # Bug? Array.prototype.forEach - the exception is not thrown if exception was
1141 # thrown by step 2
1142 15.4.4.18-4-10: FAIL
1143 # Bug? Array.prototype.forEach - the exception is not thrown if exception was
1144 # thrown by step 3
1145 15.4.4.18-4-11: FAIL
1146 # Bug? Array.prototype.forEach - calling with no callbackfn is the same as
1147 # passing undefined for callbackfn
1148 15.4.4.18-4-15: FAIL
1149 # Bug? Array.prototype.forEach - decreasing length of array does not delete
1150 # non-configurable properties
1151 15.4.4.18-7-b-16: FAIL
1152 # Bug? Array.prototype.forEach - element to be retrieved is own accessor
1153 # property on an Array
1154 15.4.4.18-7-c-i-10: FAIL
1155 # Bug? Array.prototype.forEach - element to be retrieved is own accessor
1156 # property that overrides an inherited data property on an Array
1157 15.4.4.18-7-c-i-12: FAIL
1158 # Bug? Array.prototype.forEach - element to be retrieved is own accessor
1159 # property that overrides an inherited accessor property on an Array
1160 15.4.4.18-7-c-i-14: FAIL
1161 # Bug? Array.prototype.forEach - element to be retrieved is own accessor
1162 # property without a get function on an Array
1163 15.4.4.18-7-c-i-18: FAIL
1164 # Bug? Array.prototype.forEach - element to be retrieved is own accessor
1165 # property without a get function that overrides an inherited accessor
1166 # property on an Array
1167 15.4.4.18-7-c-i-20: FAIL
1168 # Bug? Array.prototype.forEach - element changed by getter on previous
1169 # iterations is observed on an Array
1170 15.4.4.18-7-c-i-28: FAIL
1171 # Bug? Array.prototype.map - applied to Array-like object, 'length' is an own
1172 # data property that overrides an inherited accessor property
1173 15.4.4.19-2-5: FAIL
1174 # Bug? Array.prototype.map - Side effects produced by step 2 are visible when an
1175 # exception occurs
1176 15.4.4.19-4-8: FAIL
1177 # Bug? Array.prototype.map - Side effects produced by step 3 are visible when an
1178 # exception occurs
1179 15.4.4.19-4-9: FAIL
1180 # Bug? Array.prototype.map - the exception is not thrown if exception was thrown
1181 # by step 2
1182 15.4.4.19-4-10: FAIL
1183 # Bug? Array.prototype.map - the exception is not thrown if exception was thrown
1184 # by step 3
1185 15.4.4.19-4-11: FAIL
1186 # Bug? Array.prototype.map - calling with no callbackfn is the same as passing
1187 # undefined for callbackfn
1188 15.4.4.19-4-15: FAIL
1189 # Bug? Array.prototype.map - decreasing length of array does not delete
1190 # non-configurable properties
1191 15.4.4.19-8-b-16: FAIL
1192 # Bug? Array.prototype.map - element to be retrieved is own accessor property on
1193 # an Array
1194 15.4.4.19-8-c-i-10: FAIL
1195 # Bug? Array.prototype.map - element to be retrieved is own accessor property
1196 # that overrides an inherited data property on an Array
1197 15.4.4.19-8-c-i-12: FAIL
1198 # Bug? Array.prototype.map - element to be retrieved is own accessor property
1199 # that overrides an inherited accessor property on an Array
1200 15.4.4.19-8-c-i-14: FAIL
1201 # Bug? Array.prototype.map - element to be retrieved is own accessor property
1202 # without a get function on an Array
1203 15.4.4.19-8-c-i-18: FAIL
1204 # Bug? Array.prototype.map - element to be retrieved is own accessor property
1205 # without a get function that overrides an inherited accessor property on
1206 # an Array
1207 15.4.4.19-8-c-i-19: FAIL
1208 # Bug? Array.prototype.map - element changed by getter on previous iterations is
1209 # observed on an Array
1210 15.4.4.19-8-c-i-28: FAIL
1211 # Bug? Array.prototype.filter - value of 'length' is a number (value is
1212 # negative)
1213 15.4.4.20-3-7: FAIL
1214 # Bug? Array.prototype.filter - value of 'length' is a number (value is
1215 # Infinity)
1216 # V8 timeout
1217 15.4.4.20-3-8: SKIP
1218 # Bug? Array.prototype.filter - 'length' is a string containing a negative
1219 # number
1220 15.4.4.20-3-12: FAIL
1221 # Bug? Array.prototype.filter - 'length' is a string containing a decimal number
1222 15.4.4.20-3-13: FAIL
1223 # Bug? Array.prototype.filter - 'length' is a string containing +/-Infinity
1224 15.4.4.20-3-14: SKIP
1225 # Bug? Array.prototype.filter - value of 'length' is a positive non-integer,
1226 # ensure truncation occurs in the proper direction
1227 # V8 timeout
1228 15.4.4.20-3-24: FAIL
1229 # Bug? Array.prototype.filter - value of 'length' is a negative non-integer,
1230 # ensure truncation occurs in the proper direction
1231 15.4.4.20-3-25: FAIL
1232 # Bug? Array.prototype.filter - value of 'length' is boundary value (2^32)
1233 # V8 timeout
1234 15.4.4.20-3-28: SKIP
1235 # Bug? Array.prototype.filter - value of 'length' is boundary value (2^32 + 1)
1236 # V8 timeout
1237 15.4.4.20-3-29: SKIP
1238 # Bug? Array.prototype.filter - side effects produced by step 2 are visible when
1239 # an exception occurs
1240 15.4.4.20-4-8: FAIL
1241 # Bug? Array.prototype.filter - side effects produced by step 3 are visible when
1242 # an exception occurs
1243 15.4.4.20-4-9: FAIL
1244 # Bug? Array.prototype.filter - the exception is not thrown if exception was
1245 # thrown by step 2
1246 15.4.4.20-4-10: FAIL
1247 # Bug? Array.prototype.filter - the exception is not thrown if exception was
1248 # thrown by step 3
1249 15.4.4.20-4-11: FAIL
1250 # Bug? Array.prototype.filter - calling with no callbackfn is the same as
1251 # passing undefined for callbackfn
1252 15.4.4.20-4-15: FAIL
1253 # Bug? Array.prototype.filter - properties can be added to prototype after
1254 # current position are visited on an Array-like object
1255 15.4.4.20-9-b-6: FAIL
1256 # Bug? Array.prototype.filter - properties can be added to prototype after
1257 # current position are visited on an Array
1258 15.4.4.20-9-b-7: FAIL
1259 # Bug? Array.prototype.filter - decreasing length of array does not delete
1260 # non-configurable properties
1261 15.4.4.20-9-b-16: FAIL
1262 # Bug? Array.prototype.filter - element to be retrieved is own data property
1263 # that overrides an inherited accessor property on an Array
1264 15.4.4.20-9-c-i-6: FAIL
1265 # Bug? Array.prototype.filter - element to be retrieved is own accessor property
1266 # on an Array
1267 15.4.4.20-9-c-i-10: FAIL
1268 # Bug? Array.prototype.filter - element to be retrieved is own accessor property
1269 # that overrides an inherited data property on an Array
1270 15.4.4.20-9-c-i-12: FAIL
1271 # Bug? Array.prototype.filter - element to be retrieved is own accessor property
1272 # that overrides an inherited accessor property on an Array
1273 15.4.4.20-9-c-i-14: FAIL
1274 # Bug? Array.prototype.filter - element to be retrieved is inherited accessor
1275 # property on an Array
1276 15.4.4.20-9-c-i-16: FAIL
1277 # Bug? Array.prototype.filter - element to be retrieved is own accessor property
1278 # without a get function on an Array
1279 15.4.4.20-9-c-i-18: FAIL
1280 # Bug? Array.prototype.filter - element to be retrieved is own accessor property
1281 # without a get function that overrides an inherited accessor property on
1282 # an Array
1283 15.4.4.20-9-c-i-20: FAIL
1284 # Bug? Array.prototype.filter - element to be retrieved is inherited accessor
1285 # property without a get function on an Array
1286 15.4.4.20-9-c-i-22: FAIL
1287 # Bug? Array.prototype.filter - element changed by getter on previous iterations
1288 # is observed on an Array
1289 15.4.4.20-9-c-i-28: FAIL
1290 # Bug? Array.prototype.reduce - value of 'length' is a number (value is
1291 # negative)
1292 15.4.4.21-3-7: FAIL
1293 # Bug? Array.prototype.reduce - value of 'length' is a number (value is
1294 # Infinity)
1295 # V8 timeout.
1296 15.4.4.21-3-8: SKIP
1297 # Bug? Array.prototype.reduce - 'length' is a string containing a negative
1298 # number
1299 15.4.4.21-3-12: FAIL
1300 # Bug? Array.prototype.reduce - 'length' is a string containing a decimal number
1301 15.4.4.21-3-13: FAIL
1302 # Bug? Array.prototype.reduce - 'length' is a string containing +/-Infinity
1303 # V8 timeout.
1304 15.4.4.21-3-14: SKIP
1305 # Bug? Array.prototype.reduce - value of 'length' is a positive non-integer,
1306 # ensure truncation occurs in the proper direction
1307 15.4.4.21-3-24: FAIL
1308 # Bug? Array.prototype.reduce - value of 'length' is a negative non-integer,
1309 # ensure truncation occurs in the proper direction
1310 15.4.4.21-3-25: FAIL
1311 # Bug? Array.prototype.reduce - value of 'length' is boundary value (2^32)
1312 # V8 timeout.
1313 15.4.4.21-3-28: SKIP
1314 # Bug? Array.prototype.reduce - value of 'length' is boundary value (2^32 + 1)
1315 # V8 timeout.
1316 15.4.4.21-3-29: SKIP
1317 # Bug? Array.prototype.reduce - side effects produced by step 2 are visible when
1318 # an exception occurs
1319 15.4.4.21-4-8: FAIL
1320 # Bug? Array.prototype.reduce - side effects produced by step 3 are visible when
1321 # an exception occurs
1322 15.4.4.21-4-9: FAIL
1323 # Bug? Array.prototype.reduce - the exception is not thrown if exception was
1324 # thrown by step 2
1325 15.4.4.21-4-10: FAIL
1326 # Bug? Array.prototype.reduce - the exception is not thrown if exception was
1327 # thrown by step 3
1328 15.4.4.21-4-11: FAIL
1329 # Bug? Array.prototype.reduce - calling with no callbackfn is the same as
1330 # passing undefined for callbackfn
1331 15.4.4.21-4-15: FAIL
1332 # Bug? Array.prototype.reduce - decreasing length of array in step 8 does not
1333 # delete non-configurable properties
1334 15.4.4.21-9-b-16: FAIL
1335 # Bug? Array.prototype.reduce - decreasing length of array does not delete
1336 # non-configurable properties
1337 15.4.4.21-9-b-29: FAIL
1338 # Bug? Array.prototype.reduceRight - value of 'length' is a number (value is
1339 # negative)
1340 15.4.4.22-3-7: FAIL
1341 # Bug? Array.prototype.reduceRight - value of 'length' is a number (value is
1342 # Infinity)
1343 # V8 timeout.
1344 15.4.4.22-3-8: SKIP
1345 # Bug? Array.prototype.reduceRight - value of 'length' is a string containing a
1346 # negative number
1347 15.4.4.22-3-12: FAIL
1348 # Bug? Array.prototype.reduceRight - value of 'length' is a string containing a
1349 # decimal number
1350 15.4.4.22-3-13: FAIL
1351 # Bug? Array.prototype.reduceRight - value of 'length' is a string containing
1352 # +/-Infinity
1353 # V8 timeout.
1354 15.4.4.22-3-14: SKIP
1355 # Bug? Array.prototype.reduceRight - value of 'length' is a positive
1356 # non-integer, ensure truncation occurs in the proper direction
1357 15.4.4.22-3-24: FAIL
1358 # Bug? Array.prototype.reduceRight - value of 'length' is a negative
1359 # non-integer, ensure truncation occurs in the proper direction
1360 15.4.4.22-3-25: FAIL
1361 # Bug? Array.prototype.reduceRight - value of 'length' is boundary value (2^32)
1362 # V8 timeout.
1363 15.4.4.22-3-28: SKIP
1364 # Bug? Array.prototype.reduceRight - value of 'length' is boundary value (2^32 +
1365 # 1)
1366 # V8 timeout.
1367 15.4.4.22-3-29: SKIP
1368 # Bug? Array.prototype.reduceRight - side effects produced by step 2 are visible
1369 # when an exception occurs
1370 15.4.4.22-4-8: FAIL
1371 # Bug? Array.prototype.reduceRight - side effects produced by step 3 are visible
1372 # when an exception occurs
1373 15.4.4.22-4-9: FAIL
1374 # Bug? Array.prototype.reduceRight - the exception is not thrown if exception
1375 # was thrown by step 2
1376 15.4.4.22-4-10: FAIL
1377 # Bug? Array.prototype.reduceRight - the exception is not thrown if exception
1378 # was thrown by step 3
1379 15.4.4.22-4-11: FAIL
1380 # Bug? Array.prototype.reduceRight - calling with no callbackfn is the same as
1381 # passing undefined for callbackfn
1382 15.4.4.22-4-15: FAIL
1383 # Bug? Array.prototype.reduceRight - element to be retrieved is own accessor
1384 # property that overrides an inherited data property on an Array
1385 15.4.4.22-8-b-iii-1-12: FAIL
1386 # Bug? Array.prototype.reduceRight - element to be retrieved is own accessor
1387 # property without a get function on an Array
1388 15.4.4.22-8-b-iii-1-18: FAIL
1389 # Bug? Array.prototype.reduceRight - element to be retrieved is own accessor
1390 # property without a get function that overrides an inherited accessor
1391 # property on an Array
1392 15.4.4.22-8-b-iii-1-20: FAIL
1393 # Bug? Array.prototype.reduceRight - element changed by getter on current
1394 # iteration is observed in subsequent iterations on an Array
1395 15.4.4.22-8-b-iii-1-30: FAIL
1396 # Bug? Array.prototype.reduceRight - Exception in getter terminate iteration on
1397 # an Array
1398 15.4.4.22-8-b-iii-1-33: FAIL
1399 # Bug? Array.prototype.reduceRight - modifications to length don't change number
1400 # of iterations in step 9
1401 15.4.4.22-8-b-2: FAIL
1402 # Bug? Array.prototype.reduceRight - deleting own property in step 8 causes
1403 # deleted index property not to be visited on an Array
1404 15.4.4.22-9-b-9: FAIL
1405 # Bug? Array.prototype.reduceRight - deleting own property with prototype
1406 # property in step 8 causes prototype index property to be visited on an
1407 # Array
1408 15.4.4.22-9-b-13: FAIL
1409 # Bug? Array.prototype.reduceRight - decreasing length of array in step 8 does
1410 # not delete non-configurable properties
1411 15.4.4.22-9-b-16: FAIL
1412 # Bug? Array.prototype.reduceRight - deleting property of prototype causes
1413 # deleted index property not to be visited on an Array
1414 15.4.4.22-9-b-24: FAIL
1415 # Bug? Array.prototype.reduceRight - deleting own property with prototype
1416 # property causes prototype index property to be visited on an Array
1417 15.4.4.22-9-b-26: FAIL
1418 # Bug? Array.prototype.reduceRight - decreasing length of array does not delete
1419 # non-configurable properties
1420 15.4.4.22-9-b-29: FAIL
1421 # Bug? Array.prototype.reduceRight - element changed by getter on previous
1422 # iterations is observed on an Array
1423 15.4.4.22-9-c-i-30: FAIL
1424 # Bug? Array.prototype.reduceRight - modifications to length will change number
1425 # of iterations
1426 15.4.4.22-9-9: FAIL
1427 # Bug? String.prototype.trim throws TypeError when string is undefined
1428 15.5.4.20-1-1: FAIL
1429 # Bug? String.prototype.trim throws TypeError when string is null
1430 15.5.4.20-1-2: FAIL
1431 # Bug? String.prototype.trim - 'S' is a string with all WhiteSpace
1432 15.5.4.20-3-2: FAIL
1433 # Bug? String.prototype.trim - 'S' is a string with all union of WhiteSpace and
1434 # LineTerminator
1435 15.5.4.20-3-3: FAIL
1436 # Bug? String.prototype.trim - 'S' is a string start with union of all
1437 # LineTerminator and all WhiteSpace
1438 15.5.4.20-3-4: FAIL
1439 # Bug? String.prototype.trim - 'S' is a string end with union of all
1440 # LineTerminator and all WhiteSpace
1441 15.5.4.20-3-5: FAIL
1442 # Bug? String.prototype.trim - 'S' is a string start with union of all
1443 # LineTerminator and all WhiteSpace and end with union of all
1444 # LineTerminator and all WhiteSpace
1445 15.5.4.20-3-6: FAIL
1446 # Bug? String.prototype.trim handles whitepace and lineterminators (\\uFEFFabc)
1447 15.5.4.20-4-10: FAIL
1448 # Bug? String.prototype.trim handles whitepace and lineterminators (abc\\uFEFF)
1449 15.5.4.20-4-18: FAIL
1450 # Bug? String.prototype.trim handles whitepace and lineterminators
1451 # (\\uFEFF\\uFEFF)
1452 15.5.4.20-4-34: FAIL
1453 # Bug? Date Time String Format - specified default values will be set for all
1454 # optional fields(MM, DD, mm, ss and time zone) when they are absent
1455 15.9.1.15-1: FAIL
1456 # Bug? Date.prototype.toISOString - RangeError is thrown when value of date is
1457 # Date(1970, 0, -99999999, 0, 0, 0, -1), the time zone is UTC(0)
1458 15.9.5.43-0-8: FAIL
1459 # Bug? Date.prototype.toISOString - RangeError is not thrown when value of date
1460 # is Date(1970, 0, 100000001, 0, 0, 0, -1), the time zone is UTC(0)
1461 15.9.5.43-0-11: FAIL
1462 # Bug? Date.prototype.toISOString - RangeError is not thrown when value of date
1463 # is Date(1970, 0, 100000001, 0, 0, 0, 0), the time zone is UTC(0)
1464 15.9.5.43-0-12: FAIL
1465 # Bug? Date.prototype.toISOString - RangeError is thrown when value of date is
1466 # Date(1970, 0, 100000001, 0, 0, 0, 1), the time zone is UTC(0)
1467 15.9.5.43-0-13: FAIL
1468 # Bug? Date.prototype.toISOString - when value of year is -Infinity
1469 # Date.prototype.toISOString throw the RangeError
1470 15.9.5.43-0-14: FAIL
1471 # Bug? Date.prototype.toISOString - value of year is Infinity
1472 # Date.prototype.toISOString throw the RangeError
1473 15.9.5.43-0-15: FAIL
1474 # Bug? RegExp - the thrown error is SyntaxError instead of RegExpError when 'F'
1475 # contains any character other than 'g', 'i', or 'm'
1476 15.10.4.1-3: FAIL
1477 # Bug? RegExp.prototype is itself a RegExp
1478 15.10.6: FAIL
1479 # Bug? RegExp.prototype.source is of type String
1480 15.10.7.1-1: FAIL
1481 # Bug? RegExp.prototype.source is a data property with default attribute values
1482 # (false)
1483 15.10.7.1-2: FAIL
1484 # Bug? RegExp.prototype.global is of type Boolean
1485 15.10.7.2-1: FAIL
1486 # Bug? RegExp.prototype.global is a data property with default attribute values
1487 # (false)
1488 15.10.7.2-2: FAIL
1489 # Bug? RegExp.prototype.ignoreCase is of type Boolean
1490 15.10.7.3-1: FAIL
1491 # Bug? RegExp.prototype.ignoreCase is a data property with default attribute
1492 # values (false)
1493 15.10.7.3-2: FAIL
1494 # Bug? RegExp.prototype.multiline is of type Boolean
1495 15.10.7.4-1: FAIL
1496 # Bug? RegExp.prototype.multiline is a data property with default attribute
1497 # values (false)
1498 15.10.7.4-2: FAIL
1499 # Bug? RegExp.prototype.lastIndex is of type Number
1500 15.10.7.5-1: FAIL
1501 # Bug? RegExp.prototype.lastIndex is a data property with specified attribute
1502 # values
1503 15.10.7.5-2: FAIL
1504 # Bug? Error.prototype.toString return the value of 'msg' when 'name' is empty
1505 # string and 'msg' isn't undefined
1506 15.11.4.4-8-1: FAIL
1507
1508 #
1509 # sputnik_converted tests.
1510 #
1511
1512 prefix sputnik_converted
1513
1514 # Bug? Checking if execution of \"abstract=1\" fails
1515 S7.5.3_A1.1: FAIL
1516 # Bug? Checking if execution of \"boolean=1\" fails
1517 S7.5.3_A1.2: FAIL
1518 # Bug? Checking if execution of \"byte=1\" fails
1519 S7.5.3_A1.3: FAIL
1520 # Bug? Checking if execution of \"char=1\" fails
1521 S7.5.3_A1.4: FAIL
1522 # Bug? Checking if execution of \"class=1\" fails
1523 S7.5.3_A1.5: FAIL
1524 # Bug? Checking if execution of \"double=1\" fails
1525 S7.5.3_A1.8: FAIL
1526 # Bug? Checking if execution of \"enum=1\" fails
1527 S7.5.3_A1.9: FAIL
1528 # Bug? Checking if execution of \"export=1\" fails
1529 S7.5.3_A1.10: FAIL
1530 # Bug? Checking if execution of \"extends=1\" fails
1531 S7.5.3_A1.11: FAIL
1532 # Bug? Checking if execution of \"final=1\" fails
1533 S7.5.3_A1.12: FAIL
1534 # Bug? Checking if execution of \"float=1\" fails
1535 S7.5.3_A1.13: FAIL
1536 # Bug? Checking if execution of \"goto=1\" fails
1537 S7.5.3_A1.14: FAIL
1538 # Bug? Checking if execution of \"implements=1\" fails
1539 S7.5.3_A1.15: FAIL
1540 # Bug? Checking if execution of \"import=1\" fails
1541 S7.5.3_A1.16: FAIL
1542 # Bug? Checking if execution of \"int=1\" fails
1543 S7.5.3_A1.17: FAIL
1544 # Bug? Checking if execution of \"interface = 1\" fails
1545 S7.5.3_A1.18: FAIL
1546 # Bug? Checking if execution of \"long=1\" fails
1547 S7.5.3_A1.19: FAIL
1548 # Bug? Checking if execution of \"package=1\" fails
1549 S7.5.3_A1.21: FAIL
1550 # Bug? Checking if execution of \"private=1\" fails
1551 S7.5.3_A1.22: FAIL
1552 # Bug? Checking if execution of \"protected=1\" fails
1553 S7.5.3_A1.23: FAIL
1554 # Bug? Checking if execution of \"public=1\" fails
1555 S7.5.3_A1.24: FAIL
1556 # Bug? Checking if execution of \"short=1\" fails
1557 S7.5.3_A1.25: FAIL
1558 # Bug? Checking if execution of \"static=1\" fails
1559 S7.5.3_A1.26: FAIL
1560 # Bug? Checking if execution of \"super=1\" fails
1561 S7.5.3_A1.27: FAIL
1562 # Bug? Checking if execution of \"synchronized=1\" fails
1563 S7.5.3_A1.28: FAIL
1564 # Bug? Checking if execution of \"throws=1\" fails
1565 S7.5.3_A1.29: FAIL
1566 # Bug? Checking if execution of \"transient=1\" fails
1567 S7.5.3_A1.30: FAIL
1568 # Bug? Checking if execution of \"volatile=1\" fails
1569 S7.5.3_A1.31: FAIL
1570 # Bug? EscapeCharacter :: DecimalDigits :: 1
1571 S7.8.4_A4.3_T1: FAIL
1572 # Bug? EscapeCharacter :: DecimalDigits :: 7
1573 S7.8.4_A4.3_T2: FAIL
1574 # Bug? EscapeCharacter :: DecimalDigits :: 8
1575 S7.8.4_A4.3_T3: FAIL
1576 # Bug? EscapeCharacter :: DecimalDigits :: 9
1577 S7.8.4_A4.3_T4: FAIL
1578 # Bug? EscapeCharacter :: u
1579 S7.8.4_A4.3_T5: FAIL
1580 # Bug? EscapeCharacter :: x
1581 S7.8.4_A4.3_T6: FAIL
1582 # Bug? HexEscapeSequence :: x0G is incorrect
1583 S7.8.4_A6.1_T4: FAIL
1584 # Bug? HexDigit :: 1
1585 S7.8.4_A6.2_T1: FAIL
1586 # Bug? HexDigit :: A
1587 S7.8.4_A6.2_T2: FAIL
1588 # Bug? Checking if execution of \"\\X01\" passes
1589 S7.8.4_A6.4_T1: FAIL
1590 # Bug? Checking if execution of \"\\X0A\" passes
1591 S7.8.4_A6.4_T2: FAIL
1592 # Bug? UnicodeEscapeSequence :: u000G is incorrect
1593 S7.8.4_A7.1_T4: FAIL
1594 # Bug? :: HexDigit :: 1
1595 S7.8.4_A7.2_T1: FAIL
1596 # Bug? :: HexDigit :: A
1597 S7.8.4_A7.2_T2: FAIL
1598 # Bug? :: HexDigit :: 1
1599 S7.8.4_A7.2_T3: FAIL
1600 # Bug? :: HexDigit :: A
1601 S7.8.4_A7.2_T4: FAIL
1602 # Bug? :: HexDigit :: 1
1603 S7.8.4_A7.2_T5: FAIL
1604 # Bug? :: HexDigit :: A
1605 S7.8.4_A7.2_T6: FAIL
1606 # Bug? Checking if execution of \"\\U0001\" passes
1607 S7.8.4_A7.4_T1: FAIL
1608 # Bug? Checking if execution of \"\\U000A\" passes
1609 S7.8.4_A7.4_T2: FAIL
1610 # Bug? Assign true and false to variables
1611 S8.3_A1_T1: FAIL
1612 # Bug? Compare NaN with zero
1613 S8.5_A5: FAIL
1614 # Bug? Delete referenced object, __ref = obj
1615 S8.7_A5_T2: FAIL
1616 # Bug? Trying to convert undefined to Object
1617 S9.9_A1: FAIL
1618 # Bug? Trying to convert null to Object
1619 S9.9_A2: FAIL
1620 # Bug? Checking if deleting \"this\" fails
1621 S10.1.7_A1_T1: FAIL
1622 # Bug? Checking if deleting variable x, that is defined as var x = 1, fails
1623 S10.2.1_A1_T1: FAIL
1624 # Bug? Checking if execution of \"var object = {true : 1}\" fails
1625 S11.1.5_A4.1: FAIL
1626 # Bug? Checking if execution of \"var object = {null : true}\" fails
1627 S11.1.5_A4.2: FAIL
1628 # Bug? Checking declared variable
1629 S11.4.1_A3.1: FAIL
1630 # Bug? typeof (object without [[Call]]) === \"object\"
1631 S11.4.3_A3.6: FAIL
1632 # Bug? Trying to declare function at the Block statement
1633 S12.1_A1: FAIL
1634 # Bug? Throwing exception within a Block
1635 S12.1_A2: FAIL
1636 # Bug? Creating variables after entering the execution scope
1637 S12.2_A1: FAIL
1638 # Bug? Checking if deleting global variables that have the attributes
1639 # {DontDelete} fails
1640 S12.2_A2: FAIL
1641 # Bug? Executing eval(\"var x\")
1642 S12.2_A5: FAIL
1643 # Bug? Enumerating property attributes of \"this\" and then searching for the
1644 # declared variable
1645 S12.2_A9: FAIL
1646 # Bug? Changing variable value using property attributes
1647 S12.2_A11: FAIL
1648 # Bug? Declaring function within an \"if\" statement
1649 S12.5_A9_T1: FAIL
1650 # Bug? Declaring function within and \"if\" that is declared within the function
1651 # call
1652 S12.5_A9_T2: FAIL
1653 # Bug? Declaring function within a \"do-while\" loop
1654 S12.6.1_A13_T1: FAIL
1655 # Bug? Declaring a function within a \"do-while\" loop that is within a function
1656 # call
1657 S12.6.1_A13_T2: FAIL
1658 # Bug? Checking if declaring a function within a \"while\" Statement leads to an
1659 # exception
1660 S12.6.2_A13_T1: FAIL
1661 # Bug? Checking if declaring a function within a \"while\" Statement that is in
1662 # a function call leads to an exception
1663 S12.6.2_A13_T2: FAIL
1664 # Bug? Declaring function within a \"for-in\" Statement
1665 S12.6.4_A13_T1: FAIL
1666 # Bug? Declaring function within a \"for-in\" Statement that is within a
1667 # function call
1668 S12.6.4_A13_T2: FAIL
1669 # Bug? Using \"function __func(){return 0;}\" as Expession
1670 S12.6.4_A14_T1: FAIL
1671 # Bug? Object is declared with \"var __obj={callee:\"a\"}\"
1672 S13.2.2_A18_T1: FAIL
1673 # Bug? Object is declared with \"__obj={callee:\"a\"}\"
1674 S13.2.2_A18_T2: FAIL
1675 # Bug? Function is declared in the object scope as a variable
1676 S13.2.2_A19_T7: FAIL
1677 # Bug? Deleting arguments[i]
1678 S13_A13_T1: FAIL
1679 # Bug? Changing arguments value and then deleting the argument
1680 S13_A13_T2: FAIL
1681 # Bug? Changing argument value, deleting the argument and then defining a new
1682 # value for arguments[i]
1683 S13_A13_T3: FAIL
1684 # Bug? The value is \"this\"
1685 S15.2.2.1_A2_T4: FAIL
1686 # Bug? Checking if creating \"new Object.prototype.toString\" fails
1687 S15.2.4.2_A7: FAIL
1688 # Bug? Checking if creating \"new Object.prototype.toLocaleString\" fails
1689 S15.2.4.3_A7: FAIL
1690 # Bug? Checking if calling Object prototype as a function fails
1691 S15.2.4_A3: FAIL
1692 # Bug? Checking if creating \"new Object.prototype.valueOf\" fails
1693 S15.2.4.4_A7: FAIL
1694 # Bug? Checking if creating \"new Object.prototype\" fails
1695 S15.2.4_A4: FAIL
1696 # Bug? Checking if creating \"new Object.prototype.hasOwnProperty\" fails
1697 S15.2.4.5_A7: FAIL
1698 # Bug? Creating two objects with the same prototype
1699 S15.2.4.6_A1: FAIL
1700 # Bug? Checking if creating new \"Object.prototype.isPrototypeOf\" fails
1701 S15.2.4.6_A7: FAIL
1702 # Bug? Checking if creating \"new Object.prototype.propertyIsEnumerable\" fails
1703 S15.2.4.7_A7: FAIL
1704 # Bug? First argument is string and null
1705 S15.3_A3_T2: FAIL
1706 # Bug? First argument is this, and this don`t have needed variable
1707 S15.3_A3_T3: FAIL
1708 # Bug? First argument is this, and this have needed variable
1709 S15.3_A3_T4: FAIL
1710 # Bug? First argument is this, and this don`t have needed variable. Function
1711 # return this.var_name
1712 S15.3_A3_T5: FAIL
1713 # Bug? First argument is this, and this have needed variable. Function return
1714 # this.var_name
1715 S15.3_A3_T6: FAIL
1716 # Bug? For testing use Function.prototype.toString() function
1717 S15.3.4.2_A1_T1: FAIL
1718 # Bug? Checking if creating \"new Function.prototype.toString\" fails
1719 S15.3.4.2_A7: FAIL
1720 # Bug? Checking if creating \"new Function.prototype object\" fails
1721 S15.3.4_A5: FAIL
1722 # Bug? delete Array.prototype.toString
1723 S15.4.4_A1.1_T2: FAIL
1724 # Bug? Call String(this)
1725 S15.5.1.1_A1_T9: FAIL
1726 # Bug? Create new String.prototype.constructor object and check it
1727 S15.5.4.1_A1_T2: FAIL
1728 # Bug? first we delete String.prototype.toString cause it overrides Object
1729 # prototype toString.
1730 S15.5.4_A1: FAIL
1731 # Bug? Checking Object.prototype.isPrototypeOf(String.prototype)
1732 S15.5.4_A3: FAIL
1733 # Bug? Checking if creating the String.prototype.indexOf object fails
1734 S15.5.4.7_A7: FAIL
1735 # Bug? Arguments are false and true, and instance is object
1736 S15.5.4.8_A1_T1: FAIL
1737 # Bug? Checking if creating the String.prototype.lastIndexOf object fails
1738 S15.5.4.8_A7: FAIL
1739 # Bug? Checking if creating the String.prototype.search object fails
1740 S15.5.4.12_A7: FAIL
1741 # Bug? Checking if creating the String.prototype.slice object fails
1742 S15.5.4.13_A7: FAIL
1743 # Bug? Checking if creating the String.prototype.substring object fails
1744 S15.5.4.15_A7: FAIL
1745 # Bug? Checking if creating the String.prototype.toLocaleLowerCase object fails
1746 S15.5.4.17_A7: FAIL
1747 # Bug? Checking Number.MAX_VALUE value
1748 S15.7.3.2_A1: FAIL
1749 # Bug? Checking Number.MIN_VALUE value
1750 S15.7.3.3_A1: FAIL
1751 # Bug? Comparing Math.E with 2.7182818284590452354
1752 S15.8.1.1_A1: FAIL
1753 # Bug? Comparing Math.LN10 with 2.302585092994046
1754 S15.8.1.2_A1: FAIL
1755 # Bug? Comparing Math.LN2 with 0.6931471805599453
1756 S15.8.1.3_A1: FAIL
1757 # Bug? Comparing Math.LOG2E with 1.4426950408889634
1758 S15.8.1.4_A1: FAIL
1759 # Bug? Comparing Math.LOG10E with 0.4342944819032518
1760 S15.8.1.5_A1: FAIL
1761 # Bug? Comparing Math.PI with 3.1415926535897932
1762 S15.8.1.6_A1: FAIL
1763 # Bug? Comparing Math.SQRT1_2 with 0.7071067811865476
1764 S15.8.1.7_A1: FAIL
1765 # Bug? Comparing Math.SQRT2 with 1.4142135623730951
1766 S15.8.1.8_A1: FAIL
1767 # Bug? Checking if Math.acos is approximately equals to its mathematical values
1768 # on the set of 64 argument values; all the sample values is calculated
1769 # with LibC
1770 S15.8.2.2_A5: FAIL
1771 # Bug? Checking if Math.asin is approximately equals to its mathematical values
1772 # on the set of 64 argument values; all the sample values is calculated
1773 # with LibC
1774 S15.8.2.3_A6: FAIL
1775 # Bug? Checking if Math.atan(+Infinity) is an approximation to +PI/2
1776 S15.8.2.4_A4: FAIL
1777 # Bug? Checking if Math.atan(-Infinity) is an approximation to -PI/2
1778 S15.8.2.4_A5: FAIL
1779 # Bug? Checking if Math.atan is approximately equals to its mathematical values
1780 # on the set of 64 argument values; all the sample values is calculated
1781 # with LibC
1782 S15.8.2.4_A6: FAIL
1783 # Bug? Checking if Math.atan2(y,x) is an approximation to +PI/2, where y>0 and x
1784 # is +0
1785 S15.8.2.5_A2: FAIL
1786 # Bug? Checking if Math.atan2(y,x) is an approximation to +PI/2, where y>0 and x
1787 # is -0
1788 S15.8.2.5_A3: FAIL
1789 # Bug? Checking if Math.atan2(y,x) is an approximation to +PI, where y is +0 and
1790 # x is -0
1791 S15.8.2.5_A6: FAIL
1792 # Bug? Checking if Math.atan2(y,x) is an approximation to +PI, where y is equal
1793 # to +0 and x<0
1794 S15.8.2.5_A7: FAIL
1795 # Bug? Checking if Math.atan2(-0,-0) is an approximation to -PI
1796 S15.8.2.5_A10: FAIL
1797 # Bug? Checking if Math.atan2(-0,x) is an approximation to -PI, where x<0
1798 S15.8.2.5_A11: FAIL
1799 # Bug? Checking if Math.atan2(y,+0) is an approximation to -PI/2, where y<0
1800 S15.8.2.5_A12: FAIL
1801 # Bug? Checking if Math.atan2(y,-0) is an approximation to -PI/2, where y<0
1802 S15.8.2.5_A13: FAIL
1803 # Bug? Checking if Math.atan2(y,x) is an approximation to +PI, where y>0 and y
1804 # is finite and x is equal to -Infinity
1805 S15.8.2.5_A15: FAIL
1806 # Bug? Checking if Math.atan2(y,x) is an approximation to -PI, where y<0 and y
1807 # is finite and x is equal to -Infinity
1808 S15.8.2.5_A17: FAIL
1809 # Bug? Checking if Math.atan2(y,x) is an approximation to +PI/2, where y is
1810 # +Infinity and x is finite
1811 S15.8.2.5_A18: FAIL
1812 # Bug? Checking if Math.atan2(y,x) is an approximation to -PI/2, where y is
1813 # -Infinity and x is finite
1814 S15.8.2.5_A19: FAIL
1815 # Bug? Checking if Math.atan2(y,x) is an approximation to +PI/4, where y is
1816 # equal to +Infinity and x is equal to +Infinity
1817 S15.8.2.5_A20: FAIL
1818 # Bug? Checking if Math.atan2(y,x) is an approximation to +3*PI/4, where y is
1819 # equal to +Infinity and x is equal to -Infinity
1820 S15.8.2.5_A21: FAIL
1821 # Bug? Checking if Math.atan2(y,x) is an approximation to -PI/4, where y is
1822 # equal to -Infinity and x is equal to +Infinity
1823 S15.8.2.5_A22: FAIL
1824 # Bug? Checking if Math.atan2(y,x) is an approximation to -3*PI/4, where y is
1825 # equal to -Infinity and x is equal to -Infinity
1826 S15.8.2.5_A23: FAIL
1827 # Bug? Checking if Math.atan2(argument1, argument2) is approximately equals to
1828 # its mathematical values on the set of 64 argument1 values and 64
1829 # argument2 values; all the sample values is calculated with LibC
1830 S15.8.2.5_A24: FAIL
1831 # Bug? Checking if Math.cos is approximately equals to its mathematical values
1832 # on the set of 64 argument values; all the sample values is calculated
1833 # with LibC
1834 S15.8.2.7_A7: FAIL
1835 # Bug? Checking if Math.exp is approximately equals to its mathematical values
1836 # on the set of 64 argument values; all the sample values is calculated
1837 # with LibC
1838 S15.8.2.8_A6: FAIL
1839 # Bug? Checking if Math.log is approximately equals to its mathematical values
1840 # on the set of 64 argument values; all the sample values is calculated
1841 # with LibC
1842 S15.8.2.10_A6: FAIL
1843 # Bug? Checking if Math.pow(argument1, argument2) is approximately equals to its
1844 # mathematical value on the set of 64 argument1 values and 64 argument2
1845 # values; all the sample values is calculated with LibC
1846 S15.8.2.13_A24: FAIL
1847 # Bug? Checking if Math.sin is approximately equals to its mathematical values
1848 # on the set of 64 argument values; all the sample values is calculated
1849 # with LibC
1850 S15.8.2.16_A7: FAIL
1851 # Bug? Checking if Math.sqrt is approximately equals to its mathematical values
1852 # on the set of 64 argument values; all the sample values is calculated
1853 # with LibC
1854 S15.8.2.17_A6: FAIL
1855 # Bug? Checking if Math.tan is approximately equals to its mathematical values
1856 # on the set of 64 argument values; all the sample values is calculated
1857 # with LibC
1858 S15.8.2.18_A7: FAIL
1859 # Bug? 2 arguments, (year, month)
1860 S15.9.3.1_A5_T1: FAIL
1861 # Bug? 3 arguments, (year, month, date)
1862 S15.9.3.1_A5_T2: FAIL
1863 # Bug? 4 arguments, (year, month, date, hours)
1864 S15.9.3.1_A5_T3: FAIL
1865 # Bug? 5 arguments, (year, month, date, hours, minutes)
1866 S15.9.3.1_A5_T4: FAIL
1867 # Bug? 6 arguments, (year, month, date, hours, minutes, seconds)
1868 S15.9.3.1_A5_T5: FAIL
1869 # Bug? 7 arguments, (year, month, date, hours, minutes, seconds, ms)
1870 S15.9.3.1_A5_T6: FAIL
1871 # Bug? Checking types of newly created objects and it values
1872 S15.9.3.2_A1_T1: FAIL
1873 # Bug? Checking Date.prototype property of newly constructed objects
1874 S15.9.3.2_A2_T1: FAIL
1875 # Bug? Test based on delete prototype.toString
1876 S15.9.3.2_A3_T1.1: FAIL
1877 # Bug? Test based on overwriting prototype.toString
1878 S15.9.3.2_A3_T1.2: FAIL
1879 # Bug? Checking absence of DontDelete attribute
1880 S15.9.5.2_A1_T2: FAIL
1881 # Bug? Checking absence of DontDelete attribute
1882 S15.9.5.3_A1_T2: FAIL
1883 # Bug? Checking absence of DontDelete attribute
1884 S15.9.5.4_A1_T2: FAIL
1885 # Bug? Checking absence of DontDelete attribute
1886 S15.9.5.5_A1_T2: FAIL
1887 # Bug? Checking absence of DontDelete attribute
1888 S15.9.5.6_A1_T2: FAIL
1889 # Bug? Checking absence of DontDelete attribute
1890 S15.9.5.7_A1_T2: FAIL
1891 # Bug? Checking absence of DontDelete attribute
1892 S15.9.5.8_A1_T2: FAIL
1893 # Bug? Checking absence of DontDelete attribute
1894 S15.9.5.9_A1_T2: FAIL
1895 # Bug? Checking absence of DontDelete attribute
1896 S15.9.5.10_A1_T2: FAIL
1897 # Bug? Checking absence of DontDelete attribute
1898 S15.9.5.11_A1_T2: FAIL
1899 # Bug? Checking absence of DontDelete attribute
1900 S15.9.5.12_A1_T2: FAIL
1901 # Bug? Checking absence of DontDelete attribute
1902 S15.9.5.13_A1_T2: FAIL
1903 # Bug? Checking absence of DontDelete attribute
1904 S15.9.5.14_A1_T2: FAIL
1905 # Bug? Checking absence of DontDelete attribute
1906 S15.9.5.15_A1_T2: FAIL
1907 # Bug? Checking absence of DontDelete attribute
1908 S15.9.5.16_A1_T2: FAIL
1909 # Bug? Checking absence of DontDelete attribute
1910 S15.9.5.17_A1_T2: FAIL
1911 # Bug? Checking absence of DontDelete attribute
1912 S15.9.5.18_A1_T2: FAIL
1913 # Bug? Checking absence of DontDelete attribute
1914 S15.9.5.19_A1_T2: FAIL
1915 # Bug? Checking absence of DontDelete attribute
1916 S15.9.5.20_A1_T2: FAIL
1917 # Bug? Checking absence of DontDelete attribute
1918 S15.9.5.21_A1_T2: FAIL
1919 # Bug? Checking absence of DontDelete attribute
1920 S15.9.5.22_A1_T2: FAIL
1921 # Bug? Checking absence of DontDelete attribute
1922 S15.9.5.23_A1_T2: FAIL
1923 # Bug? Checking absence of DontDelete attribute
1924 S15.9.5.24_A1_T2: FAIL
1925 # Bug? Checking absence of DontDelete attribute
1926 S15.9.5.25_A1_T2: FAIL
1927 # Bug? Checking absence of DontDelete attribute
1928 S15.9.5.26_A1_T2: FAIL
1929 # Bug? Checking absence of DontDelete attribute
1930 S15.9.5.27_A1_T2: FAIL
1931 # Bug? Checking absence of DontDelete attribute
1932 S15.9.5.28_A1_T2: FAIL
1933 # Bug? Checking absence of DontDelete attribute
1934 S15.9.5.29_A1_T2: FAIL
1935 # Bug? Checking absence of DontDelete attribute
1936 S15.9.5.30_A1_T2: FAIL
1937 # Bug? Checking absence of DontDelete attribute
1938 S15.9.5.31_A1_T2: FAIL
1939 # Bug? Checking absence of DontDelete attribute
1940 S15.9.5.32_A1_T2: FAIL
1941 # Bug? Checking absence of DontDelete attribute
1942 S15.9.5.33_A1_T2: FAIL
1943 # Bug? Checking absence of DontDelete attribute
1944 S15.9.5.34_A1_T2: FAIL
1945 # Bug? Checking absence of DontDelete attribute
1946 S15.9.5.35_A1_T2: FAIL
1947 # Bug? Checking absence of DontDelete attribute
1948 S15.9.5.36_A1_T2: FAIL
1949 # Bug? Checking absence of DontDelete attribute
1950 S15.9.5.37_A1_T2: FAIL
1951 # Bug? Checking absence of DontDelete attribute
1952 S15.9.5.38_A1_T2: FAIL
1953 # Bug? Checking absence of DontDelete attribute
1954 S15.9.5.39_A1_T2: FAIL
1955 # Bug? Checking absence of DontDelete attribute
1956 S15.9.5.40_A1_T2: FAIL
1957 # Bug? Checking absence of DontDelete attribute
1958 S15.9.5.41_A1_T2: FAIL
1959 # Bug? Checking absence of DontDelete attribute
1960 S15.9.5.42_A1_T2: FAIL
1961 # Bug? It is an error if n is greater than the total number of left capturing
1962 # parentheses in the entire regular expression
1963 S15.10.2.11_A1_T2: FAIL
1964 # Bug? It is an error if n is greater than the total number of left capturing
1965 # parentheses in the entire regular expression
1966 S15.10.2.11_A1_T3: FAIL
1967 # Bug? Checking if using \"ii\" as F leads to throwing the correct exception
1968 S15.10.4.1_A5_T1: FAIL
1969 # Bug? Checking if using \"migg\" as F leads to throwing the correct exception
1970 S15.10.4.1_A5_T2: FAIL
1971 # Bug? Checking by using eval, try to use eval(\"\\\"migg\\\"\") as F
1972 S15.10.4.1_A5_T3: FAIL
1973 # Bug? Checking if using \"z\" as F leads to throwing the correct exception
1974 S15.10.4.1_A5_T4: FAIL
1975 # Bug? Checking if using \"{toString:function(){return \"x\";}}\" as F leads to
1976 # throwing the correct exception
1977 S15.10.4.1_A5_T5: FAIL
1978 # Bug? Checking if using \"null\" as F leads to throwing the correct exception
1979 S15.10.4.1_A5_T6: FAIL
1980 # Bug? Checking if using 1.0 as F leads to throwing the correct exception
1981 S15.10.4.1_A5_T7: FAIL
1982 # Bug? Checking if using \"true\" as F leads to throwing the correct exception
1983 S15.10.4.1_A5_T8: FAIL
1984 # Bug? Checking if using \"{toString:function(){}}\" as F leads to throwing the
1985 # correct exception
1986 S15.10.4.1_A5_T9: FAIL
1987 # Bug? RegExp is /undefined/ and call exec() without arguments
1988 S15.10.6.2_A1_T16: FAIL
1989 # Bug? The tested object is new String(\"[a-b]\")
1990 S15.10.6.2_A2_T4: FAIL
1991 # Bug? The tested object is new Boolean(false)
1992 S15.10.6.2_A2_T5: FAIL
1993 # Bug? RegExp is /undefined/ and call test() without arguments
1994 S15.10.6.3_A1_T16: FAIL
1995 # Bug? The tested object is new String(\"[a-b]\")
1996 S15.10.6.3_A2_T4: FAIL
1997 # Bug? The tested object is new Boolean(false)
1998 S15.10.6.3_A2_T5: FAIL
1999 # Bug? Checking if call of RegExp instance fails
2000 S15.10.7_A1_T1: FAIL
2001 # Bug? Checking if call of RegExp(\"a|b\",\"g\")() fails
2002 S15.10.7_A1_T2: FAIL
2003 # Bug? Checking type of RegExp instance with operators typeof, instanceof and
2004 # check it constructor.
2005 S15.10.7_A3_T1: FAIL
2006 # Bug? Checking type of RegExp instance with operators typeof, instanceof and
2007 # check it constructor.
2008 S15.10.7_A3_T2: FAIL
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698