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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
766 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 766 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
767 | 767 |
768 # take too long with the simulator. | 768 # take too long with the simulator. |
769 'regress/regress-1132': [SKIP], | 769 'regress/regress-1132': [SKIP], |
770 }], # 'arch == ppc and simulator_run == True' | 770 }], # 'arch == ppc and simulator_run == True' |
771 | 771 |
772 ['ignition == True', { | 772 ['ignition == True', { |
773 # Skip strong mode tests since strong mode is unsupported on ignition. | 773 # Skip strong mode tests since strong mode is unsupported on ignition. |
774 'strong/*': [SKIP], | 774 'strong/*': [SKIP], |
775 | 775 |
776 # TODO(mstarzinger): Flushes out a similar, but different issue to what the | |
777 # regression test was designed to test against. Investigate separately. | |
778 'regress/regress-crbug-589472': [SKIP], | |
779 | |
780 # TODO(yangguo,4690): Requires debugger support. | 776 # TODO(yangguo,4690): Requires debugger support. |
781 'es6/debug*': [SKIP], | 777 'es6/debug*': [SKIP], |
782 'harmony/debug*': [SKIP], | 778 'harmony/debug*': [SKIP], |
783 'regress/debug*': [SKIP], | 779 'regress/debug*': [SKIP], |
784 'regress/regress-debug*': [SKIP], | 780 'regress/regress-debug*': [SKIP], |
785 | 781 |
786 # TODO(yangguo,4690): assertion failures in debugger tests. | 782 # TODO(yangguo,4690): assertion failures in debugger tests. |
787 'debug-allscopes-on-debugger': [FAIL], | 783 'debug-allscopes-on-debugger': [FAIL], |
788 'debug-liveedit-restart-frame': [FAIL], | 784 'debug-liveedit-restart-frame': [FAIL], |
789 'debug-return-value': [FAIL], | 785 'debug-return-value': [FAIL], |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
854 'harmony/proxies-enumerate': [FAIL], | 850 'harmony/proxies-enumerate': [FAIL], |
855 'harmony/reflect-enumerate-opt': [FAIL], | 851 'harmony/reflect-enumerate-opt': [FAIL], |
856 'harmony/reflect-enumerate': [FAIL], | 852 'harmony/reflect-enumerate': [FAIL], |
857 'harmony/destructuring': [FAIL], | 853 'harmony/destructuring': [FAIL], |
858 'harmony/regress/regress-4482': [FAIL], | 854 'harmony/regress/regress-4482': [FAIL], |
859 'harmony/generators': [FAIL], | 855 'harmony/generators': [FAIL], |
860 'harmony/iterator-close': [FAIL], | 856 'harmony/iterator-close': [FAIL], |
861 'harmony/reflect-construct': [FAIL], | 857 'harmony/reflect-construct': [FAIL], |
862 'es6/promises': [FAIL], | 858 'es6/promises': [FAIL], |
863 | 859 |
864 # TODO(rmcilroy,4680): Check failed in | 860 # TODO(rmcilroy,4680): Pass on debug, fail on release. Fails in both modes. |
865 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). | 861 # the line numbers in the stack trace are incorrect. In debug mode somehow |
866 'regress/regress-crbug-429159': [FAIL], | 862 # does not get flagged as a failure. |
867 | |
868 # TODO(rmcilroy,4680): Pass on debug, fail on release. | |
869 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], | 863 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], |
870 | 864 |
871 # TODO(rmcilroy,4680): Test assert failures. | 865 # TODO(rmcilroy,4680): Test assert failures. |
872 'array-literal-feedback': [FAIL], | 866 'array-literal-feedback': [FAIL], |
873 'undetectable-compare': [FAIL], | 867 'undetectable-compare': [FAIL], |
874 'debug-liveedit-2': [FAIL], | 868 'debug-liveedit-2': [FAIL], |
875 'compiler/deopt-tonumber-compare': [FAIL], | 869 'compiler/deopt-tonumber-compare': [FAIL], |
876 'es6/string-search': [FAIL], | 870 'es6/string-search': [FAIL], |
877 'es6/mirror-collections': [FAIL], | 871 'es6/mirror-collections': [FAIL], |
878 'es6/regress/regress-468661': [FAIL], | 872 'es6/regress/regress-468661': [FAIL], |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
927 # Tests taking too long. | 921 # Tests taking too long. |
928 'array-functions-prototype-misc': [SKIP], | 922 'array-functions-prototype-misc': [SKIP], |
929 'strong/implicit-conversions': [SKIP], | 923 'strong/implicit-conversions': [SKIP], |
930 'strong/load-element-mutate-backing-store': [SKIP], | 924 'strong/load-element-mutate-backing-store': [SKIP], |
931 | 925 |
932 # Stack overflow. | 926 # Stack overflow. |
933 'big-array-literal': [SKIP], | 927 'big-array-literal': [SKIP], |
934 }], # 'gcov_coverage' | 928 }], # 'gcov_coverage' |
935 | 929 |
936 ] | 930 ] |
OLD | NEW |