| 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 865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 876 | 876 |
| 877 # TODO(rmcilroy,4680): Test timeouts. | 877 # TODO(rmcilroy,4680): Test timeouts. |
| 878 'array-literal-transitions': [SKIP], | 878 'array-literal-transitions': [SKIP], |
| 879 'regress/regress-crbug-517592': [SKIP], | 879 'regress/regress-crbug-517592': [SKIP], |
| 880 'regress/regress-crbug-568477-4': [SKIP], | 880 'regress/regress-crbug-568477-4': [SKIP], |
| 881 'regress/regress-crbug-409614': [SKIP], | 881 'regress/regress-crbug-409614': [SKIP], |
| 882 'regress/regress-crbug-42414': [SKIP], | 882 'regress/regress-crbug-42414': [SKIP], |
| 883 'regress/regress-1853': [SKIP], | 883 'regress/regress-1853': [SKIP], |
| 884 'regress/regress-crbug-424142': [SKIP], | 884 'regress/regress-crbug-424142': [SKIP], |
| 885 | 885 |
| 886 # with statements no longer always have a block as their body | |
| 887 'regress/regress-95485': [SKIP], | |
| 888 }], # ignition == True | 886 }], # ignition == True |
| 889 | 887 |
| 890 ['ignition == True and arch == arm64', { | 888 ['ignition == True and arch == arm64', { |
| 891 # TODO(rmcilroy,4680): Fails on Arm64 due to expecting to take less than 3 | 889 # TODO(rmcilroy,4680): Fails on Arm64 due to expecting to take less than 3 |
| 892 # seconds. | 890 # seconds. |
| 893 'regress/regress-165637': [FAIL], | 891 'regress/regress-165637': [FAIL], |
| 894 }], # ignition == True and arch == arm64 | 892 }], # ignition == True and arch == arm64 |
| 895 | 893 |
| 896 ['ignition == True and (arch == arm or arch == arm64)', { | 894 ['ignition == True and (arch == arm or arch == arm64)', { |
| 897 # TODO(rmcilroy,4680): Arm / Arm64 specific timeouts. | 895 # TODO(rmcilroy,4680): Arm / Arm64 specific timeouts. |
| (...skipping 14 matching lines...) Expand all Loading... |
| 912 # Tests taking too long. | 910 # Tests taking too long. |
| 913 'array-functions-prototype-misc': [SKIP], | 911 'array-functions-prototype-misc': [SKIP], |
| 914 'strong/implicit-conversions': [SKIP], | 912 'strong/implicit-conversions': [SKIP], |
| 915 'strong/load-element-mutate-backing-store': [SKIP], | 913 'strong/load-element-mutate-backing-store': [SKIP], |
| 916 | 914 |
| 917 # Stack overflow. | 915 # Stack overflow. |
| 918 'big-array-literal': [SKIP], | 916 'big-array-literal': [SKIP], |
| 919 }], # 'gcov_coverage' | 917 }], # 'gcov_coverage' |
| 920 | 918 |
| 921 ] | 919 ] |
| OLD | NEW |