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 | |
135 # from Date.prototype.toISOString when string is not a finite number. | |
136 # This is compatible with Firefox and Safari. | |
137 15.9.5.43-0-9: PASS || FAIL | |
138 15.9.5.43-0-10: PASS || FAIL | |
139 | |
140 # We deliberately treat arguments to parseInt() with a leading zero as | 134 # We deliberately treat arguments to parseInt() with a leading zero as |
141 # octal numbers in order to not break the web. | 135 # octal numbers in order to not break the web. |
142 S15.1.2.2_A5.1_T1: FAIL_OK | 136 S15.1.2.2_A5.1_T1: FAIL_OK |
143 | 137 |
144 # This tests precision of trignometric functions. We're slightly off | 138 # 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 | 139 # 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. | 140 # or they are closer to the right answer, or if it even matters. |
147 S15.8.2.16_A7: PASS || FAIL_OK | 141 S15.8.2.16_A7: PASS || FAIL_OK |
148 S15.8.2.18_A7: PASS || FAIL_OK | 142 S15.8.2.18_A7: PASS || FAIL_OK |
149 S15.8.2.13_A23: PASS || FAIL_OK | 143 S15.8.2.13_A23: PASS || FAIL_OK |
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 15.4.4.21-9-b-16: FAIL | 465 15.4.4.21-9-b-16: FAIL |
472 # Bug? Array.prototype.reduce - decreasing length of array does not delete | 466 # Bug? Array.prototype.reduce - decreasing length of array does not delete |
473 # non-configurable properties | 467 # non-configurable properties |
474 15.4.4.21-9-b-29: FAIL | 468 15.4.4.21-9-b-29: FAIL |
475 # Bug? Array.prototype.reduceRight - decreasing length of array in step 8 does | 469 # Bug? Array.prototype.reduceRight - decreasing length of array in step 8 does |
476 # not delete non-configurable properties | 470 # not delete non-configurable properties |
477 15.4.4.22-9-b-16: FAIL | 471 15.4.4.22-9-b-16: FAIL |
478 # Bug? Array.prototype.reduceRight - decreasing length of array does not delete | 472 # Bug? Array.prototype.reduceRight - decreasing length of array does not delete |
479 # non-configurable properties | 473 # non-configurable properties |
480 15.4.4.22-9-b-29: FAIL | 474 15.4.4.22-9-b-29: FAIL |
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) | |
483 15.9.5.43-0-8: FAIL | |
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) | |
486 15.9.5.43-0-11: FAIL | |
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) | |
489 15.9.5.43-0-12: FAIL | |
490 # Bug? Date.prototype.toISOString - RangeError is thrown when value of date is | |
491 # Date(1970, 0, 100000001, 0, 0, 0, 1), the time zone is UTC(0) | |
492 15.9.5.43-0-13: FAIL | |
493 # Bug? Date.prototype.toISOString - when value of year is -Infinity | |
494 # Date.prototype.toISOString throw the RangeError | |
495 15.9.5.43-0-14: FAIL | |
496 # Bug? Date.prototype.toISOString - value of year is Infinity | |
497 # Date.prototype.toISOString throw the RangeError | |
498 15.9.5.43-0-15: FAIL | |
499 | 475 |
500 ############################ SKIPPED TESTS ############################# | 476 ############################ SKIPPED TESTS ############################# |
501 | 477 |
502 # These tests take a looong time to run in debug mode. | 478 # These tests take a looong time to run in debug mode. |
503 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug | 479 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug |
504 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug | 480 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug |
505 | 481 |
506 [ $arch == arm ] | 482 [ $arch == arm ] |
507 | 483 |
508 # BUG(3251225): Tests that timeout with --nocrankshaft. | 484 # BUG(3251225): Tests that timeout with --nocrankshaft. |
509 S15.1.3.1_A2.5_T1: SKIP | 485 S15.1.3.1_A2.5_T1: SKIP |
510 S15.1.3.2_A2.5_T1: SKIP | 486 S15.1.3.2_A2.5_T1: SKIP |
511 S15.1.3.1_A2.4_T1: SKIP | 487 S15.1.3.1_A2.4_T1: SKIP |
512 S15.1.3.1_A2.5_T1: SKIP | 488 S15.1.3.1_A2.5_T1: SKIP |
513 S15.1.3.2_A2.4_T1: SKIP | 489 S15.1.3.2_A2.4_T1: SKIP |
514 S15.1.3.2_A2.5_T1: SKIP | 490 S15.1.3.2_A2.5_T1: SKIP |
515 S15.1.3.3_A2.3_T1: SKIP | 491 S15.1.3.3_A2.3_T1: SKIP |
516 S15.1.3.4_A2.3_T1: SKIP | 492 S15.1.3.4_A2.3_T1: SKIP |
517 S15.1.3.1_A2.5_T1: SKIP | 493 S15.1.3.1_A2.5_T1: SKIP |
518 S15.1.3.2_A2.5_T1: SKIP | 494 S15.1.3.2_A2.5_T1: SKIP |
519 | 495 |
520 [ $arch == mips ] | 496 [ $arch == mips ] |
521 | 497 |
522 # Skip all tests on MIPS. | 498 # Skip all tests on MIPS. |
523 *: SKIP | 499 *: SKIP |
OLD | NEW |