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

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

Issue 8320001: Mark Test262 test cases for known issue 893. (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 | « no previous file | 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 15.2.3.7-6-a-169: FAIL 121 15.2.3.7-6-a-169: FAIL
122 15.2.3.7-6-a-170: FAIL 122 15.2.3.7-6-a-170: FAIL
123 15.2.3.7-6-a-171: FAIL 123 15.2.3.7-6-a-171: FAIL
124 15.2.3.7-6-a-172: FAIL 124 15.2.3.7-6-a-172: FAIL
125 15.2.3.7-6-a-173: FAIL 125 15.2.3.7-6-a-173: FAIL
126 15.2.3.7-6-a-174: FAIL 126 15.2.3.7-6-a-174: FAIL
127 15.2.3.7-6-a-175: FAIL 127 15.2.3.7-6-a-175: FAIL
128 15.2.3.7-6-a-176: FAIL 128 15.2.3.7-6-a-176: FAIL
129 15.2.3.7-6-a-177: FAIL 129 15.2.3.7-6-a-177: FAIL
130 130
131 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=893
132 15.3.4.5-20-2: FAIL
133 15.3.4.5-20-3: FAIL
134 15.3.4.5-21-2: FAIL
135 15.3.4.5-21-3: FAIL
136
131 # Invalid test cases (recent change adding var changes semantics) 137 # Invalid test cases (recent change adding var changes semantics)
132 S8.3_A1_T1: FAIL 138 S8.3_A1_T1: FAIL
133 S15.3_A3_T1: FAIL 139 S15.3_A3_T1: FAIL
134 S15.3_A3_T3: FAIL 140 S15.3_A3_T3: FAIL
135 141
136 ##################### DELIBERATE INCOMPATIBILITIES ##################### 142 ##################### DELIBERATE INCOMPATIBILITIES #####################
137 143
138 # 15.9.5.43-0-9 and 15.9.5.43-0-10. V8 doesn't throw RangeError 144 # 15.9.5.43-0-9 and 15.9.5.43-0-10. V8 doesn't throw RangeError
139 # from Date.prototype.toISOString when string is not a finite number. 145 # from Date.prototype.toISOString when string is not a finite number.
140 # This is compatible with Firefox and Safari. 146 # This is compatible with Firefox and Safari.
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 15.2.3.7-6-a-292: FAIL 571 15.2.3.7-6-a-292: FAIL
566 # Bug? Strict Mode - 'this' value is a string which cannot be converted to 572 # Bug? Strict Mode - 'this' value is a string which cannot be converted to
567 # wrapper objects when the function is called with an array of arguments 573 # wrapper objects when the function is called with an array of arguments
568 15.3.4.3-1-s: FAIL 574 15.3.4.3-1-s: FAIL
569 # Bug? Strict Mode - 'this' value is a number which cannot be converted to 575 # Bug? Strict Mode - 'this' value is a number which cannot be converted to
570 # wrapper objects when the function is called with an array of arguments 576 # wrapper objects when the function is called with an array of arguments
571 15.3.4.3-2-s: FAIL 577 15.3.4.3-2-s: FAIL
572 # Bug? Strict Mode - 'this' value is a boolean which cannot be converted to 578 # Bug? Strict Mode - 'this' value is a boolean which cannot be converted to
573 # wrapper objects when the function is called with an array of arguments 579 # wrapper objects when the function is called with an array of arguments
574 15.3.4.3-3-s: FAIL 580 15.3.4.3-3-s: FAIL
575 # Bug? Function.prototype.bind - [[Get]] attribute of 'caller' property in 'F'
576 # is thrower
577 15.3.4.5-20-2: FAIL
578 # Bug? Function.prototype.bind - [[Set]] attribute of 'caller' property in 'F'
579 # is thrower
580 15.3.4.5-20-3: FAIL
581 # Bug? Function.prototype.bind - [[Get]] attribute of 'arguments' property in
582 # 'F' is thrower
583 15.3.4.5-21-2: FAIL
584 # Bug? Function.prototype.bind - [[Set]] attribute of 'arguments' property in
585 # 'F' is thrower
586 15.3.4.5-21-3: FAIL
587 # Bug? Array.prototype.indexOf - decreasing length of array does not delete 581 # Bug? Array.prototype.indexOf - decreasing length of array does not delete
588 # non-configurable properties 582 # non-configurable properties
589 15.4.4.14-9-a-19: FAIL 583 15.4.4.14-9-a-19: FAIL
590 # Bug? Array.prototype.lastIndexOf - decreasing length of array does not delete 584 # Bug? Array.prototype.lastIndexOf - decreasing length of array does not delete
591 # non-configurable properties 585 # non-configurable properties
592 15.4.4.15-8-a-19: FAIL 586 15.4.4.15-8-a-19: FAIL
593 # Bug? Array.prototype.every - decreasing length of array does not delete 587 # Bug? Array.prototype.every - decreasing length of array does not delete
594 # non-configurable properties 588 # non-configurable properties
595 15.4.4.16-7-b-16: FAIL 589 15.4.4.16-7-b-16: FAIL
596 # Bug? Array.prototype.some - decreasing length of array does not delete 590 # Bug? Array.prototype.some - decreasing length of array does not delete
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 S15.1.3.2_A2.5_T1: SKIP 668 S15.1.3.2_A2.5_T1: SKIP
675 S15.1.3.3_A2.3_T1: SKIP 669 S15.1.3.3_A2.3_T1: SKIP
676 S15.1.3.4_A2.3_T1: SKIP 670 S15.1.3.4_A2.3_T1: SKIP
677 S15.1.3.1_A2.5_T1: SKIP 671 S15.1.3.1_A2.5_T1: SKIP
678 S15.1.3.2_A2.5_T1: SKIP 672 S15.1.3.2_A2.5_T1: SKIP
679 673
680 [ $arch == mips ] 674 [ $arch == mips ]
681 675
682 # Skip all tests on MIPS. 676 # Skip all tests on MIPS.
683 *: SKIP 677 *: SKIP
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698