| 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 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 799 'es6/generators-poisoned-properties': [FAIL], | 799 'es6/generators-poisoned-properties': [FAIL], |
| 800 'es6/generators-runtime': [FAIL], | 800 'es6/generators-runtime': [FAIL], |
| 801 'es6/generators-objects': [FAIL], | 801 'es6/generators-objects': [FAIL], |
| 802 'es6/generators-parsing': [FAIL], | 802 'es6/generators-parsing': [FAIL], |
| 803 'es6/generators-iteration': [FAIL], | 803 'es6/generators-iteration': [FAIL], |
| 804 'es6/generators-states': [FAIL], | 804 'es6/generators-states': [FAIL], |
| 805 'es6/iteration-semantics': [FAIL], | 805 'es6/iteration-semantics': [FAIL], |
| 806 'es6/iterator-prototype': [FAIL], | 806 'es6/iterator-prototype': [FAIL], |
| 807 'es6/generators-mirror': [FAIL], | 807 'es6/generators-mirror': [FAIL], |
| 808 'es6/object-literals-method': [FAIL], | 808 'es6/object-literals-method': [FAIL], |
| 809 'es6/object-literals-super': [FAIL], |
| 809 'es6/generators-relocation': [FAIL], | 810 'es6/generators-relocation': [FAIL], |
| 810 'es6/spread-array': [FAIL], | 811 'es6/spread-array': [FAIL], |
| 811 'es6/generators-debug-liveedit': [FAIL], | 812 'es6/generators-debug-liveedit': [FAIL], |
| 812 'es6/spread-call': [FAIL], | 813 'es6/spread-call': [FAIL], |
| 813 'es6/typedarray-from': [FAIL], | 814 'es6/typedarray-from': [FAIL], |
| 814 'es6/typedarray': [FAIL], | 815 'es6/typedarray': [FAIL], |
| 815 'es6/regress/regress-2681': [FAIL], | 816 'es6/regress/regress-2681': [FAIL], |
| 816 'es6/regress/regress-2691': [FAIL], | 817 'es6/regress/regress-2691': [FAIL], |
| 817 'es6/regress/regress-455141': [FAIL], | 818 'es6/regress/regress-455141': [FAIL], |
| 818 'es6/regress/regress-3280': [FAIL], | 819 'es6/regress/regress-3280': [FAIL], |
| 819 'harmony/destructuring-parameters-literalcount-nolazy': [FAIL], | 820 'harmony/destructuring-parameters-literalcount-nolazy': [FAIL], |
| 820 'harmony/destructuring-assignment': [FAIL], | 821 'harmony/destructuring-assignment': [FAIL], |
| 821 'harmony/function-sent': [FAIL], | 822 'harmony/function-sent': [FAIL], |
| 822 'harmony/private-symbols': [FAIL], | 823 'harmony/private-symbols': [FAIL], |
| 823 'harmony/reflect-enumerate-delete': [FAIL], | 824 'harmony/reflect-enumerate-delete': [FAIL], |
| 824 'harmony/reflect-enumerate-special-cases': [FAIL], | 825 'harmony/reflect-enumerate-special-cases': [FAIL], |
| 825 'harmony/proxies-enumerate': [FAIL], | 826 'harmony/proxies-enumerate': [FAIL], |
| 826 'harmony/reflect-enumerate-opt': [FAIL], | 827 'harmony/reflect-enumerate-opt': [FAIL], |
| 827 'harmony/reflect-enumerate': [FAIL], | 828 'harmony/reflect-enumerate': [FAIL], |
| 828 'harmony/destructuring': [FAIL], | 829 'harmony/destructuring': [FAIL], |
| 829 'harmony/regress/regress-4482': [FAIL], | 830 'harmony/regress/regress-4482': [FAIL], |
| 830 'harmony/reflect': [FAIL], | 831 'harmony/reflect': [FAIL], |
| 831 'harmony/generators': [FAIL], | 832 'harmony/generators': [FAIL], |
| 832 'regress/regress-572589': [FAIL], | 833 'regress/regress-572589': [FAIL], |
| 833 'harmony/reflect-construct': [FAIL], | 834 'harmony/reflect-construct': [FAIL], |
| 834 'es6/promises': [FAIL], | 835 'es6/promises': [FAIL], |
| 835 'deserialize-optimize-inner': [FAIL], | 836 'deserialize-optimize-inner': [FAIL], |
| 836 | 837 |
| 837 # TODO(oth,4682): Requires VisitThisFunctionVariable support. | |
| 838 'es6/classes-maps': [FAIL], | |
| 839 'es6/array-concat': [FAIL], | |
| 840 'es6/classes-subclass-arrays': [FAIL], | |
| 841 'es6/classes-derived-return-type': [FAIL], | |
| 842 'es6/classes-experimental': [FAIL], | |
| 843 'es6/legacy-subclassing': [FAIL], | |
| 844 'es6/new-target': [FAIL], | |
| 845 'es6/promise-internal-setter': [FAIL], | |
| 846 'es6/regexp-constructor': [FAIL], | |
| 847 'es6/rest-params': [FAIL], | |
| 848 'es6/spread-call-new-class': [FAIL], | |
| 849 'es6/typedarray-of': [FAIL], | |
| 850 'harmony/array-species': [FAIL], | |
| 851 'harmony/arraybuffer-species': [FAIL], | |
| 852 'harmony/promise-species': [FAIL], | |
| 853 'es6/debug-break-default-constructor': [FAIL], | |
| 854 'harmony/typedarray-species': [FAIL], | |
| 855 'regress/regress-544991': [FAIL], | |
| 856 'regress/regress-crbug-498022': [FAIL], | |
| 857 'regress/regress-crbug-575080': [FAIL], | |
| 858 'regress/regress-crbug-580506': [FAIL], | |
| 859 'regress/regress-typedarray-length': [FAIL], | |
| 860 | |
| 861 # TODO(oth,4682): Requires VisitSetHomeObject support. | |
| 862 'es6/class-computed-property-names-super': [FAIL], | |
| 863 'es6/classes-lazy-parsing': [FAIL], | |
| 864 'es6/computed-property-names-super': [FAIL], | |
| 865 'es6/classes': [FAIL], | |
| 866 'es6/object-literals-super': [FAIL], | |
| 867 'es6/spread-call-super-property': [FAIL], | |
| 868 'es6/super': [FAIL], | |
| 869 'es6/regress/regress-4097': [FAIL], | |
| 870 'es6/regress/regress-4466': [FAIL], | |
| 871 'es6/regress/regress-4522': [FAIL], | |
| 872 'es6/regress/regress-cr493566': [FAIL], | |
| 873 'harmony/regress/regress-4395': [FAIL], | |
| 874 'regress/regress-4525': [FAIL], | |
| 875 'regress/regress-4521': [FAIL], | |
| 876 | |
| 877 # TODO(rmcilroy,4680): Check failed in | 838 # TODO(rmcilroy,4680): Check failed in |
| 878 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). | 839 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). |
| 879 'regress/regress-crbug-429159': [FAIL], | 840 'regress/regress-crbug-429159': [FAIL], |
| 880 | 841 |
| 881 # TODO(rmcilroy,4680): Hits unreachable in | 842 # TODO(rmcilroy,4680): Hits unreachable in |
| 882 # BytecodeArrayBuilder::GetJumpWithConstantWideOperand(). | 843 # BytecodeArrayBuilder::GetJumpWithConstantWideOperand(). |
| 883 'regress/regress-455207': [FAIL], | 844 'regress/regress-455207': [FAIL], |
| 884 | 845 |
| 885 # TODO(rmcilroy,4680): Check failed: osr_normal_entry. | 846 # TODO(rmcilroy,4680): Check failed: osr_normal_entry. |
| 886 'regress/regress-123919': [FAIL], | 847 'regress/regress-123919': [FAIL], |
| 887 | 848 |
| 888 # TODO(rmcilroy,4680): Pass on debug, fail on release. | 849 # TODO(rmcilroy,4680): Pass on debug, fail on release. |
| 889 'compiler/regress-stacktrace-methods': [PASS, FAIL], | 850 'compiler/regress-stacktrace-methods': [PASS, FAIL], |
| 890 | 851 |
| 891 # TODO(rmcilroy,4680): Test assert failures. | 852 # TODO(rmcilroy,4680): Test assert failures. |
| 892 'array-literal-feedback': [FAIL], | 853 'array-literal-feedback': [FAIL], |
| 893 'undetectable-compare': [FAIL], | 854 'undetectable-compare': [FAIL], |
| 894 'debug-liveedit-2': [FAIL], | 855 'debug-liveedit-2': [FAIL], |
| 895 'compiler/deopt-tonumber-compare': [FAIL], | 856 'compiler/deopt-tonumber-compare': [FAIL], |
| 896 'es6/string-search': [FAIL], | 857 'es6/string-search': [FAIL], |
| 897 'es6/tail-call-proxies': [FAIL], | 858 'es6/tail-call-proxies': [FAIL], |
| 898 'es6/tail-call': [FAIL], | 859 'es6/tail-call': [FAIL], |
| 899 'es6/tail-call-simple': [FAIL], | 860 'es6/tail-call-simple': [FAIL], |
| 900 'es6/mirror-collections': [FAIL], | 861 'es6/mirror-collections': [FAIL], |
| 901 'es6/block-const-assign': [FAIL], | |
| 902 'es6/regress/regress-468661': [FAIL], | 862 'es6/regress/regress-468661': [FAIL], |
| 903 'harmony/string-replace': [FAIL], | 863 'harmony/string-replace': [FAIL], |
| 904 'harmony/string-match': [FAIL], | 864 'harmony/string-match': [FAIL], |
| 905 'harmony/string-split': [FAIL], | 865 'harmony/string-split': [FAIL], |
| 906 'harmony/block-const-assign-sloppy': [FAIL], | |
| 907 'regress/regress-2618': [FAIL], | 866 'regress/regress-2618': [FAIL], |
| 908 'regress/regress-4121': [FAIL], | 867 'regress/regress-4121': [FAIL], |
| 909 'regress/regress-4266': [FAIL], | 868 'regress/regress-4266': [FAIL], |
| 910 'harmony/simd': [FAIL], | 869 'harmony/simd': [FAIL], |
| 911 'regress/regress-crbug-109362': [FAIL], | 870 'regress/regress-crbug-109362': [FAIL], |
| 912 'regress/regress-1170187': [FAIL], | 871 'regress/regress-1170187': [FAIL], |
| 913 'regress/regress-131994': [FAIL], | 872 'regress/regress-131994': [FAIL], |
| 914 'regress/regress-crbug-568477-2': [FAIL], | 873 'regress/regress-crbug-568477-2': [FAIL], |
| 915 'regress/regress-crbug-568477-3': [FAIL], | 874 'regress/regress-crbug-568477-3': [FAIL], |
| 916 'regress/regress-crbug-568477-1': [FAIL], | 875 'regress/regress-crbug-568477-1': [FAIL], |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1019 # Tests taking too long. | 978 # Tests taking too long. |
| 1020 'array-functions-prototype-misc': [SKIP], | 979 'array-functions-prototype-misc': [SKIP], |
| 1021 'strong/implicit-conversions': [SKIP], | 980 'strong/implicit-conversions': [SKIP], |
| 1022 'strong/load-element-mutate-backing-store': [SKIP], | 981 'strong/load-element-mutate-backing-store': [SKIP], |
| 1023 | 982 |
| 1024 # Stack overflow. | 983 # Stack overflow. |
| 1025 'big-array-literal': [SKIP], | 984 'big-array-literal': [SKIP], |
| 1026 }], # 'gcov_coverage' | 985 }], # 'gcov_coverage' |
| 1027 | 986 |
| 1028 ] | 987 ] |
| OLD | NEW |