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 842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
853 'harmony/proxies-enumerate': [FAIL], | 853 'harmony/proxies-enumerate': [FAIL], |
854 'harmony/reflect-enumerate-opt': [FAIL], | 854 'harmony/reflect-enumerate-opt': [FAIL], |
855 'harmony/reflect-enumerate': [FAIL], | 855 'harmony/reflect-enumerate': [FAIL], |
856 'harmony/destructuring': [FAIL], | 856 'harmony/destructuring': [FAIL], |
857 'harmony/regress/regress-4482': [FAIL], | 857 'harmony/regress/regress-4482': [FAIL], |
858 'harmony/generators': [FAIL], | 858 'harmony/generators': [FAIL], |
859 'harmony/iterator-close': [FAIL], | 859 'harmony/iterator-close': [FAIL], |
860 'harmony/reflect-construct': [FAIL], | 860 'harmony/reflect-construct': [FAIL], |
861 'es6/promises': [FAIL], | 861 'es6/promises': [FAIL], |
862 | 862 |
863 # TODO(rmcilroy,4680): Pass on debug, fail on release. Fails in both modes. | 863 # Related to lack of type feedback for calls in interpreter. |
rmcilroy
2016/02/25 16:46:02
Add a TODO(mythria,<bug_id>) with the id of the bu
mythria
2016/02/26 13:23:39
Done.
| |
864 # the line numbers in the stack trace are incorrect. In debug mode somehow | 864 'array-literal-feedback': [FAIL], |
865 # does not get flagged as a failure. | 865 'regress/regress-4121': [FAIL], |
866 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], | 866 |
867 # TODO(4764): lack of osr support. | |
868 'regress/regress-2618': [FAIL], | |
867 | 869 |
868 # TODO(rmcilroy,4680): Test assert failures. | 870 # TODO(rmcilroy,4680): Test assert failures. |
869 'array-literal-feedback': [FAIL], | |
870 'undetectable-compare': [FAIL], | 871 'undetectable-compare': [FAIL], |
871 'debug-liveedit-2': [FAIL], | 872 'debug-liveedit-2': [FAIL], |
872 'compiler/deopt-tonumber-compare': [FAIL], | 873 'compiler/deopt-tonumber-compare': [FAIL], |
873 'es6/string-search': [FAIL], | 874 'es6/string-search': [FAIL], |
874 'es6/mirror-collections': [FAIL], | 875 'es6/mirror-collections': [FAIL], |
875 'es6/regress/regress-468661': [FAIL], | 876 'es6/regress/regress-468661': [FAIL], |
876 'harmony/string-replace': [FAIL], | 877 'harmony/string-replace': [FAIL], |
877 'harmony/string-match': [FAIL], | 878 'harmony/string-match': [FAIL], |
878 'harmony/string-split': [FAIL], | 879 'harmony/string-split': [FAIL], |
879 'regress/regress-2618': [FAIL], | |
880 'regress/regress-4121': [FAIL], | |
881 'regress/regress-4266': [FAIL], | |
882 'harmony/simd': [FAIL], | 880 'harmony/simd': [FAIL], |
883 'regress/regress-crbug-109362': [FAIL], | 881 'regress/regress-crbug-109362': [FAIL], |
884 'regress/regress-crbug-568477-2': [FAIL], | 882 'regress/regress-crbug-568477-2': [FAIL], |
885 'regress/regress-crbug-568477-3': [FAIL], | 883 'regress/regress-crbug-568477-3': [FAIL], |
886 'regress/regress-crbug-568477-1': [FAIL], | 884 'regress/regress-crbug-568477-1': [FAIL], |
887 'regress/regress-2318': [FAIL], | |
888 | 885 |
889 # TODO(rmcilroy, 4680): new ES6 instanceof support | 886 # TODO(rmcilroy, 4680): new ES6 instanceof support |
890 'harmony/instanceof-es6': [SKIP], | 887 'harmony/instanceof-es6': [SKIP], |
rmcilroy
2016/02/25 16:46:02
While you are here, could you change this SKIP to
mythria
2016/02/26 13:23:39
Done.
| |
891 | 888 |
892 # TODO(rmcilroy,4680): Test timeouts. | 889 # TODO(rmcilroy,4680): Test timeouts. |
893 'array-literal-transitions': [SKIP], | 890 'array-literal-transitions': [SKIP], |
894 'regress/regress-crbug-517592': [SKIP], | 891 'regress/regress-crbug-517592': [SKIP], |
895 'regress/regress-crbug-568477-4': [SKIP], | 892 'regress/regress-crbug-568477-4': [SKIP], |
896 'regress/regress-crbug-409614': [SKIP], | 893 'regress/regress-crbug-409614': [SKIP], |
897 'regress/regress-crbug-42414': [SKIP], | 894 'regress/regress-crbug-42414': [SKIP], |
898 'regress/regress-1853': [SKIP], | 895 'regress/regress-1853': [SKIP], |
899 'regress/regress-crbug-424142': [SKIP], | 896 'regress/regress-crbug-424142': [SKIP], |
900 }], # ignition == True | 897 }], # ignition == True |
(...skipping 23 matching lines...) Expand all Loading... | |
924 # Tests taking too long. | 921 # Tests taking too long. |
925 'array-functions-prototype-misc': [SKIP], | 922 'array-functions-prototype-misc': [SKIP], |
926 'strong/implicit-conversions': [SKIP], | 923 'strong/implicit-conversions': [SKIP], |
927 'strong/load-element-mutate-backing-store': [SKIP], | 924 'strong/load-element-mutate-backing-store': [SKIP], |
928 | 925 |
929 # Stack overflow. | 926 # Stack overflow. |
930 'big-array-literal': [SKIP], | 927 'big-array-literal': [SKIP], |
931 }], # 'gcov_coverage' | 928 }], # 'gcov_coverage' |
932 | 929 |
933 ] | 930 ] |
OLD | NEW |