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

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

Issue 8407002: Version 3.7.2 (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
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 | « test/mjsunit/mjsunit.status ('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 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 15.4.4.21-9-b-16: FAIL 471 15.4.4.21-9-b-16: FAIL
469 # Bug? Array.prototype.reduce - decreasing length of array does not delete 472 # Bug? Array.prototype.reduce - decreasing length of array does not delete
470 # non-configurable properties 473 # non-configurable properties
471 15.4.4.21-9-b-29: FAIL 474 15.4.4.21-9-b-29: FAIL
472 # Bug? Array.prototype.reduceRight - decreasing length of array in step 8 does 475 # Bug? Array.prototype.reduceRight - decreasing length of array in step 8 does
473 # not delete non-configurable properties 476 # not delete non-configurable properties
474 15.4.4.22-9-b-16: FAIL 477 15.4.4.22-9-b-16: FAIL
475 # Bug? Array.prototype.reduceRight - decreasing length of array does not delete 478 # Bug? Array.prototype.reduceRight - decreasing length of array does not delete
476 # non-configurable properties 479 # non-configurable properties
477 15.4.4.22-9-b-29: FAIL 480 15.4.4.22-9-b-29: FAIL
478 # Bug? Array.prototype.reduceRight - modifications to length will change number
479 # of iterations
480 15.4.4.22-9-9: FAIL
481 # Bug? Date.prototype.toISOString - RangeError is thrown when value of date is 481 # Bug? Date.prototype.toISOString - RangeError is thrown when value of date is
482 # Date(1970, 0, -99999999, 0, 0, 0, -1), the time zone is UTC(0) 482 # Date(1970, 0, -99999999, 0, 0, 0, -1), the time zone is UTC(0)
483 15.9.5.43-0-8: FAIL 483 15.9.5.43-0-8: FAIL
484 # Bug? Date.prototype.toISOString - RangeError is not thrown when value of date 484 # Bug? Date.prototype.toISOString - RangeError is not thrown when value of date
485 # is Date(1970, 0, 100000001, 0, 0, 0, -1), the time zone is UTC(0) 485 # is Date(1970, 0, 100000001, 0, 0, 0, -1), the time zone is UTC(0)
486 15.9.5.43-0-11: FAIL 486 15.9.5.43-0-11: FAIL
487 # Bug? Date.prototype.toISOString - RangeError is not thrown when value of date 487 # Bug? Date.prototype.toISOString - RangeError is not thrown when value of date
488 # is Date(1970, 0, 100000001, 0, 0, 0, 0), the time zone is UTC(0) 488 # is Date(1970, 0, 100000001, 0, 0, 0, 0), the time zone is UTC(0)
489 15.9.5.43-0-12: FAIL 489 15.9.5.43-0-12: FAIL
490 # Bug? Date.prototype.toISOString - RangeError is thrown when value of date is 490 # Bug? Date.prototype.toISOString - RangeError is thrown when value of date is
(...skipping 23 matching lines...) Expand all
514 S15.1.3.2_A2.5_T1: SKIP 514 S15.1.3.2_A2.5_T1: SKIP
515 S15.1.3.3_A2.3_T1: SKIP 515 S15.1.3.3_A2.3_T1: SKIP
516 S15.1.3.4_A2.3_T1: SKIP 516 S15.1.3.4_A2.3_T1: SKIP
517 S15.1.3.1_A2.5_T1: SKIP 517 S15.1.3.1_A2.5_T1: SKIP
518 S15.1.3.2_A2.5_T1: SKIP 518 S15.1.3.2_A2.5_T1: SKIP
519 519
520 [ $arch == mips ] 520 [ $arch == mips ]
521 521
522 # Skip all tests on MIPS. 522 # Skip all tests on MIPS.
523 *: SKIP 523 *: SKIP
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698