| 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/decompilation/regress-373678': [PASS, FAIL], | 863 'js1_5/decompilation/regress-373678': [PASS, FAIL], |
| 864 'js1_5/decompilation/regress-375639': [PASS, FAIL], | 864 'js1_5/decompilation/regress-375639': [PASS, FAIL], |
| 865 'js1_5/decompilation/regress-375882': [PASS, FAIL], | 865 'js1_5/decompilation/regress-375882': [PASS, FAIL], |
| 866 'js1_5/decompilation/regress-376564': [PASS, FAIL], | 866 'js1_5/decompilation/regress-376564': [PASS, FAIL], |
| 867 'js1_5/decompilation/regress-383721': [PASS, FAIL], | 867 'js1_5/decompilation/regress-383721': [PASS, FAIL], |
| 868 'js1_5/decompilation/regress-406555': [PASS, FAIL], | 868 'js1_5/decompilation/regress-406555': [PASS, FAIL], |
| 869 'js1_5/decompilation/regress-460870': [PASS, FAIL], | 869 'js1_5/decompilation/regress-460870': [PASS, FAIL], |
| 870 }], # ALWAYS | 870 }], # ALWAYS |
| 871 | 871 |
| 872 | 872 |
| 873 ['variant == turbofan_opt', { |
| 874 # These timeout flakily under CFI/turbofan_opt |
| 875 'js1_5/Regress/regress-360969-05': [SKIP], |
| 876 'js1_5/Regress/regress-360969-06': [SKIP], |
| 877 |
| 878 # These timeout under CFI/turbofan_opt |
| 879 'ecma/FunctionObjects/15.3.1.1-3': [SKIP], |
| 880 'ecma/FunctionObjects/15.3.2.1-3': [SKIP], |
| 881 'ecma/FunctionObjects/15.3.5-1': [SKIP], |
| 882 }], # variant == turbofan_opt |
| 883 |
| 884 |
| 873 ['no_i18n == True and mode == debug', { | 885 ['no_i18n == True and mode == debug', { |
| 874 # Tests too slow for no18n debug. | 886 # Tests too slow for no18n debug. |
| 875 'ecma_3/Statements/regress-302439': [PASS, FAST_VARIANTS], | 887 'ecma_3/Statements/regress-302439': [PASS, FAST_VARIANTS], |
| 876 'js1_5/Regress/regress-98901': [SKIP], | 888 'js1_5/Regress/regress-98901': [SKIP], |
| 877 'ecma_3/RegExp/perlstress-001': [PASS, FAST_VARIANTS], | 889 'ecma_3/RegExp/perlstress-001': [PASS, FAST_VARIANTS], |
| 878 'js1_5/extensions/regress-311161': [FAIL_OK, FAST_VARIANTS], | 890 'js1_5/extensions/regress-311161': [FAIL_OK, FAST_VARIANTS], |
| 879 }], # 'no_i18n == True and mode == debug' | 891 }], # 'no_i18n == True and mode == debug' |
| 880 | 892 |
| 881 | 893 |
| 882 ['arch == arm or arch == arm64', { | 894 ['arch == arm or arch == arm64', { |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 981 | 993 |
| 982 #BUG(3152): Avoid C stack overflow. | 994 #BUG(3152): Avoid C stack overflow. |
| 983 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], | 995 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], |
| 984 }], # 'arch == arm64 and simulator_run == True' | 996 }], # 'arch == arm64 and simulator_run == True' |
| 985 | 997 |
| 986 ['variant == asm_wasm', { | 998 ['variant == asm_wasm', { |
| 987 '*': [SKIP], | 999 '*': [SKIP], |
| 988 }], # variant == asm_wasm | 1000 }], # variant == asm_wasm |
| 989 | 1001 |
| 990 ] | 1002 ] |
| OLD | NEW |