| 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 27 matching lines...) Expand all Loading... |
| 38 | 38 |
| 39 # -------------------------------------------------------------------- | 39 # -------------------------------------------------------------------- |
| 40 # If you add a test case to this file, please try to provide | 40 # If you add a test case to this file, please try to provide |
| 41 # an explanation of why the test fails; this may ease future | 41 # an explanation of why the test fails; this may ease future |
| 42 # debugging. | 42 # debugging. |
| 43 # -------------------------------------------------------------------- | 43 # -------------------------------------------------------------------- |
| 44 | 44 |
| 45 prefix mozilla | 45 prefix mozilla |
| 46 def FAIL_OK = FAIL, OKAY | 46 def FAIL_OK = FAIL, OKAY |
| 47 | 47 |
| 48 |
| 48 ##################### SKIPPED TESTS ##################### | 49 ##################### SKIPPED TESTS ##################### |
| 49 | 50 |
| 50 # This test checks that we behave properly in an out-of-memory | 51 # This test checks that we behave properly in an out-of-memory |
| 51 # situation. The test fails in V8 with an exception and takes a long | 52 # situation. The test fails in V8 with an exception and takes a long |
| 52 # time to do so. | 53 # time to do so. |
| 53 js1_5/Regress/regress-271716-n: SKIP | 54 js1_5/Regress/regress-271716-n: SKIP |
| 54 | 55 |
| 55 | 56 |
| 56 # This test uses a unitialized variable. A Bug has been filed: | 57 # This test uses a unitialized variable. A Bug has been filed: |
| 57 # https://bugzilla.mozilla.org/show_bug.cgi?id=575575 | 58 # https://bugzilla.mozilla.org/show_bug.cgi?id=575575 |
| (...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 806 js1_5/decompilation/regress-406555: PASS || FAIL | 807 js1_5/decompilation/regress-406555: PASS || FAIL |
| 807 js1_5/decompilation/regress-460870: PASS || FAIL | 808 js1_5/decompilation/regress-460870: PASS || FAIL |
| 808 | 809 |
| 809 # These tests take an unreasonable amount of time so we skip them | 810 # These tests take an unreasonable amount of time so we skip them |
| 810 # in fast mode. | 811 # in fast mode. |
| 811 | 812 |
| 812 js1_5/Regress/regress-312588: TIMEOUT || SKIP if $FAST == yes | 813 js1_5/Regress/regress-312588: TIMEOUT || SKIP if $FAST == yes |
| 813 js1_5/Regress/regress-271716-n: PASS || SKIP if $FAST == yes | 814 js1_5/Regress/regress-271716-n: PASS || SKIP if $FAST == yes |
| 814 | 815 |
| 815 | 816 |
| 817 [ $ARCH == arm ] |
| 818 |
| 819 # Times out and print so much output that we need to skip it to not |
| 820 # hang the builder. |
| 821 js1_5/extensions/regress-342960: SKIP |
| 822 |
| 823 # BUG(3251229): Times out when running new crankshaft test script. |
| 824 ecma/Date/15.9.5.12-2: SKIP |
| 825 ecma/Date/15.9.5.11-2: SKIP |
| 826 ecma/Date/15.9.5.10-2: SKIP |
| 827 ecma/Date/15.9.5.8: SKIP |
| 828 ecma_3/RegExp/regress-311414: SKIP |
| 829 js1_5/Array/regress-99120-02: SKIP |
| 830 js1_5/Regress/regress-203278-1: SKIP |
| 831 ecma/Date/15.9.5.8: SKIP |
| 832 ecma/Date/15.9.5.10-2: SKIP |
| 833 ecma/Date/15.9.5.11-2: SKIP |
| 834 ecma/Date/15.9.5.12-2: SKIP |
| 835 js1_5/Regress/regress-404755: SKIP |
| 836 js1_5/Regress/regress-451322: SKIP |
| 837 js1_5/extensions/regress-371636: SKIP |
| 838 |
| 839 |
| 816 [ $FAST == yes && $ARCH == arm ] | 840 [ $FAST == yes && $ARCH == arm ] |
| 817 | 841 |
| 818 # In fast mode on arm we try to skip all tests that would time out, | 842 # In fast mode on arm we try to skip all tests that would time out, |
| 819 # since running the tests takes so long in the first place. | 843 # since running the tests takes so long in the first place. |
| 820 | 844 |
| 821 js1_5/Regress/regress-280769-2: SKIP | 845 js1_5/Regress/regress-280769-2: SKIP |
| 822 js1_5/Regress/regress-280769-3: SKIP | 846 js1_5/Regress/regress-280769-3: SKIP |
| 823 js1_5/Regress/regress-244470: SKIP | 847 js1_5/Regress/regress-244470: SKIP |
| 824 js1_5/Regress/regress-203278-1: SKIP | 848 js1_5/Regress/regress-203278-1: SKIP |
| 825 js1_5/Regress/regress-290575: SKIP | 849 js1_5/Regress/regress-290575: SKIP |
| (...skipping 14 matching lines...) Expand all Loading... |
| 840 ecma/Date/15.9.5.8: SKIP | 864 ecma/Date/15.9.5.8: SKIP |
| 841 ecma/Date/15.9.5.9: SKIP | 865 ecma/Date/15.9.5.9: SKIP |
| 842 ecma/Date/15.9.5.10-2: SKIP | 866 ecma/Date/15.9.5.10-2: SKIP |
| 843 ecma/Date/15.9.5.11-2: SKIP | 867 ecma/Date/15.9.5.11-2: SKIP |
| 844 ecma/Expressions/11.7.2: SKIP | 868 ecma/Expressions/11.7.2: SKIP |
| 845 ecma/Expressions/11.10-2: SKIP | 869 ecma/Expressions/11.10-2: SKIP |
| 846 ecma/Expressions/11.7.3: SKIP | 870 ecma/Expressions/11.7.3: SKIP |
| 847 ecma/Expressions/11.10-3: SKIP | 871 ecma/Expressions/11.10-3: SKIP |
| 848 ecma/Expressions/11.7.1: SKIP | 872 ecma/Expressions/11.7.1: SKIP |
| 849 ecma_3/RegExp/regress-209067: SKIP | 873 ecma_3/RegExp/regress-209067: SKIP |
| OLD | NEW |