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

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

Issue 8396042: Mark Test262 test cases for known issue 1790. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 1 month 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 15.2.3.7-6-a-169: FAIL 114 15.2.3.7-6-a-169: FAIL
115 15.2.3.7-6-a-170: FAIL 115 15.2.3.7-6-a-170: FAIL
116 15.2.3.7-6-a-171: FAIL 116 15.2.3.7-6-a-171: FAIL
117 15.2.3.7-6-a-172: FAIL 117 15.2.3.7-6-a-172: FAIL
118 15.2.3.7-6-a-173: FAIL 118 15.2.3.7-6-a-173: FAIL
119 15.2.3.7-6-a-174: FAIL 119 15.2.3.7-6-a-174: FAIL
120 15.2.3.7-6-a-175: FAIL 120 15.2.3.7-6-a-175: FAIL
121 15.2.3.7-6-a-176: FAIL 121 15.2.3.7-6-a-176: FAIL
122 15.2.3.7-6-a-177: FAIL 122 15.2.3.7-6-a-177: FAIL
123 123
124 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1790
125 15.4.4.22-9-9: FAIL
126
124 # Invalid test cases (recent change adding var changes semantics) 127 # Invalid test cases (recent change adding var changes semantics)
125 S8.3_A1_T1: FAIL 128 S8.3_A1_T1: FAIL
126 S15.3_A3_T1: FAIL 129 S15.3_A3_T1: FAIL
127 S15.3_A3_T3: FAIL 130 S15.3_A3_T3: FAIL
128 131
129 ##################### DELIBERATE INCOMPATIBILITIES ##################### 132 ##################### DELIBERATE INCOMPATIBILITIES #####################
130 133
131 # 15.9.5.43-0-9 and 15.9.5.43-0-10. V8 doesn't throw RangeError 134 # 15.9.5.43-0-9 and 15.9.5.43-0-10. V8 doesn't throw RangeError
132 # from Date.prototype.toISOString when string is not a finite number. 135 # from Date.prototype.toISOString when string is not a finite number.
133 # This is compatible with Firefox and Safari. 136 # This is compatible with Firefox and Safari.
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 15.4.4.21-9-b-16: FAIL 477 15.4.4.21-9-b-16: FAIL
475 # Bug? Array.prototype.reduce - decreasing length of array does not delete 478 # Bug? Array.prototype.reduce - decreasing length of array does not delete
476 # non-configurable properties 479 # non-configurable properties
477 15.4.4.21-9-b-29: FAIL 480 15.4.4.21-9-b-29: FAIL
478 # Bug? Array.prototype.reduceRight - decreasing length of array in step 8 does 481 # Bug? Array.prototype.reduceRight - decreasing length of array in step 8 does
479 # not delete non-configurable properties 482 # not delete non-configurable properties
480 15.4.4.22-9-b-16: FAIL 483 15.4.4.22-9-b-16: FAIL
481 # Bug? Array.prototype.reduceRight - decreasing length of array does not delete 484 # Bug? Array.prototype.reduceRight - decreasing length of array does not delete
482 # non-configurable properties 485 # non-configurable properties
483 15.4.4.22-9-b-29: FAIL 486 15.4.4.22-9-b-29: FAIL
484 # Bug? Array.prototype.reduceRight - modifications to length will change number
485 # of iterations
486 15.4.4.22-9-9: FAIL
487 # Bug? Date.prototype.toISOString - RangeError is thrown when value of date is 487 # Bug? Date.prototype.toISOString - RangeError is thrown when value of date is
488 # Date(1970, 0, -99999999, 0, 0, 0, -1), the time zone is UTC(0) 488 # Date(1970, 0, -99999999, 0, 0, 0, -1), the time zone is UTC(0)
489 15.9.5.43-0-8: FAIL 489 15.9.5.43-0-8: FAIL
490 # Bug? Date.prototype.toISOString - RangeError is not thrown when value of date 490 # Bug? Date.prototype.toISOString - RangeError is not thrown when value of date
491 # is Date(1970, 0, 100000001, 0, 0, 0, -1), the time zone is UTC(0) 491 # is Date(1970, 0, 100000001, 0, 0, 0, -1), the time zone is UTC(0)
492 15.9.5.43-0-11: FAIL 492 15.9.5.43-0-11: FAIL
493 # Bug? Date.prototype.toISOString - RangeError is not thrown when value of date 493 # Bug? Date.prototype.toISOString - RangeError is not thrown when value of date
494 # is Date(1970, 0, 100000001, 0, 0, 0, 0), the time zone is UTC(0) 494 # is Date(1970, 0, 100000001, 0, 0, 0, 0), the time zone is UTC(0)
495 15.9.5.43-0-12: FAIL 495 15.9.5.43-0-12: FAIL
496 # Bug? Date.prototype.toISOString - RangeError is thrown when value of date is 496 # Bug? Date.prototype.toISOString - RangeError is thrown when value of date is
(...skipping 23 matching lines...) Expand all
520 S15.1.3.2_A2.5_T1: SKIP 520 S15.1.3.2_A2.5_T1: SKIP
521 S15.1.3.3_A2.3_T1: SKIP 521 S15.1.3.3_A2.3_T1: SKIP
522 S15.1.3.4_A2.3_T1: SKIP 522 S15.1.3.4_A2.3_T1: SKIP
523 S15.1.3.1_A2.5_T1: SKIP 523 S15.1.3.1_A2.5_T1: SKIP
524 S15.1.3.2_A2.5_T1: SKIP 524 S15.1.3.2_A2.5_T1: SKIP
525 525
526 [ $arch == mips ] 526 [ $arch == mips ]
527 527
528 # Skip all tests on MIPS. 528 # Skip all tests on MIPS.
529 *: SKIP 529 *: 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