Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 124 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1790 | 124 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1790 |
| 125 15.4.4.22-9-9: FAIL | 125 15.4.4.22-9-9: FAIL |
| 126 | 126 |
| 127 # Invalid test cases (recent change adding var changes semantics) | 127 # Invalid test cases (recent change adding var changes semantics) |
| 128 S8.3_A1_T1: FAIL | 128 S8.3_A1_T1: FAIL |
| 129 S15.3_A3_T1: FAIL | 129 S15.3_A3_T1: FAIL |
| 130 S15.3_A3_T3: FAIL | 130 S15.3_A3_T3: FAIL |
| 131 | 131 |
| 132 ##################### DELIBERATE INCOMPATIBILITIES ##################### | 132 ##################### DELIBERATE INCOMPATIBILITIES ##################### |
| 133 | 133 |
| 134 # 15.9.5.43-0-9 and 15.9.5.43-0-10. V8 doesn't throw RangeError | 134 # V8 doesn't throw RangeError from Date.prototype.toISOString when |
| 135 # from Date.prototype.toISOString when string is not a finite number. | 135 # string is not a finite number. This is compatible with Firefox and |
|
Lasse Reichstein
2011/10/27 07:11:01
"string is not a finite number" makes no sense.
T
| |
| 136 # This is compatible with Firefox and Safari. | 136 # Safari. |
| 137 15.9.5.43-0-9: PASS || FAIL | 137 15.9.5.43-0-8: FAIL_OK |
| 138 15.9.5.43-0-10: PASS || FAIL | 138 15.9.5.43-0-9: PASS || FAIL_OK |
| 139 15.9.5.43-0-10: PASS || FAIL_OK | |
| 140 15.9.5.43-0-11: FAIL_OK | |
| 141 15.9.5.43-0-12: FAIL_OK | |
| 142 15.9.5.43-0-13: FAIL_OK | |
| 143 15.9.5.43-0-14: FAIL_OK | |
| 144 15.9.5.43-0-15: FAIL_OK | |
| 139 | 145 |
| 140 # We deliberately treat arguments to parseInt() with a leading zero as | 146 # We deliberately treat arguments to parseInt() with a leading zero as |
| 141 # octal numbers in order to not break the web. | 147 # octal numbers in order to not break the web. |
| 142 S15.1.2.2_A5.1_T1: FAIL_OK | 148 S15.1.2.2_A5.1_T1: FAIL_OK |
| 143 | 149 |
| 144 # This tests precision of trignometric functions. We're slightly off | 150 # This tests precision of trignometric functions. We're slightly off |
| 145 # from the implementation in libc (~ 1e-17) but it's not clear if we | 151 # from the implementation in libc (~ 1e-17) but it's not clear if we |
| 146 # or they are closer to the right answer, or if it even matters. | 152 # or they are closer to the right answer, or if it even matters. |
| 147 S15.8.2.16_A7: PASS || FAIL_OK | 153 S15.8.2.16_A7: PASS || FAIL_OK |
| 148 S15.8.2.18_A7: PASS || FAIL_OK | 154 S15.8.2.18_A7: PASS || FAIL_OK |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 477 15.4.4.21-9-b-16: FAIL | 483 15.4.4.21-9-b-16: FAIL |
| 478 # Bug? Array.prototype.reduce - decreasing length of array does not delete | 484 # Bug? Array.prototype.reduce - decreasing length of array does not delete |
| 479 # non-configurable properties | 485 # non-configurable properties |
| 480 15.4.4.21-9-b-29: FAIL | 486 15.4.4.21-9-b-29: FAIL |
| 481 # Bug? Array.prototype.reduceRight - decreasing length of array in step 8 does | 487 # Bug? Array.prototype.reduceRight - decreasing length of array in step 8 does |
| 482 # not delete non-configurable properties | 488 # not delete non-configurable properties |
| 483 15.4.4.22-9-b-16: FAIL | 489 15.4.4.22-9-b-16: FAIL |
| 484 # Bug? Array.prototype.reduceRight - decreasing length of array does not delete | 490 # Bug? Array.prototype.reduceRight - decreasing length of array does not delete |
| 485 # non-configurable properties | 491 # non-configurable properties |
| 486 15.4.4.22-9-b-29: FAIL | 492 15.4.4.22-9-b-29: FAIL |
| 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) | |
| 489 15.9.5.43-0-8: FAIL | |
| 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) | |
| 492 15.9.5.43-0-11: FAIL | |
| 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) | |
| 495 15.9.5.43-0-12: FAIL | |
| 496 # Bug? Date.prototype.toISOString - RangeError is thrown when value of date is | |
| 497 # Date(1970, 0, 100000001, 0, 0, 0, 1), the time zone is UTC(0) | |
| 498 15.9.5.43-0-13: FAIL | |
| 499 # Bug? Date.prototype.toISOString - when value of year is -Infinity | |
| 500 # Date.prototype.toISOString throw the RangeError | |
| 501 15.9.5.43-0-14: FAIL | |
| 502 # Bug? Date.prototype.toISOString - value of year is Infinity | |
| 503 # Date.prototype.toISOString throw the RangeError | |
| 504 15.9.5.43-0-15: FAIL | |
| 505 | 493 |
| 506 ############################ SKIPPED TESTS ############################# | 494 ############################ SKIPPED TESTS ############################# |
| 507 | 495 |
| 508 # These tests take a looong time to run in debug mode. | 496 # These tests take a looong time to run in debug mode. |
| 509 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug | 497 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug |
| 510 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug | 498 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug |
| 511 | 499 |
| 512 [ $arch == arm ] | 500 [ $arch == arm ] |
| 513 | 501 |
| 514 # BUG(3251225): Tests that timeout with --nocrankshaft. | 502 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 515 S15.1.3.1_A2.5_T1: SKIP | 503 S15.1.3.1_A2.5_T1: SKIP |
| 516 S15.1.3.2_A2.5_T1: SKIP | 504 S15.1.3.2_A2.5_T1: SKIP |
| 517 S15.1.3.1_A2.4_T1: SKIP | 505 S15.1.3.1_A2.4_T1: SKIP |
| 518 S15.1.3.1_A2.5_T1: SKIP | 506 S15.1.3.1_A2.5_T1: SKIP |
| 519 S15.1.3.2_A2.4_T1: SKIP | 507 S15.1.3.2_A2.4_T1: SKIP |
| 520 S15.1.3.2_A2.5_T1: SKIP | 508 S15.1.3.2_A2.5_T1: SKIP |
| 521 S15.1.3.3_A2.3_T1: SKIP | 509 S15.1.3.3_A2.3_T1: SKIP |
| 522 S15.1.3.4_A2.3_T1: SKIP | 510 S15.1.3.4_A2.3_T1: SKIP |
| 523 S15.1.3.1_A2.5_T1: SKIP | 511 S15.1.3.1_A2.5_T1: SKIP |
| 524 S15.1.3.2_A2.5_T1: SKIP | 512 S15.1.3.2_A2.5_T1: SKIP |
| 525 | 513 |
| 526 [ $arch == mips ] | 514 [ $arch == mips ] |
| 527 | 515 |
| 528 # Skip all tests on MIPS. | 516 # Skip all tests on MIPS. |
| 529 *: SKIP | 517 *: SKIP |
| OLD | NEW |