| 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 833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 844 'js1_5/decompilation/regress-373678': [PASS, FAIL], | 844 'js1_5/decompilation/regress-373678': [PASS, FAIL], |
| 845 'js1_5/decompilation/regress-375639': [PASS, FAIL], | 845 'js1_5/decompilation/regress-375639': [PASS, FAIL], |
| 846 'js1_5/decompilation/regress-375882': [PASS, FAIL], | 846 'js1_5/decompilation/regress-375882': [PASS, FAIL], |
| 847 'js1_5/decompilation/regress-376564': [PASS, FAIL], | 847 'js1_5/decompilation/regress-376564': [PASS, FAIL], |
| 848 'js1_5/decompilation/regress-383721': [PASS, FAIL], | 848 'js1_5/decompilation/regress-383721': [PASS, FAIL], |
| 849 'js1_5/decompilation/regress-406555': [PASS, FAIL], | 849 'js1_5/decompilation/regress-406555': [PASS, FAIL], |
| 850 'js1_5/decompilation/regress-460870': [PASS, FAIL], | 850 'js1_5/decompilation/regress-460870': [PASS, FAIL], |
| 851 }], # ALWAYS | 851 }], # ALWAYS |
| 852 | 852 |
| 853 | 853 |
| 854 ['no_i18n == True and mode == debug', { |
| 855 # Tests too slow for no18n debug. |
| 856 'ecma_3/Statements/regress-302439': [FAST_VARIANTS], |
| 857 'js1_5/Regress/regress-98901': [FAST_VARIANTS], |
| 858 'ecma_3/RegExp/perlstress-001': [FAST_VARIANTS], |
| 859 'js1_5/extensions/regress-311161': [FAST_VARIANTS], |
| 860 }], # 'no_i18n == True and mode == debug' |
| 861 |
| 862 |
| 854 ['arch == arm or arch == arm64', { | 863 ['arch == arm or arch == arm64', { |
| 855 | 864 |
| 856 # BUG(3251229): Times out when running new crankshaft test script. | 865 # BUG(3251229): Times out when running new crankshaft test script. |
| 857 'ecma_3/RegExp/regress-311414': [SKIP], | 866 'ecma_3/RegExp/regress-311414': [SKIP], |
| 858 'ecma/Date/15.9.5.8': [SKIP], | 867 'ecma/Date/15.9.5.8': [SKIP], |
| 859 'ecma/Date/15.9.5.10-2': [SKIP], | 868 'ecma/Date/15.9.5.10-2': [SKIP], |
| 860 'ecma/Date/15.9.5.11-2': [SKIP], | 869 'ecma/Date/15.9.5.11-2': [SKIP], |
| 861 'ecma/Date/15.9.5.12-2': [SKIP], | 870 'ecma/Date/15.9.5.12-2': [SKIP], |
| 862 'js1_5/Array/regress-99120-02': [SKIP], | 871 'js1_5/Array/regress-99120-02': [SKIP], |
| 863 'js1_5/extensions/regress-371636': [SKIP], | 872 'js1_5/extensions/regress-371636': [SKIP], |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 948 'ecma_3/RegExp/regress-307456': [SKIP], | 957 'ecma_3/RegExp/regress-307456': [SKIP], |
| 949 'js1_5/Regress/regress-303213': [SKIP], | 958 'js1_5/Regress/regress-303213': [SKIP], |
| 950 'js1_5/extensions/regress-330569': [SKIP], | 959 'js1_5/extensions/regress-330569': [SKIP], |
| 951 'js1_5/extensions/regress-351448': [SKIP], | 960 'js1_5/extensions/regress-351448': [SKIP], |
| 952 'js1_5/extensions/regress-336410-1': [SKIP], | 961 'js1_5/extensions/regress-336410-1': [SKIP], |
| 953 | 962 |
| 954 #BUG(3152): Avoid C stack overflow. | 963 #BUG(3152): Avoid C stack overflow. |
| 955 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], | 964 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], |
| 956 }], # 'arch == arm64 and simulator_run == True' | 965 }], # 'arch == arm64 and simulator_run == True' |
| 957 ] | 966 ] |
| OLD | NEW |