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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 859 'js1_5/Regress/regress-203278-1': [SKIP], | 859 'js1_5/Regress/regress-203278-1': [SKIP], |
| 860 'js1_5/Regress/regress-404755': [SKIP], | 860 'js1_5/Regress/regress-404755': [SKIP], |
| 861 'js1_5/Regress/regress-451322': [SKIP], | 861 'js1_5/Regress/regress-451322': [SKIP], |
| 862 | 862 |
| 863 # BUG(1040): Allow this test to timeout. | 863 # BUG(1040): Allow this test to timeout. |
| 864 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS], | 864 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS], |
| 865 }], # 'arch == arm or arch == arm64' | 865 }], # 'arch == arm or arch == arm64' |
| 866 | 866 |
| 867 | 867 |
| 868 ['arch == arm64', { | 868 ['arch == arm64', { |
| 869 # BUG(v8:3152): Runs out of stack in debug mode. | |
| 870 'js1_5/extensions/regress-355497': [FAIL_OK, ['mode == debug', SKIP]], | |
| 871 | |
| 872 # BUG(v8:3503): Times out in debug mode. | 869 # BUG(v8:3503): Times out in debug mode. |
| 873 'js1_5/Regress/regress-280769-2': [PASS, FAIL, ['mode == debug', SKIP]], | 870 'js1_5/Regress/regress-280769-2': [PASS, FAIL, ['mode == debug', SKIP]], |
| 874 }], # 'arch == arm64' | 871 }], # 'arch == arm64' |
| 875 | 872 |
| 876 | 873 |
| 877 ['arch == mipsel or arch == mips64el', { | 874 ['arch == mipsel or arch == mips64el', { |
| 878 | 875 |
| 879 # BUG(3251229): Times out when running new crankshaft test script. | 876 # BUG(3251229): Times out when running new crankshaft test script. |
| 880 'ecma_3/RegExp/regress-311414': [SKIP], | 877 'ecma_3/RegExp/regress-311414': [SKIP], |
| 881 'ecma/Date/15.9.5.8': [SKIP], | 878 'ecma/Date/15.9.5.8': [SKIP], |
| 882 'ecma/Date/15.9.5.10-2': [SKIP], | 879 'ecma/Date/15.9.5.10-2': [SKIP], |
| 883 'ecma/Date/15.9.5.11-2': [SKIP], | 880 'ecma/Date/15.9.5.11-2': [SKIP], |
| 884 'ecma/Date/15.9.5.12-2': [SKIP], | 881 'ecma/Date/15.9.5.12-2': [SKIP], |
| 885 'js1_5/Array/regress-99120-02': [SKIP], | 882 'js1_5/Array/regress-99120-02': [SKIP], |
| 886 'js1_5/extensions/regress-371636': [SKIP], | 883 'js1_5/extensions/regress-371636': [SKIP], |
| 887 'js1_5/Regress/regress-203278-1': [SKIP], | 884 'js1_5/Regress/regress-203278-1': [SKIP], |
| 888 'js1_5/Regress/regress-404755': [SKIP], | 885 'js1_5/Regress/regress-404755': [SKIP], |
| 889 'js1_5/Regress/regress-451322': [SKIP], | 886 'js1_5/Regress/regress-451322': [SKIP], |
| 890 | 887 |
| 891 | 888 |
| 892 # BUG(1040): Allow this test to timeout. | 889 # BUG(1040): Allow this test to timeout. |
| 893 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS], | 890 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS], |
| 894 }], # 'arch == mipsel or arch == mips64el' | 891 }], # 'arch == mipsel or arch == mips64el' |
| 895 | 892 |
| 893 ['arch == mips64el and simulator_run == True', { | |
| 894 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], | |
| 895 }], | |
| 896 | |
| 897 ['arch == arm64 and simulator_run == True', { | |
|
Jakob Kummerow
2014/11/19 13:57:15
We already have such a section below, please move
balazs.kilvady
2014/11/19 16:30:41
Done.
| |
| 898 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], | |
| 899 }], | |
| 900 | |
| 896 ['arch == mips', { | 901 ['arch == mips', { |
| 897 | 902 |
| 898 # BUG(3251229): Times out when running new crankshaft test script. | 903 # BUG(3251229): Times out when running new crankshaft test script. |
| 899 'ecma_3/RegExp/regress-311414': [SKIP], | 904 'ecma_3/RegExp/regress-311414': [SKIP], |
| 900 'ecma/Date/15.9.5.8': [SKIP], | 905 'ecma/Date/15.9.5.8': [SKIP], |
| 901 'ecma/Date/15.9.5.10-2': [SKIP], | 906 'ecma/Date/15.9.5.10-2': [SKIP], |
| 902 'ecma/Date/15.9.5.11-2': [SKIP], | 907 'ecma/Date/15.9.5.11-2': [SKIP], |
| 903 'ecma/Date/15.9.5.12-2': [SKIP], | 908 'ecma/Date/15.9.5.12-2': [SKIP], |
| 904 'js1_5/Array/regress-99120-02': [SKIP], | 909 'js1_5/Array/regress-99120-02': [SKIP], |
| 905 'js1_5/extensions/regress-371636': [SKIP], | 910 'js1_5/extensions/regress-371636': [SKIP], |
| (...skipping 20 matching lines...) Expand all Loading... | |
| 926 'js1_5/Regress/regress-416628': [SKIP], | 931 'js1_5/Regress/regress-416628': [SKIP], |
| 927 'js1_5/extensions/regress-371636': [SKIP], | 932 'js1_5/extensions/regress-371636': [SKIP], |
| 928 'ecma_3/RegExp/regress-330684': [SKIP], | 933 'ecma_3/RegExp/regress-330684': [SKIP], |
| 929 'ecma_3/RegExp/regress-307456': [SKIP], | 934 'ecma_3/RegExp/regress-307456': [SKIP], |
| 930 'js1_5/Regress/regress-303213': [SKIP], | 935 'js1_5/Regress/regress-303213': [SKIP], |
| 931 'js1_5/extensions/regress-330569': [SKIP], | 936 'js1_5/extensions/regress-330569': [SKIP], |
| 932 'js1_5/extensions/regress-351448': [SKIP], | 937 'js1_5/extensions/regress-351448': [SKIP], |
| 933 'js1_5/extensions/regress-336410-1': [SKIP], | 938 'js1_5/extensions/regress-336410-1': [SKIP], |
| 934 }], # 'arch == arm64 and simulator_run == True' | 939 }], # 'arch == arm64 and simulator_run == True' |
| 935 ] | 940 ] |
| OLD | NEW |