Chromium Code Reviews| 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 836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 847 'harmony/function-sent': [FAIL], | 847 'harmony/function-sent': [FAIL], |
| 848 'harmony/destructuring': [FAIL], | 848 'harmony/destructuring': [FAIL], |
| 849 'harmony/regress/regress-4482': [FAIL], | 849 'harmony/regress/regress-4482': [FAIL], |
| 850 'harmony/generators': [FAIL], | 850 'harmony/generators': [FAIL], |
| 851 'harmony/iterator-close': [FAIL], | 851 'harmony/iterator-close': [FAIL], |
| 852 'harmony/reflect-construct': [FAIL], | 852 'harmony/reflect-construct': [FAIL], |
| 853 'es6/promises': [FAIL], | 853 'es6/promises': [FAIL], |
| 854 'strong/function-arity': [FAIL], | 854 'strong/function-arity': [FAIL], |
| 855 'strong/undefined': [FAIL], | 855 'strong/undefined': [FAIL], |
| 856 | 856 |
| 857 # TODO(rmcilroy,4680): Pass on debug, fail on release. Fails in both modes. | 857 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
| 858 # the line numbers in the stack trace are incorrect. In debug mode somehow | 858 'array-literal-feedback': [FAIL], |
| 859 # does not get flagged as a failure. | 859 'regress/regress-4121': [FAIL], |
| 860 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], | 860 |
| 861 # TODO(mythria, 4764): lack of osr support. | |
| 862 'regress/regress-2618': [FAIL], | |
| 861 | 863 |
| 862 # TODO(rmcilroy,4680): Test assert failures. | 864 # TODO(rmcilroy,4680): Test assert failures. |
| 863 'array-literal-feedback': [FAIL], | 865 'undetectable-compare': [FAIL], |
|
rmcilroy
2016/02/26 13:49:40
This has now been fixed
| |
| 864 'debug-liveedit-2': [FAIL], | 866 'debug-liveedit-2': [FAIL], |
| 865 'compiler/deopt-tonumber-compare': [FAIL], | 867 'compiler/deopt-tonumber-compare': [FAIL], |
| 866 'es6/mirror-collections': [FAIL], | 868 'es6/mirror-collections': [FAIL], |
| 867 'es6/regress/regress-468661': [FAIL], | 869 'es6/regress/regress-468661': [FAIL], |
| 868 'regress/regress-2618': [FAIL], | |
| 869 'regress/regress-4121': [FAIL], | |
| 870 'regress/regress-4266': [FAIL], | 870 'regress/regress-4266': [FAIL], |
|
rmcilroy
2016/02/26 13:49:40
Looks like you've fixed this test now too (at leas
| |
| 871 'regress/regress-crbug-109362': [FAIL], | 871 'regress/regress-crbug-109362': [FAIL], |
| 872 'regress/regress-crbug-568477-2': [FAIL], | 872 'regress/regress-crbug-568477-2': [FAIL], |
| 873 'regress/regress-crbug-568477-3': [FAIL], | 873 'regress/regress-crbug-568477-3': [FAIL], |
| 874 'regress/regress-crbug-568477-1': [FAIL], | 874 'regress/regress-crbug-568477-1': [FAIL], |
| 875 | 875 |
| 876 # TODO(rmcilroy, 4680): new ES6 instanceof support | 876 # TODO(rmcilroy, 4680): new ES6 instanceof support |
| 877 'harmony/instanceof-es6': [SKIP], | 877 'harmony/instanceof-es6': [FAIL], |
|
rmcilroy
2016/02/26 13:49:40
Looks like this passes on some bots, just revert t
| |
| 878 | 878 |
| 879 # TODO(rmcilroy,4680): Test timeouts. | 879 # TODO(rmcilroy,4680): Test timeouts. |
| 880 'array-literal-transitions': [SKIP], | 880 'array-literal-transitions': [SKIP], |
| 881 'regress/regress-crbug-517592': [SKIP], | 881 'regress/regress-crbug-517592': [SKIP], |
| 882 'regress/regress-crbug-568477-4': [SKIP], | 882 'regress/regress-crbug-568477-4': [SKIP], |
| 883 'regress/regress-crbug-409614': [SKIP], | 883 'regress/regress-crbug-409614': [SKIP], |
| 884 'regress/regress-crbug-42414': [SKIP], | 884 'regress/regress-crbug-42414': [SKIP], |
| 885 'regress/regress-1853': [SKIP], | 885 'regress/regress-1853': [SKIP], |
| 886 'regress/regress-crbug-424142': [SKIP], | 886 'regress/regress-crbug-424142': [SKIP], |
| 887 }], # ignition == True | 887 }], # ignition == True |
| (...skipping 23 matching lines...) Expand all Loading... | |
| 911 # Tests taking too long. | 911 # Tests taking too long. |
| 912 'array-functions-prototype-misc': [SKIP], | 912 'array-functions-prototype-misc': [SKIP], |
| 913 'strong/implicit-conversions': [SKIP], | 913 'strong/implicit-conversions': [SKIP], |
| 914 'strong/load-element-mutate-backing-store': [SKIP], | 914 'strong/load-element-mutate-backing-store': [SKIP], |
| 915 | 915 |
| 916 # Stack overflow. | 916 # Stack overflow. |
| 917 'big-array-literal': [SKIP], | 917 'big-array-literal': [SKIP], |
| 918 }], # 'gcov_coverage' | 918 }], # 'gcov_coverage' |
| 919 | 919 |
| 920 ] | 920 ] |
| OLD | NEW |