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 852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
863 'js1_5/extensions/regress-371636': [SKIP], | 863 'js1_5/extensions/regress-371636': [SKIP], |
864 'js1_5/Regress/regress-203278-1': [SKIP], | 864 'js1_5/Regress/regress-203278-1': [SKIP], |
865 'js1_5/Regress/regress-404755': [SKIP], | 865 'js1_5/Regress/regress-404755': [SKIP], |
866 'js1_5/Regress/regress-451322': [SKIP], | 866 'js1_5/Regress/regress-451322': [SKIP], |
867 | 867 |
868 | 868 |
869 # BUG(1040): Allow this test to timeout. | 869 # BUG(1040): Allow this test to timeout. |
870 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS], | 870 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS], |
871 }], # 'arch == mipsel or arch == mips64el' | 871 }], # 'arch == mipsel or arch == mips64el' |
872 | 872 |
873 ['arch == mipsel and simulator_run == True', { | |
874 # Crashes due to C stack overflow. | |
875 'js1_5/extensions/regress-355497': [SKIP], | |
876 }], # 'arch == mipsel and simulator_run == True' | |
877 | |
878 | |
873 ['arch == mips64el and simulator_run == True', { | 879 ['arch == mips64el and simulator_run == True', { |
874 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], | 880 # Crashes due to C stack overflow. |
875 }], | 881 'js1_5/extensions/regress-355497': [SKIP], |
paul.l...
2015/02/02 19:07:43
I'd rather not change mips64 test, unless you are
balazs.kilvady
2015/02/02 19:35:04
Done.
| |
882 }], # 'arch == mips64el and simulator_run == True' | |
876 | 883 |
877 ['arch == mips', { | 884 ['arch == mips', { |
878 | 885 |
879 # BUG(3251229): Times out when running new crankshaft test script. | 886 # BUG(3251229): Times out when running new crankshaft test script. |
880 'ecma_3/RegExp/regress-311414': [SKIP], | 887 'ecma_3/RegExp/regress-311414': [SKIP], |
881 'ecma/Date/15.9.5.8': [SKIP], | 888 'ecma/Date/15.9.5.8': [SKIP], |
882 'ecma/Date/15.9.5.10-2': [SKIP], | 889 'ecma/Date/15.9.5.10-2': [SKIP], |
883 'ecma/Date/15.9.5.11-2': [SKIP], | 890 'ecma/Date/15.9.5.11-2': [SKIP], |
884 'ecma/Date/15.9.5.12-2': [SKIP], | 891 'ecma/Date/15.9.5.12-2': [SKIP], |
885 'js1_5/Array/regress-99120-02': [SKIP], | 892 'js1_5/Array/regress-99120-02': [SKIP], |
(...skipping 30 matching lines...) Expand all Loading... | |
916 'ecma_3/RegExp/regress-307456': [SKIP], | 923 'ecma_3/RegExp/regress-307456': [SKIP], |
917 'js1_5/Regress/regress-303213': [SKIP], | 924 'js1_5/Regress/regress-303213': [SKIP], |
918 'js1_5/extensions/regress-330569': [SKIP], | 925 'js1_5/extensions/regress-330569': [SKIP], |
919 'js1_5/extensions/regress-351448': [SKIP], | 926 'js1_5/extensions/regress-351448': [SKIP], |
920 'js1_5/extensions/regress-336410-1': [SKIP], | 927 'js1_5/extensions/regress-336410-1': [SKIP], |
921 | 928 |
922 #BUG(3152): Avoid C stack overflow. | 929 #BUG(3152): Avoid C stack overflow. |
923 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], | 930 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], |
924 }], # 'arch == arm64 and simulator_run == True' | 931 }], # 'arch == arm64 and simulator_run == True' |
925 ] | 932 ] |
OLD | NEW |