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