| 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 879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 890 'regress/regress-1639': [FAIL], | 890 'regress/regress-1639': [FAIL], |
| 891 'regress/regress-94873': [FAIL], | 891 'regress/regress-94873': [FAIL], |
| 892 'regress/regress-1639-2': [FAIL], | 892 'regress/regress-1639-2': [FAIL], |
| 893 'regress/regress-crbug-387599': [FAIL], | 893 'regress/regress-crbug-387599': [FAIL], |
| 894 'regress/regress-prepare-break-while-recompile': [FAIL], | 894 'regress/regress-prepare-break-while-recompile': [FAIL], |
| 895 'regress/regress-crbug-506443': [FAIL], | 895 'regress/regress-crbug-506443': [FAIL], |
| 896 'regress/regress-crbug-507070': [FAIL], | 896 'regress/regress-crbug-507070': [FAIL], |
| 897 }], # ignition == True and mode == debug | 897 }], # ignition == True and mode == debug |
| 898 | 898 |
| 899 ['ignition == True and arch == arm64', { | 899 ['ignition == True and arch == arm64', { |
| 900 # TODO(rmcilroy,4680): Arm64 specific failures. | 900 # TODO(rmcilroy,4680): Fails on Arm64 due to expecting to take less than 3 |
| 901 'apply': [SKIP], | 901 # seconds. |
| 902 'array-constructor': [SKIP], | 902 'regress/regress-165637': [FAIL], |
| 903 'array-functions-prototype-misc': [SKIP], | |
| 904 'array-sort': [SKIP], | |
| 905 'array-store-and-grow': [SKIP], | |
| 906 'asm/construct-double': [SKIP], | |
| 907 'compiler/division-by-constant': [SKIP], | |
| 908 'compiler/osr-big': [SKIP], | |
| 909 'compiler/osr-nested': [SKIP], | |
| 910 'compiler/osr-one': [SKIP], | |
| 911 'compiler/osr-two': [SKIP], | |
| 912 'copy-on-write-assert': [SKIP], | |
| 913 'es6/block-conflicts': [SKIP], | |
| 914 'es6/block-const-assign': [SKIP], | |
| 915 'es6/block-let-declaration': [SKIP], | |
| 916 'es6/block-scoping-top-level': [SKIP], | |
| 917 'es6/classes-derived-return-type': [SKIP], | |
| 918 'es6/regress/regress-2506': [SKIP], | |
| 919 'es6/regress/regress-474783': [SKIP], | |
| 920 'es6/typedarray-proto': [SKIP], | |
| 921 'es6/unscopables': [SKIP], | |
| 922 'harmony/arraybuffer-species': [SKIP], | |
| 923 'harmony/array-species': [SKIP], | |
| 924 'harmony/block-conflicts-sloppy': [SKIP], | |
| 925 'harmony/block-const-assign-sloppy': [SKIP], | |
| 926 'harmony/block-let-declaration-sloppy': [SKIP], | |
| 927 'harmony/block-scoping-top-level-sloppy': [SKIP], | |
| 928 'harmony/species': [SKIP], | |
| 929 'harmony/typedarray-species': [SKIP], | |
| 930 'mirror-object': [SKIP], | |
| 931 'mul-exhaustive-part*': [SKIP], | |
| 932 'readonly': [SKIP], | |
| 933 'regress/regress-165637': [SKIP], | |
| 934 'regress/regress-2185': [SKIP], | |
| 935 'regress/regress-2249': [SKIP], | |
| 936 'regress/regress-298269': [SKIP], | |
| 937 'regress/regress-319722-ArrayBuffer': [SKIP], | |
| 938 'regress/regress-347914': [SKIP], | |
| 939 'regress/regress-411210': [SKIP], | |
| 940 'regress/regress-4509-Class-constructor-typeerror-realm': [SKIP], | |
| 941 'regress/regress-4521': [SKIP], | |
| 942 'regress/regress-568765': [SKIP], | |
| 943 'regress/regress-85177': [SKIP], | |
| 944 'regress/regress-crbug-405517': [SKIP], | |
| 945 'regress/regress-crbug-474297': [SKIP], | |
| 946 'regress/regress-crbug-498022': [SKIP], | |
| 947 'regress/regress-crbug-505007-1': [SKIP], | |
| 948 'regress/regress-crbug-505007-2': [SKIP], | |
| 949 'regress/regress-crbug-513507': [SKIP], | |
| 950 'regress/regress-crbug-514081': [SKIP], | |
| 951 'regress/regress-deep-proto': [SKIP], | |
| 952 'regress/regress-put-prototype-transition': [SKIP], | |
| 953 'regress/regress-transcendental': [SKIP], | |
| 954 'stack-traces-overflow': [SKIP], | |
| 955 'try': [SKIP], | |
| 956 'unicodelctest': [SKIP], | |
| 957 'unicodelctest-no-optimization': [SKIP], | |
| 958 }], # ignition == True and arch == arm64 | 903 }], # ignition == True and arch == arm64 |
| 959 | 904 |
| 960 ['ignition == True and arch == arm', { | 905 ['ignition == True and (arch == arm or arch == arm64)', { |
| 961 # TODO(rmcilroy,4680): Arm specific timeouts. | 906 # TODO(rmcilroy,4680): Arm / Arm64 specific timeouts. |
| 962 'asm/construct-double': [SKIP], | 907 'asm/construct-double': [SKIP], |
| 963 'compiler/osr-nested': [SKIP], | 908 'compiler/osr-nested': [SKIP], |
| 964 'compiler/osr-one': [SKIP], | 909 'compiler/osr-one': [SKIP], |
| 965 'compiler/osr-two': [SKIP], | 910 'compiler/osr-two': [SKIP], |
| 966 'regress/regress-1257': [SKIP], | 911 'regress/regress-1257': [SKIP], |
| 967 'regress/regress-165637': [SKIP], | 912 'regress/regress-165637': [SKIP], |
| 968 'regress/regress-2185': [SKIP], | 913 'regress/regress-2185': [SKIP], |
| 969 'regress/regress-91008': [SKIP], | 914 'regress/regress-91008': [SKIP], |
| 970 'unicodelctest': [SKIP], | 915 'unicodelctest': [SKIP], |
| 971 'unicodelctest-no-optimization': [SKIP], | 916 'unicodelctest-no-optimization': [SKIP], |
| 972 }], # ignition == True and arch == arm | 917 }], # ignition == True and (arch == arm or arch == arm64) |
| 973 | 918 |
| 974 ############################################################################## | 919 ############################################################################## |
| 975 ['gcov_coverage', { | 920 ['gcov_coverage', { |
| 976 # Tests taking too long. | 921 # Tests taking too long. |
| 977 'array-functions-prototype-misc': [SKIP], | 922 'array-functions-prototype-misc': [SKIP], |
| 978 'strong/implicit-conversions': [SKIP], | 923 'strong/implicit-conversions': [SKIP], |
| 979 'strong/load-element-mutate-backing-store': [SKIP], | 924 'strong/load-element-mutate-backing-store': [SKIP], |
| 980 | 925 |
| 981 # Stack overflow. | 926 # Stack overflow. |
| 982 'big-array-literal': [SKIP], | 927 'big-array-literal': [SKIP], |
| 983 }], # 'gcov_coverage' | 928 }], # 'gcov_coverage' |
| 984 | 929 |
| 985 ] | 930 ] |
| OLD | NEW |