OLD | NEW |
1 # Copyright 2009 the V8 project authors. All rights reserved. | 1 # Copyright 2009 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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
603 ecma_2/Exceptions/lexical-016: FAIL | 603 ecma_2/Exceptions/lexical-016: FAIL |
604 ecma_2/Exceptions/lexical-021: FAIL | 604 ecma_2/Exceptions/lexical-021: FAIL |
605 ecma_2/LexicalConventions/keywords-001: FAIL | 605 ecma_2/LexicalConventions/keywords-001: FAIL |
606 js1_5/Regress/regress-306633: FAIL | 606 js1_5/Regress/regress-306633: FAIL |
607 | 607 |
608 | 608 |
609 # This test seems designed to fail (it produces a 700Mbyte string). | 609 # This test seems designed to fail (it produces a 700Mbyte string). |
610 # We fail on out of memory. The important thing is not to crash. | 610 # We fail on out of memory. The important thing is not to crash. |
611 js1_5/Regress/regress-303213: FAIL || TIMEOUT if $mode == debug | 611 js1_5/Regress/regress-303213: FAIL || TIMEOUT if $mode == debug |
612 | 612 |
| 613 # This test fails since we now throw in String.prototype.match when apply |
| 614 # is given null or undefined as this argument (and so does firefox nightly). |
| 615 js1_5/Regress/regress-295052: FAIL |
613 | 616 |
614 # Bug 1202592: New ecma_3/String/15.5.4.11 is failing. | 617 # Bug 1202592: New ecma_3/String/15.5.4.11 is failing. |
615 ecma_3/String/15.5.4.11: FAIL | 618 ecma_3/String/15.5.4.11: FAIL |
616 | 619 |
617 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing. | 620 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing. |
618 # Marked as: Will not fix. V8 throws an acceptable RangeError. | 621 # Marked as: Will not fix. V8 throws an acceptable RangeError. |
619 js1_5/Expressions/regress-394673: FAIL | 622 js1_5/Expressions/regress-394673: FAIL |
620 | 623 |
621 | 624 |
622 # Bug 762: http://code.google.com/p/v8/issues/detail?id=762 | 625 # Bug 762: http://code.google.com/p/v8/issues/detail?id=762 |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
859 ecma/Date/15.9.5.12-2: SKIP | 862 ecma/Date/15.9.5.12-2: SKIP |
860 ecma/Date/15.9.5.8: SKIP | 863 ecma/Date/15.9.5.8: SKIP |
861 ecma/Date/15.9.5.9: SKIP | 864 ecma/Date/15.9.5.9: SKIP |
862 ecma/Date/15.9.5.11-2: SKIP | 865 ecma/Date/15.9.5.11-2: SKIP |
863 ecma/Expressions/11.7.2: SKIP | 866 ecma/Expressions/11.7.2: SKIP |
864 ecma/Expressions/11.10-2: SKIP | 867 ecma/Expressions/11.10-2: SKIP |
865 ecma/Expressions/11.7.3: SKIP | 868 ecma/Expressions/11.7.3: SKIP |
866 ecma/Expressions/11.10-3: SKIP | 869 ecma/Expressions/11.10-3: SKIP |
867 ecma/Expressions/11.7.1: SKIP | 870 ecma/Expressions/11.7.1: SKIP |
868 ecma_3/RegExp/regress-209067: SKIP | 871 ecma_3/RegExp/regress-209067: SKIP |
OLD | NEW |