| 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 851 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 862 'regress/regress-crbug-568477-2': [FAIL], | 862 'regress/regress-crbug-568477-2': [FAIL], |
| 863 | 863 |
| 864 # TODO(rmcilroy,4680): Test timeouts. | 864 # TODO(rmcilroy,4680): Test timeouts. |
| 865 'array-literal-transitions': [SKIP], | 865 'array-literal-transitions': [SKIP], |
| 866 'regress/regress-crbug-517592': [SKIP], | 866 'regress/regress-crbug-517592': [SKIP], |
| 867 'regress/regress-crbug-568477-4': [SKIP], | 867 'regress/regress-crbug-568477-4': [SKIP], |
| 868 'regress/regress-crbug-409614': [SKIP], | 868 'regress/regress-crbug-409614': [SKIP], |
| 869 'regress/regress-crbug-42414': [SKIP], | 869 'regress/regress-crbug-42414': [SKIP], |
| 870 'regress/regress-1853': [SKIP], | 870 'regress/regress-1853': [SKIP], |
| 871 'regress/regress-crbug-424142': [SKIP], | 871 'regress/regress-crbug-424142': [SKIP], |
| 872 |
| 873 # with statements no longer always have a block as their body |
| 874 'regress/regress-95485': [FAIL], |
| 872 }], # ignition == True | 875 }], # ignition == True |
| 873 | 876 |
| 874 ['ignition == True and arch == arm64', { | 877 ['ignition == True and arch == arm64', { |
| 875 # TODO(rmcilroy,4680): Fails on Arm64 due to expecting to take less than 3 | 878 # TODO(rmcilroy,4680): Fails on Arm64 due to expecting to take less than 3 |
| 876 # seconds. | 879 # seconds. |
| 877 'regress/regress-165637': [FAIL], | 880 'regress/regress-165637': [FAIL], |
| 878 }], # ignition == True and arch == arm64 | 881 }], # ignition == True and arch == arm64 |
| 879 | 882 |
| 880 ['ignition == True and (arch == arm or arch == arm64)', { | 883 ['ignition == True and (arch == arm or arch == arm64)', { |
| 881 # TODO(rmcilroy,4680): Arm / Arm64 specific timeouts. | 884 # TODO(rmcilroy,4680): Arm / Arm64 specific timeouts. |
| (...skipping 14 matching lines...) Expand all Loading... |
| 896 # Tests taking too long. | 899 # Tests taking too long. |
| 897 'array-functions-prototype-misc': [SKIP], | 900 'array-functions-prototype-misc': [SKIP], |
| 898 'strong/implicit-conversions': [SKIP], | 901 'strong/implicit-conversions': [SKIP], |
| 899 'strong/load-element-mutate-backing-store': [SKIP], | 902 'strong/load-element-mutate-backing-store': [SKIP], |
| 900 | 903 |
| 901 # Stack overflow. | 904 # Stack overflow. |
| 902 'big-array-literal': [SKIP], | 905 'big-array-literal': [SKIP], |
| 903 }], # 'gcov_coverage' | 906 }], # 'gcov_coverage' |
| 904 | 907 |
| 905 ] | 908 ] |
| OLD | NEW |