| OLD | NEW |
| 1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 770 'debug-*': [SKIP], | 770 'debug-*': [SKIP], |
| 771 'es6/debug*': [SKIP], | 771 'es6/debug*': [SKIP], |
| 772 'harmony/debug*': [SKIP], | 772 'harmony/debug*': [SKIP], |
| 773 'regress/debug*': [SKIP], | 773 'regress/debug*': [SKIP], |
| 774 'regress/regress-debug*': [SKIP], | 774 'regress/regress-debug*': [SKIP], |
| 775 | 775 |
| 776 # TODO(yangguo,4690): Check failure in debug.cc BreakLocation::SetBreakPoint | 776 # TODO(yangguo,4690): Check failure in debug.cc BreakLocation::SetBreakPoint |
| 777 # DCHECK(IsDebugBreak() || IsDebuggerStatement()); | 777 # DCHECK(IsDebugBreak() || IsDebuggerStatement()); |
| 778 'regress/regress-1523': [FAIL], | 778 'regress/regress-1523': [FAIL], |
| 779 'regress/regress-102153': [FAIL], | 779 'regress/regress-102153': [FAIL], |
| 780 'regress/regress-1586': [FAIL], | |
| 781 'regress/regress-2825': [FAIL], | 780 'regress/regress-2825': [FAIL], |
| 782 'regress/regress-3960': [FAIL], | |
| 783 'regress/regress-crbug-119800': [FAIL], | 781 'regress/regress-crbug-119800': [FAIL], |
| 784 'regress/regress-crbug-467180': [FAIL], | 782 'regress/regress-crbug-467180': [FAIL], |
| 785 'regress/regress-998565': [FAIL], | |
| 786 'regress/regress-crbug-432493': [FAIL], | |
| 787 'regress/regress-opt-after-debug-deopt': [FAIL], | 783 'regress/regress-opt-after-debug-deopt': [FAIL], |
| 788 'regress/regress-crbug-481896': [FAIL], | |
| 789 | 784 |
| 790 # TODO(rmcilroy,4681): Requires support for generators. | 785 # TODO(rmcilroy,4681): Requires support for generators. |
| 791 'messages': [FAIL], | 786 'messages': [FAIL], |
| 792 'es6/array-from': [FAIL], | 787 'es6/array-from': [FAIL], |
| 793 'regress-3225': [FAIL], | 788 'regress-3225': [FAIL], |
| 794 'es6/classes-subclass-builtins': [FAIL], | 789 'es6/classes-subclass-builtins': [FAIL], |
| 795 'es6/computed-property-names-classes': [FAIL], | 790 'es6/computed-property-names-classes': [FAIL], |
| 796 'es6/computed-property-names-object-literals-methods': [FAIL], | 791 'es6/computed-property-names-object-literals-methods': [FAIL], |
| 797 'es6/function-length-configurable': [FAIL], | 792 'es6/function-length-configurable': [FAIL], |
| 798 'es6/generators-poisoned-properties': [FAIL], | 793 'es6/generators-poisoned-properties': [FAIL], |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 854 'es6/mirror-collections': [FAIL], | 849 'es6/mirror-collections': [FAIL], |
| 855 'es6/regress/regress-468661': [FAIL], | 850 'es6/regress/regress-468661': [FAIL], |
| 856 'harmony/string-replace': [FAIL], | 851 'harmony/string-replace': [FAIL], |
| 857 'harmony/string-match': [FAIL], | 852 'harmony/string-match': [FAIL], |
| 858 'harmony/string-split': [FAIL], | 853 'harmony/string-split': [FAIL], |
| 859 'regress/regress-2618': [FAIL], | 854 'regress/regress-2618': [FAIL], |
| 860 'regress/regress-4121': [FAIL], | 855 'regress/regress-4121': [FAIL], |
| 861 'regress/regress-4266': [FAIL], | 856 'regress/regress-4266': [FAIL], |
| 862 'harmony/simd': [FAIL], | 857 'harmony/simd': [FAIL], |
| 863 'regress/regress-crbug-109362': [FAIL], | 858 'regress/regress-crbug-109362': [FAIL], |
| 864 'regress/regress-131994': [FAIL], | |
| 865 'regress/regress-crbug-568477-2': [FAIL], | 859 'regress/regress-crbug-568477-2': [FAIL], |
| 866 'regress/regress-crbug-568477-3': [FAIL], | 860 'regress/regress-crbug-568477-3': [FAIL], |
| 867 'regress/regress-crbug-568477-1': [FAIL], | 861 'regress/regress-crbug-568477-1': [FAIL], |
| 868 'regress/regress-2318': [FAIL], | 862 'regress/regress-2318': [FAIL], |
| 869 'regress/regress-crbug-582051': [FAIL], | |
| 870 | 863 |
| 871 # TODO(rmcilroy,4680): Test timeouts. | 864 # TODO(rmcilroy,4680): Test timeouts. |
| 872 'array-literal-transitions': [SKIP], | 865 'array-literal-transitions': [SKIP], |
| 873 'regress/regress-crbug-517592': [SKIP], | 866 'regress/regress-crbug-517592': [SKIP], |
| 874 'regress/regress-crbug-568477-4': [SKIP], | 867 'regress/regress-crbug-568477-4': [SKIP], |
| 875 'regress/regress-crbug-409614': [SKIP], | 868 'regress/regress-crbug-409614': [SKIP], |
| 876 'regress/regress-crbug-42414': [SKIP], | 869 'regress/regress-crbug-42414': [SKIP], |
| 877 'regress/regress-1853': [SKIP], | 870 'regress/regress-1853': [SKIP], |
| 878 'regress/regress-crbug-424142': [SKIP], | 871 'regress/regress-crbug-424142': [SKIP], |
| 879 }], # ignition == True | 872 }], # ignition == True |
| 880 | 873 |
| 881 ['ignition == True and (mode == debug or dcheck_always_on == True)', { | |
| 882 # TODO(yangguo,4690): Check failure in debug.cc BreakLocation::SetBreakPoint | |
| 883 # DCHECK(IsDebugBreak() || IsDebuggerStatement()); | |
| 884 'regress/regress-419663': [FAIL], | |
| 885 'regress/regress-4320': [FAIL], | |
| 886 'regress/regress-1639': [FAIL], | |
| 887 'regress/regress-94873': [FAIL], | |
| 888 'regress/regress-1639-2': [FAIL], | |
| 889 'regress/regress-crbug-387599': [FAIL], | |
| 890 'regress/regress-prepare-break-while-recompile': [FAIL], | |
| 891 'regress/regress-crbug-506443': [FAIL], | |
| 892 'regress/regress-crbug-507070': [FAIL], | |
| 893 }], # ignition == True and mode == debug | |
| 894 | |
| 895 ['ignition == True and arch == arm64', { | 874 ['ignition == True and arch == arm64', { |
| 896 # TODO(rmcilroy,4680): Fails on Arm64 due to expecting to take less than 3 | 875 # TODO(rmcilroy,4680): Fails on Arm64 due to expecting to take less than 3 |
| 897 # seconds. | 876 # seconds. |
| 898 'regress/regress-165637': [FAIL], | 877 'regress/regress-165637': [FAIL], |
| 899 }], # ignition == True and arch == arm64 | 878 }], # ignition == True and arch == arm64 |
| 900 | 879 |
| 901 ['ignition == True and (arch == arm or arch == arm64)', { | 880 ['ignition == True and (arch == arm or arch == arm64)', { |
| 902 # TODO(rmcilroy,4680): Arm / Arm64 specific timeouts. | 881 # TODO(rmcilroy,4680): Arm / Arm64 specific timeouts. |
| 903 'asm/construct-double': [SKIP], | 882 'asm/construct-double': [SKIP], |
| 904 'compiler/osr-nested': [SKIP], | 883 'compiler/osr-nested': [SKIP], |
| (...skipping 12 matching lines...) Expand all Loading... |
| 917 # Tests taking too long. | 896 # Tests taking too long. |
| 918 'array-functions-prototype-misc': [SKIP], | 897 'array-functions-prototype-misc': [SKIP], |
| 919 'strong/implicit-conversions': [SKIP], | 898 'strong/implicit-conversions': [SKIP], |
| 920 'strong/load-element-mutate-backing-store': [SKIP], | 899 'strong/load-element-mutate-backing-store': [SKIP], |
| 921 | 900 |
| 922 # Stack overflow. | 901 # Stack overflow. |
| 923 'big-array-literal': [SKIP], | 902 'big-array-literal': [SKIP], |
| 924 }], # 'gcov_coverage' | 903 }], # 'gcov_coverage' |
| 925 | 904 |
| 926 ] | 905 ] |
| OLD | NEW |