| 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 847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 858 'regress/regress-4266': [FAIL], | 858 'regress/regress-4266': [FAIL], |
| 859 'harmony/simd': [FAIL], | 859 'harmony/simd': [FAIL], |
| 860 'regress/regress-crbug-109362': [FAIL], | 860 'regress/regress-crbug-109362': [FAIL], |
| 861 'regress/regress-1170187': [FAIL], | 861 'regress/regress-1170187': [FAIL], |
| 862 'regress/regress-131994': [FAIL], | 862 'regress/regress-131994': [FAIL], |
| 863 'regress/regress-crbug-568477-2': [FAIL], | 863 'regress/regress-crbug-568477-2': [FAIL], |
| 864 'regress/regress-crbug-568477-3': [FAIL], | 864 'regress/regress-crbug-568477-3': [FAIL], |
| 865 'regress/regress-crbug-568477-1': [FAIL], | 865 'regress/regress-crbug-568477-1': [FAIL], |
| 866 'regress/regress-2318': [FAIL], | 866 'regress/regress-2318': [FAIL], |
| 867 | 867 |
| 868 # TODO(rmcilroy,4680): Test crashes. | |
| 869 'compiler/regress-funarguments': [SKIP], | |
| 870 'regress/regress-3985': [SKIP], | |
| 871 'regress/regress-457935': [SKIP], | |
| 872 'regress/regress-arg-materialize-store': [SKIP], | |
| 873 'regress/regress-514362': [SKIP], | |
| 874 | |
| 875 # TODO(rmcilroy,4680): Test timeouts. | 868 # TODO(rmcilroy,4680): Test timeouts. |
| 876 'array-literal-transitions': [SKIP], | 869 'array-literal-transitions': [SKIP], |
| 877 'regress/regress-crbug-517592': [SKIP], | 870 'regress/regress-crbug-517592': [SKIP], |
| 878 'regress/regress-crbug-568477-4': [SKIP], | 871 'regress/regress-crbug-568477-4': [SKIP], |
| 879 'regress/regress-crbug-409614': [SKIP], | 872 'regress/regress-crbug-409614': [SKIP], |
| 880 'regress/regress-crbug-42414': [SKIP], | 873 'regress/regress-crbug-42414': [SKIP], |
| 881 'regress/regress-1853': [SKIP], | 874 'regress/regress-1853': [SKIP], |
| 882 'regress/regress-crbug-424142': [SKIP], | 875 'regress/regress-crbug-424142': [SKIP], |
| 883 }], # ignition == True | 876 }], # ignition == True |
| 884 | 877 |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 976 # Tests taking too long. | 969 # Tests taking too long. |
| 977 'array-functions-prototype-misc': [SKIP], | 970 'array-functions-prototype-misc': [SKIP], |
| 978 'strong/implicit-conversions': [SKIP], | 971 'strong/implicit-conversions': [SKIP], |
| 979 'strong/load-element-mutate-backing-store': [SKIP], | 972 'strong/load-element-mutate-backing-store': [SKIP], |
| 980 | 973 |
| 981 # Stack overflow. | 974 # Stack overflow. |
| 982 'big-array-literal': [SKIP], | 975 'big-array-literal': [SKIP], |
| 983 }], # 'gcov_coverage' | 976 }], # 'gcov_coverage' |
| 984 | 977 |
| 985 ] | 978 ] |
| OLD | NEW |