| 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-4266': [FAIL], | 862 'regress/regress-4266': [FAIL], |
| 863 'harmony/simd': [FAIL], | 863 'harmony/simd': [FAIL], |
| 864 'regress/regress-crbug-109362': [FAIL], | 864 'regress/regress-crbug-109362': [FAIL], |
| 865 'regress/regress-131994': [FAIL], | 865 'regress/regress-131994': [FAIL], |
| 866 'regress/regress-crbug-568477-2': [FAIL], | 866 'regress/regress-crbug-568477-2': [FAIL], |
| 867 'regress/regress-crbug-568477-3': [FAIL], | 867 'regress/regress-crbug-568477-3': [FAIL], |
| 868 'regress/regress-crbug-568477-1': [FAIL], | 868 'regress/regress-crbug-568477-1': [FAIL], |
| 869 'regress/regress-2318': [FAIL], | 869 'regress/regress-2318': [FAIL], |
| 870 'regress/regress-crbug-582051': [FAIL], | 870 'regress/regress-crbug-582051': [FAIL], |
| 871 | 871 |
| 872 # TODO(rmcilroy, 4680): new ES6 instanceof support |
| 873 'harmony/instanceof-es6': [SKIP], |
| 874 |
| 872 # TODO(rmcilroy,4680): Test timeouts. | 875 # TODO(rmcilroy,4680): Test timeouts. |
| 873 'array-literal-transitions': [SKIP], | 876 'array-literal-transitions': [SKIP], |
| 874 'regress/regress-crbug-517592': [SKIP], | 877 'regress/regress-crbug-517592': [SKIP], |
| 875 'regress/regress-crbug-568477-4': [SKIP], | 878 'regress/regress-crbug-568477-4': [SKIP], |
| 876 'regress/regress-crbug-409614': [SKIP], | 879 'regress/regress-crbug-409614': [SKIP], |
| 877 'regress/regress-crbug-42414': [SKIP], | 880 'regress/regress-crbug-42414': [SKIP], |
| 878 'regress/regress-1853': [SKIP], | 881 'regress/regress-1853': [SKIP], |
| 879 'regress/regress-crbug-424142': [SKIP], | 882 'regress/regress-crbug-424142': [SKIP], |
| 880 }], # ignition == True | 883 }], # ignition == True |
| 881 | 884 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 918 # Tests taking too long. | 921 # Tests taking too long. |
| 919 'array-functions-prototype-misc': [SKIP], | 922 'array-functions-prototype-misc': [SKIP], |
| 920 'strong/implicit-conversions': [SKIP], | 923 'strong/implicit-conversions': [SKIP], |
| 921 'strong/load-element-mutate-backing-store': [SKIP], | 924 'strong/load-element-mutate-backing-store': [SKIP], |
| 922 | 925 |
| 923 # Stack overflow. | 926 # Stack overflow. |
| 924 'big-array-literal': [SKIP], | 927 'big-array-literal': [SKIP], |
| 925 }], # 'gcov_coverage' | 928 }], # 'gcov_coverage' |
| 926 | 929 |
| 927 ] | 930 ] |
| OLD | NEW |