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 # TODO(rmcilroy,4680): Pass on debug, fail on release. Fails in both modes. | 862 # TODO(rmcilroy,4680): Pass on debug, fail on release. Fails in both modes. |
863 # the line numbers in the stack trace are incorrect. In debug mode somehow | 863 # the line numbers in the stack trace are incorrect. In debug mode somehow |
864 # does not get flagged as a failure. | 864 # does not get flagged as a failure. |
865 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], | 865 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], |
866 | 866 |
867 # TODO(rmcilroy,4680): Test assert failures. | 867 # TODO(rmcilroy,4680): Test assert failures. |
868 'array-literal-feedback': [FAIL], | 868 'array-literal-feedback': [FAIL], |
869 'undetectable-compare': [FAIL], | 869 'undetectable-compare': [FAIL], |
870 'debug-liveedit-2': [FAIL], | 870 'debug-liveedit-2': [FAIL], |
871 'compiler/deopt-tonumber-compare': [FAIL], | 871 'compiler/deopt-tonumber-compare': [FAIL], |
872 'es6/string-search': [FAIL], | |
873 'es6/mirror-collections': [FAIL], | 872 'es6/mirror-collections': [FAIL], |
874 'es6/regress/regress-468661': [FAIL], | 873 'es6/regress/regress-468661': [FAIL], |
875 'harmony/string-replace': [FAIL], | |
876 'harmony/string-match': [FAIL], | |
877 'harmony/string-split': [FAIL], | |
878 'regress/regress-2618': [FAIL], | 874 'regress/regress-2618': [FAIL], |
879 'regress/regress-4121': [FAIL], | 875 'regress/regress-4121': [FAIL], |
880 'regress/regress-4266': [FAIL], | 876 'regress/regress-4266': [FAIL], |
881 'harmony/simd': [FAIL], | |
882 'regress/regress-crbug-109362': [FAIL], | 877 'regress/regress-crbug-109362': [FAIL], |
883 'regress/regress-crbug-568477-2': [FAIL], | 878 'regress/regress-crbug-568477-2': [FAIL], |
884 'regress/regress-crbug-568477-3': [FAIL], | 879 'regress/regress-crbug-568477-3': [FAIL], |
885 'regress/regress-crbug-568477-1': [FAIL], | 880 'regress/regress-crbug-568477-1': [FAIL], |
886 'regress/regress-2318': [FAIL], | |
887 | 881 |
888 # TODO(rmcilroy, 4680): new ES6 instanceof support | 882 # TODO(rmcilroy, 4680): new ES6 instanceof support |
889 'harmony/instanceof-es6': [SKIP], | 883 'harmony/instanceof-es6': [SKIP], |
890 | 884 |
891 # TODO(rmcilroy,4680): Test timeouts. | 885 # TODO(rmcilroy,4680): Test timeouts. |
892 'array-literal-transitions': [SKIP], | 886 'array-literal-transitions': [SKIP], |
893 'regress/regress-crbug-517592': [SKIP], | 887 'regress/regress-crbug-517592': [SKIP], |
894 'regress/regress-crbug-568477-4': [SKIP], | 888 'regress/regress-crbug-568477-4': [SKIP], |
895 'regress/regress-crbug-409614': [SKIP], | 889 'regress/regress-crbug-409614': [SKIP], |
896 'regress/regress-crbug-42414': [SKIP], | 890 'regress/regress-crbug-42414': [SKIP], |
(...skipping 26 matching lines...) Expand all Loading... |
923 # Tests taking too long. | 917 # Tests taking too long. |
924 'array-functions-prototype-misc': [SKIP], | 918 'array-functions-prototype-misc': [SKIP], |
925 'strong/implicit-conversions': [SKIP], | 919 'strong/implicit-conversions': [SKIP], |
926 'strong/load-element-mutate-backing-store': [SKIP], | 920 'strong/load-element-mutate-backing-store': [SKIP], |
927 | 921 |
928 # Stack overflow. | 922 # Stack overflow. |
929 'big-array-literal': [SKIP], | 923 'big-array-literal': [SKIP], |
930 }], # 'gcov_coverage' | 924 }], # 'gcov_coverage' |
931 | 925 |
932 ] | 926 ] |
OLD | NEW |