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

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

Issue 8337017: Fix updating of property attributes for elements. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 2 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
« no previous file with comments | « src/runtime.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 # S15.1.1.2_A2_T2 would fail if it weren't bogus in r97. sputnik bug #45. 328 # S15.1.1.2_A2_T2 would fail if it weren't bogus in r97. sputnik bug #45.
329 S15.1.1.3_A2_T1: FAIL_OK # undefined 329 S15.1.1.3_A2_T1: FAIL_OK # undefined
330 S15.1.1.3_A2_T2: FAIL_OK # undefined 330 S15.1.1.3_A2_T2: FAIL_OK # undefined
331 331
332 # Array.prototype.to[Locale]String is generic in ES5. 332 # Array.prototype.to[Locale]String is generic in ES5.
333 S15.4.4.2_A2_T1: FAIL_OK 333 S15.4.4.2_A2_T1: FAIL_OK
334 S15.4.4.3_A2_T1: FAIL_OK 334 S15.4.4.3_A2_T1: FAIL_OK
335 335
336 ######################### UNANALYZED FAILURES ########################## 336 ######################### UNANALYZED FAILURES ##########################
337 337
338 # Bug? Object.defineProperty - Update [[Enumerable]] attribute of 'name'
339 # property to true successfully when [[Enumerable]] attribute of 'name'
340 # is false and [[Configurable]] attribute of 'name' is true, the 'desc'
341 # is a generic descriptor which only contains [[Enumerable]] attribute
342 # as true, 'name' property is an index data property (8.12.9 step 8)
343 15.2.3.6-4-82-18: FAIL
344 # Bug? Object.defineProperty - 'O' is an Arguments object of a function that has 338 # Bug? Object.defineProperty - 'O' is an Arguments object of a function that has
345 # formal parameters, 'name' is own property of 'O' which is also defined in 339 # formal parameters, 'name' is own property of 'O' which is also defined in
346 # [[ParameterMap]] of 'O', and 'desc' is data descriptor, test updating 340 # [[ParameterMap]] of 'O', and 'desc' is data descriptor, test updating
347 # multiple attribute values of 'name' (10.6 [[DefineOwnProperty]] step 3 341 # multiple attribute values of 'name' (10.6 [[DefineOwnProperty]] step 3
348 # and 5.b) 342 # and 5.b)
349 15.2.3.6-4-292-1: FAIL 343 15.2.3.6-4-292-1: FAIL
350 # Bug? Object.defineProperty - 'O' is an Arguments object of a function that has 344 # Bug? Object.defineProperty - 'O' is an Arguments object of a function that has
351 # formal parameters, 'name' is own data property of 'O' which is also 345 # formal parameters, 'name' is own data property of 'O' which is also
352 # defined in [[ParameterMap]] of 'O', test TypeError is thrown when 346 # defined in [[ParameterMap]] of 'O', test TypeError is thrown when
353 # updating the [[Value]] attribute value of 'name' which is defined as 347 # updating the [[Value]] attribute value of 'name' which is defined as
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 S15.1.3.2_A2.5_T1: SKIP 560 S15.1.3.2_A2.5_T1: SKIP
567 S15.1.3.3_A2.3_T1: SKIP 561 S15.1.3.3_A2.3_T1: SKIP
568 S15.1.3.4_A2.3_T1: SKIP 562 S15.1.3.4_A2.3_T1: SKIP
569 S15.1.3.1_A2.5_T1: SKIP 563 S15.1.3.1_A2.5_T1: SKIP
570 S15.1.3.2_A2.5_T1: SKIP 564 S15.1.3.2_A2.5_T1: SKIP
571 565
572 [ $arch == mips ] 566 [ $arch == mips ]
573 567
574 # Skip all tests on MIPS. 568 # Skip all tests on MIPS.
575 *: SKIP 569 *: SKIP
OLDNEW
« no previous file with comments | « src/runtime.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698