| 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 750 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 761 # Skip strong mode tests since strong mode is unsupported on ignition. | 761 # Skip strong mode tests since strong mode is unsupported on ignition. |
| 762 'strong/*': [SKIP], | 762 'strong/*': [SKIP], |
| 763 | 763 |
| 764 # TODO(yangguo,4690): Requires debugger support. | 764 # TODO(yangguo,4690): Requires debugger support. |
| 765 'debug-*': [SKIP], | 765 'debug-*': [SKIP], |
| 766 'es6/debug*': [SKIP], | 766 'es6/debug*': [SKIP], |
| 767 'harmony/debug*': [SKIP], | 767 'harmony/debug*': [SKIP], |
| 768 'regress/debug*': [SKIP], | 768 'regress/debug*': [SKIP], |
| 769 'regress/regress-debug*': [SKIP], | 769 'regress/regress-debug*': [SKIP], |
| 770 | 770 |
| 771 # TODO(yangguo,4690): debug-scopes.cc failure in ScopeIterator::Type | |
| 772 # DCHECK(context_->IsFunctionContext() || !scope_info->HasContext()); | |
| 773 'regress/regress-crbug-582051': [SKIP], | |
| 774 | |
| 775 # TODO(yangguo,4690): Check failure in debug.cc BreakLocation::SetBreakPoint | 771 # TODO(yangguo,4690): Check failure in debug.cc BreakLocation::SetBreakPoint |
| 776 # DCHECK(IsDebugBreak() || IsDebuggerStatement()); | 772 # DCHECK(IsDebugBreak() || IsDebuggerStatement()); |
| 777 'regress/regress-1523': [FAIL], | 773 'regress/regress-1523': [FAIL], |
| 778 'regress/regress-102153': [FAIL], | 774 'regress/regress-102153': [FAIL], |
| 779 'regress/regress-1586': [FAIL], | 775 'regress/regress-1586': [FAIL], |
| 780 'regress/regress-2825': [FAIL], | 776 'regress/regress-2825': [FAIL], |
| 781 'regress/regress-3960': [FAIL], | 777 'regress/regress-3960': [FAIL], |
| 782 'regress/regress-crbug-119800': [FAIL], | 778 'regress/regress-crbug-119800': [FAIL], |
| 783 'regress/regress-crbug-467180': [FAIL], | 779 'regress/regress-crbug-467180': [FAIL], |
| 784 'regress/regress-998565': [FAIL], | 780 'regress/regress-998565': [FAIL], |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 834 'deserialize-optimize-inner': [FAIL], | 830 'deserialize-optimize-inner': [FAIL], |
| 835 | 831 |
| 836 # TODO(rmcilroy,4680): Check failed in | 832 # TODO(rmcilroy,4680): Check failed in |
| 837 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). | 833 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). |
| 838 'regress/regress-crbug-429159': [FAIL], | 834 'regress/regress-crbug-429159': [FAIL], |
| 839 | 835 |
| 840 # TODO(rmcilroy,4680): Check failed: osr_normal_entry. | 836 # TODO(rmcilroy,4680): Check failed: osr_normal_entry. |
| 841 'regress/regress-123919': [FAIL], | 837 'regress/regress-123919': [FAIL], |
| 842 | 838 |
| 843 # TODO(rmcilroy,4680): Pass on debug, fail on release. | 839 # TODO(rmcilroy,4680): Pass on debug, fail on release. |
| 844 'compiler/regress-stacktrace-methods': [PASS, FAIL], | 840 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], |
| 845 | 841 |
| 846 # TODO(rmcilroy,4680): Test assert failures. | 842 # TODO(rmcilroy,4680): Test assert failures. |
| 847 'array-literal-feedback': [FAIL], | 843 'array-literal-feedback': [FAIL], |
| 848 'undetectable-compare': [FAIL], | 844 'undetectable-compare': [FAIL], |
| 849 'debug-liveedit-2': [FAIL], | 845 'debug-liveedit-2': [FAIL], |
| 850 'compiler/deopt-tonumber-compare': [FAIL], | 846 'compiler/deopt-tonumber-compare': [FAIL], |
| 851 'es6/string-search': [FAIL], | 847 'es6/string-search': [FAIL], |
| 852 'es6/tail-call-proxies': [FAIL], | 848 'es6/tail-call-proxies': [FAIL], |
| 853 'es6/tail-call': [FAIL], | 849 'es6/tail-call': [FAIL], |
| 854 'es6/tail-call-simple': [FAIL], | 850 'es6/tail-call-simple': [FAIL], |
| 855 'es6/mirror-collections': [FAIL], | 851 'es6/mirror-collections': [FAIL], |
| 856 'es6/regress/regress-468661': [FAIL], | 852 'es6/regress/regress-468661': [FAIL], |
| 857 'harmony/string-replace': [FAIL], | 853 'harmony/string-replace': [FAIL], |
| 858 'harmony/string-match': [FAIL], | 854 'harmony/string-match': [FAIL], |
| 859 'harmony/string-split': [FAIL], | 855 'harmony/string-split': [FAIL], |
| 860 'regress/regress-2618': [FAIL], | 856 'regress/regress-2618': [FAIL], |
| 861 'regress/regress-4121': [FAIL], | 857 'regress/regress-4121': [FAIL], |
| 862 'regress/regress-4266': [FAIL], | 858 'regress/regress-4266': [FAIL], |
| 863 'harmony/simd': [FAIL], | 859 'harmony/simd': [FAIL], |
| 864 'regress/regress-crbug-109362': [FAIL], | 860 'regress/regress-crbug-109362': [FAIL], |
| 865 'regress/regress-131994': [FAIL], | 861 'regress/regress-131994': [FAIL], |
| 866 'regress/regress-crbug-568477-2': [FAIL], | 862 'regress/regress-crbug-568477-2': [FAIL], |
| 867 'regress/regress-crbug-568477-3': [FAIL], | 863 'regress/regress-crbug-568477-3': [FAIL], |
| 868 'regress/regress-crbug-568477-1': [FAIL], | 864 'regress/regress-crbug-568477-1': [FAIL], |
| 869 'regress/regress-2318': [FAIL], | 865 'regress/regress-2318': [FAIL], |
| 866 'regress/regress-crbug-582051': [FAIL], |
| 870 | 867 |
| 871 # TODO(rmcilroy,4680): Test crashes. | 868 # TODO(rmcilroy,4680): Test crashes. |
| 872 'compiler/regress-funarguments': [SKIP], | 869 'compiler/regress-funarguments': [SKIP], |
| 873 'regress/regress-3985': [SKIP], | 870 'regress/regress-3985': [SKIP], |
| 874 'regress/regress-457935': [SKIP], | 871 'regress/regress-457935': [SKIP], |
| 875 'regress/regress-arg-materialize-store': [SKIP], | 872 'regress/regress-arg-materialize-store': [SKIP], |
| 876 'regress/regress-514362': [SKIP], | 873 'regress/regress-514362': [SKIP], |
| 877 | 874 |
| 878 # TODO(rmcilroy,4680): Test timeouts. | 875 # TODO(rmcilroy,4680): Test timeouts. |
| 879 'array-literal-transitions': [SKIP], | 876 'array-literal-transitions': [SKIP], |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after 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 |