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 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
779 'd8-os': [SKIP], | 779 'd8-os': [SKIP], |
780 }], # 'predictable == True' | 780 }], # 'predictable == True' |
781 | 781 |
782 ############################################################################## | 782 ############################################################################## |
783 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { | 783 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { |
784 | 784 |
785 # take too long with the simulator. | 785 # take too long with the simulator. |
786 'regress/regress-1132': [SKIP], | 786 'regress/regress-1132': [SKIP], |
787 }], # 'arch == ppc and simulator_run == True' | 787 }], # 'arch == ppc and simulator_run == True' |
788 | 788 |
789 ############################################################################## | |
789 ['ignition == True', { | 790 ['ignition == True', { |
790 # TODO(yangguo,4690): assertion failures in debugger tests. | 791 # TODO(yangguo,4690): assertion failures in debugger tests. |
791 'debug-allscopes-on-debugger': [FAIL], | 792 'debug-allscopes-on-debugger': [FAIL], |
792 'debug-return-value': [FAIL], | 793 'debug-return-value': [FAIL], |
793 'es6/debug-stepnext-for': [FAIL], | 794 'es6/debug-stepnext-for': [FAIL], |
794 'es6/debug-stepin-generators': [FAIL], | 795 'es6/debug-stepin-generators': [FAIL], |
795 'es6/debug-stepin-string-template': [FAIL], | 796 'es6/debug-stepin-string-template': [FAIL], |
796 'es6/debug-promises/stepin-constructor': [FAIL], | 797 'es6/debug-promises/stepin-constructor': [FAIL], |
797 'harmony/debug-stepin-proxies': [FAIL], | 798 'harmony/debug-stepin-proxies': [FAIL], |
798 'regress/regress-crbug-119800': [FAIL], | 799 'regress/regress-crbug-119800': [FAIL], |
(...skipping 17 matching lines...) Expand all Loading... | |
816 'es6/debug-liveedit-new-target-2': [FAIL], | 817 'es6/debug-liveedit-new-target-2': [FAIL], |
817 'es6/debug-liveedit-new-target-3': [FAIL], | 818 'es6/debug-liveedit-new-target-3': [FAIL], |
818 | 819 |
819 # TODO(yangguo/rmcilroy,4690): Related to Debugger. Goes into a loop | 820 # TODO(yangguo/rmcilroy,4690): Related to Debugger. Goes into a loop |
820 # in function: Debug::FindSharedFunctionInfoInScript and times out. | 821 # in function: Debug::FindSharedFunctionInfoInScript and times out. |
821 'regress/regress-crbug-517592': [SKIP], | 822 'regress/regress-crbug-517592': [SKIP], |
822 'regress/regress-1853': [SKIP], | 823 'regress/regress-1853': [SKIP], |
823 'regress/regress-crbug-424142': [SKIP], | 824 'regress/regress-crbug-424142': [SKIP], |
824 | 825 |
825 # TODO(rmcilroy,4681): Requires support for generators. | 826 # TODO(rmcilroy,4681): Requires support for generators. |
826 'messages': [FAIL], | 827 'messages': [FAIL], |
rmcilroy
2016/03/10 10:15:24
Any idea why the rest of these still fail?
Michael Starzinger
2016/03/10 10:42:40
Acknowledged. Yes, I know what this is. It is the
| |
827 'es6/array-from': [FAIL], | 828 'es6/array-from': [FAIL], |
828 'regress-3225': [FAIL], | 829 'regress-3225': [FAIL], |
829 'es6/classes-subclass-builtins': [FAIL], | 830 'es6/classes-subclass-builtins': [FAIL], |
830 'es6/computed-property-names-classes': [FAIL], | 831 'es6/computed-property-names-classes': [FAIL], |
831 'es6/computed-property-names-object-literals-methods': [FAIL], | 832 'es6/computed-property-names-object-literals-methods': [FAIL], |
832 'es6/function-length-configurable': [FAIL], | |
833 'es6/generators-poisoned-properties': [FAIL], | 833 'es6/generators-poisoned-properties': [FAIL], |
834 'es6/generators-runtime': [FAIL], | 834 'es6/generators-runtime': [FAIL], |
835 'es6/generators-objects': [FAIL], | |
836 'es6/generators-parsing': [FAIL], | 835 'es6/generators-parsing': [FAIL], |
837 'es6/generators-iteration': [FAIL], | 836 'es6/generators-iteration': [FAIL], |
838 'es6/generators-states': [FAIL], | 837 'es6/generators-states': [FAIL], |
839 'es6/iteration-semantics': [FAIL], | 838 'es6/iteration-semantics': [FAIL], |
840 'es6/iterator-prototype': [FAIL], | |
841 'es6/generators-mirror': [FAIL], | 839 'es6/generators-mirror': [FAIL], |
842 'es6/object-literals-method': [FAIL], | 840 'es6/object-literals-method': [FAIL], |
843 'es6/object-literals-super': [FAIL], | 841 'es6/object-literals-super': [FAIL], |
844 'es6/generators-relocation': [FAIL], | 842 'es6/generators-relocation': [FAIL], |
845 'es6/spread-array': [FAIL], | 843 'es6/spread-array': [FAIL], |
846 'es6/generators-debug-liveedit': [FAIL], | 844 'es6/generators-debug-liveedit': [FAIL], |
847 'es6/spread-call': [FAIL], | 845 'es6/spread-call': [FAIL], |
848 'es6/typedarray-from': [FAIL], | 846 'es6/typedarray-from': [FAIL], |
849 'es6/typedarray': [FAIL], | 847 'es6/typedarray': [FAIL], |
850 'es6/regress/regress-2681': [FAIL], | 848 'es6/regress/regress-2681': [FAIL], |
851 'es6/regress/regress-2691': [FAIL], | 849 'es6/regress/regress-2691': [FAIL], |
852 'es6/regress/regress-3280': [FAIL], | 850 'es6/regress/regress-3280': [FAIL], |
853 'harmony/destructuring-assignment': [FAIL], | 851 'harmony/destructuring-assignment': [FAIL], |
854 'harmony/function-sent': [FAIL], | 852 'harmony/function-sent': [FAIL], |
855 'harmony/destructuring': [FAIL], | 853 'harmony/destructuring': [FAIL], |
856 'harmony/regress/regress-4482': [FAIL], | 854 'harmony/regress/regress-4482': [FAIL], |
857 'harmony/generators': [FAIL], | 855 'harmony/generators': [FAIL], |
858 'harmony/iterator-close': [FAIL], | 856 'harmony/iterator-close': [FAIL], |
859 'harmony/reflect-construct': [FAIL], | 857 'harmony/reflect-construct': [FAIL], |
860 'es6/promises': [FAIL], | 858 'es6/promises': [FAIL], |
861 'strong/function-arity': [FAIL], | |
862 'strong/undefined': [FAIL], | 859 'strong/undefined': [FAIL], |
863 | 860 |
864 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. | 861 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
865 'array-literal-feedback': [FAIL], | 862 'array-literal-feedback': [FAIL], |
866 'regress/regress-4121': [FAIL], | 863 'regress/regress-4121': [FAIL], |
867 | 864 |
868 # TODO(mythria, 4764): lack of osr support. | 865 # TODO(mythria, 4764): lack of osr support. |
869 'regress/regress-2618': [FAIL], | 866 'regress/regress-2618': [FAIL], |
870 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop | 867 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop |
871 # till it is optimized. So test timeouts. | 868 # till it is optimized. So test timeouts. |
(...skipping 17 matching lines...) Expand all Loading... | |
889 'asm/construct-double': [SKIP], | 886 'asm/construct-double': [SKIP], |
890 'compiler/osr-one': [SKIP], | 887 'compiler/osr-one': [SKIP], |
891 'compiler/osr-two': [SKIP], | 888 'compiler/osr-two': [SKIP], |
892 }], # ignition == True and arch == arm64 | 889 }], # ignition == True and arch == arm64 |
893 | 890 |
894 ['ignition == True and arch == arm', { | 891 ['ignition == True and arch == arm', { |
895 # TODO(rmcilroy,4680): Arm specific timeouts. | 892 # TODO(rmcilroy,4680): Arm specific timeouts. |
896 'compiler/osr-one': [SKIP], | 893 'compiler/osr-one': [SKIP], |
897 'compiler/osr-two': [SKIP], | 894 'compiler/osr-two': [SKIP], |
898 'regress/regress-1257': [SKIP], | 895 'regress/regress-1257': [SKIP], |
899 }], # ignition == True and (arch == arm or arch == arm64) | 896 }], # ignition == True and arch == arm |
900 | 897 |
901 ############################################################################## | 898 ############################################################################## |
902 ['gcov_coverage', { | 899 ['gcov_coverage', { |
903 # Tests taking too long. | 900 # Tests taking too long. |
904 'array-functions-prototype-misc': [SKIP], | 901 'array-functions-prototype-misc': [SKIP], |
905 'strong/implicit-conversions': [SKIP], | 902 'strong/implicit-conversions': [SKIP], |
906 'strong/load-element-mutate-backing-store': [SKIP], | 903 'strong/load-element-mutate-backing-store': [SKIP], |
907 | 904 |
908 # Stack overflow. | 905 # Stack overflow. |
909 'big-array-literal': [SKIP], | 906 'big-array-literal': [SKIP], |
910 }], # 'gcov_coverage' | 907 }], # 'gcov_coverage' |
911 | 908 |
912 ] | 909 ] |
OLD | NEW |