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 727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
738 js1_5/extensions/toLocaleFormat-02: FAIL_OK | 738 js1_5/extensions/toLocaleFormat-02: FAIL_OK |
739 | 739 |
740 js1_5/extensions/regress-330569: TIMEOUT | 740 js1_5/extensions/regress-330569: TIMEOUT |
741 js1_5/extensions/regress-351448: TIMEOUT | 741 js1_5/extensions/regress-351448: TIMEOUT |
742 js1_5/extensions/regress-342960: FAIL_OK || TIMEOUT if $mode == debug | 742 js1_5/extensions/regress-342960: FAIL_OK || TIMEOUT if $mode == debug |
743 # In the 64-bit version, this test takes longer to run out of memory | 743 # In the 64-bit version, this test takes longer to run out of memory |
744 # than it does in the 32-bit version when attempting to generate a huge | 744 # than it does in the 32-bit version when attempting to generate a huge |
745 # error message in debug mode. | 745 # error message in debug mode. |
746 js1_5/extensions/regress-336410-1: FAIL_OK || TIMEOUT if ($mode == debug && $arc
h == x64) | 746 js1_5/extensions/regress-336410-1: FAIL_OK || TIMEOUT if ($mode == debug && $arc
h == x64) |
747 | 747 |
| 748 # These tests also fails in firefox 4 beta and is disabled in the firefox |
| 749 # test manifest. |
| 750 js1_5/extensions/regress-313500: FAIL_OK |
| 751 js1_5/extensions/regress-325269: FAIL_OK |
748 | 752 |
749 | 753 |
750 ##################### DECOMPILATION TESTS ##################### | 754 ##################### DECOMPILATION TESTS ##################### |
751 | 755 |
752 # We don't really about the outcome of running the | 756 # We don't really about the outcome of running the |
753 # decompilation tests as long as they don't crash or | 757 # decompilation tests as long as they don't crash or |
754 # timeout. | 758 # timeout. |
755 | 759 |
756 js1_5/decompilation/regress-344120: PASS || FAIL | 760 js1_5/decompilation/regress-344120: PASS || FAIL |
757 js1_5/decompilation/regress-346892: PASS || FAIL | 761 js1_5/decompilation/regress-346892: PASS || FAIL |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
861 ecma/Date/15.9.5.12-2: SKIP | 865 ecma/Date/15.9.5.12-2: SKIP |
862 ecma/Date/15.9.5.8: SKIP | 866 ecma/Date/15.9.5.8: SKIP |
863 ecma/Date/15.9.5.9: SKIP | 867 ecma/Date/15.9.5.9: SKIP |
864 ecma/Date/15.9.5.11-2: SKIP | 868 ecma/Date/15.9.5.11-2: SKIP |
865 ecma/Expressions/11.7.2: SKIP | 869 ecma/Expressions/11.7.2: SKIP |
866 ecma/Expressions/11.10-2: SKIP | 870 ecma/Expressions/11.10-2: SKIP |
867 ecma/Expressions/11.7.3: SKIP | 871 ecma/Expressions/11.7.3: SKIP |
868 ecma/Expressions/11.10-3: SKIP | 872 ecma/Expressions/11.10-3: SKIP |
869 ecma/Expressions/11.7.1: SKIP | 873 ecma/Expressions/11.7.1: SKIP |
870 ecma_3/RegExp/regress-209067: SKIP | 874 ecma_3/RegExp/regress-209067: SKIP |
OLD | NEW |