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

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

Issue 8353006: Fix Array.filter to use internal array for result. (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/array.js ('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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 15.4.4.16-7-b-16: FAIL 459 15.4.4.16-7-b-16: FAIL
460 # Bug? Array.prototype.some - decreasing length of array does not delete 460 # Bug? Array.prototype.some - decreasing length of array does not delete
461 # non-configurable properties 461 # non-configurable properties
462 15.4.4.17-7-b-16: FAIL 462 15.4.4.17-7-b-16: FAIL
463 # Bug? Array.prototype.forEach - decreasing length of array does not delete 463 # Bug? Array.prototype.forEach - decreasing length of array does not delete
464 # non-configurable properties 464 # non-configurable properties
465 15.4.4.18-7-b-16: FAIL 465 15.4.4.18-7-b-16: FAIL
466 # Bug? Array.prototype.map - decreasing length of array does not delete 466 # Bug? Array.prototype.map - decreasing length of array does not delete
467 # non-configurable properties 467 # non-configurable properties
468 15.4.4.19-8-b-16: FAIL 468 15.4.4.19-8-b-16: FAIL
469 # Bug? Array.prototype.filter - properties can be added to prototype after
470 # current position are visited on an Array-like object
471 15.4.4.20-9-b-6: FAIL
472 # Bug? Array.prototype.filter - decreasing length of array does not delete 469 # Bug? Array.prototype.filter - decreasing length of array does not delete
473 # non-configurable properties 470 # non-configurable properties
474 15.4.4.20-9-b-16: FAIL 471 15.4.4.20-9-b-16: FAIL
475 # Bug? Array.prototype.filter - element to be retrieved is own data property
476 # that overrides an inherited accessor property on an Array
477 15.4.4.20-9-c-i-6: FAIL
478 # Bug? Array.prototype.filter - element to be retrieved is own accessor property
479 # that overrides an inherited accessor property on an Array
480 15.4.4.20-9-c-i-14: FAIL
481 # Bug? Array.prototype.filter - element to be retrieved is inherited accessor
482 # property on an Array
483 15.4.4.20-9-c-i-16: FAIL
484 # Bug? Array.prototype.filter - element to be retrieved is inherited accessor
485 # property without a get function on an Array
486 15.4.4.20-9-c-i-22: FAIL
487 # Bug? Array.prototype.reduce - decreasing length of array in step 8 does not 472 # Bug? Array.prototype.reduce - decreasing length of array in step 8 does not
488 # delete non-configurable properties 473 # delete non-configurable properties
489 15.4.4.21-9-b-16: FAIL 474 15.4.4.21-9-b-16: FAIL
490 # Bug? Array.prototype.reduce - decreasing length of array does not delete 475 # Bug? Array.prototype.reduce - decreasing length of array does not delete
491 # non-configurable properties 476 # non-configurable properties
492 15.4.4.21-9-b-29: FAIL 477 15.4.4.21-9-b-29: FAIL
493 # Bug? Array.prototype.reduceRight - decreasing length of array in step 8 does 478 # Bug? Array.prototype.reduceRight - decreasing length of array in step 8 does
494 # not delete non-configurable properties 479 # not delete non-configurable properties
495 15.4.4.22-9-b-16: FAIL 480 15.4.4.22-9-b-16: FAIL
496 # Bug? Array.prototype.reduceRight - decreasing length of array does not delete 481 # Bug? Array.prototype.reduceRight - decreasing length of array does not delete
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 S15.1.3.2_A2.5_T1: SKIP 523 S15.1.3.2_A2.5_T1: SKIP
539 S15.1.3.3_A2.3_T1: SKIP 524 S15.1.3.3_A2.3_T1: SKIP
540 S15.1.3.4_A2.3_T1: SKIP 525 S15.1.3.4_A2.3_T1: SKIP
541 S15.1.3.1_A2.5_T1: SKIP 526 S15.1.3.1_A2.5_T1: SKIP
542 S15.1.3.2_A2.5_T1: SKIP 527 S15.1.3.2_A2.5_T1: SKIP
543 528
544 [ $arch == mips ] 529 [ $arch == mips ]
545 530
546 # Skip all tests on MIPS. 531 # Skip all tests on MIPS.
547 *: SKIP 532 *: SKIP
OLDNEW
« no previous file with comments | « src/array.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698