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 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
773 'debug-liveedit-patch-positions': [FAIL], | 773 'debug-liveedit-patch-positions': [FAIL], |
774 'debug-liveedit-stepin': [FAIL], | 774 'debug-liveedit-stepin': [FAIL], |
775 'debug-liveedit-newsource': [FAIL], | 775 'debug-liveedit-newsource': [FAIL], |
776 'debug-liveedit-stack-padding': [FAIL], | 776 'debug-liveedit-stack-padding': [FAIL], |
777 'debug-liveedit-breakpoints': [FAIL], | 777 'debug-liveedit-breakpoints': [FAIL], |
778 'es6/debug-liveedit-new-target-1': [FAIL], | 778 'es6/debug-liveedit-new-target-1': [FAIL], |
779 'es6/debug-liveedit-new-target-2': [FAIL], | 779 'es6/debug-liveedit-new-target-2': [FAIL], |
780 'es6/debug-liveedit-new-target-3': [FAIL], | 780 'es6/debug-liveedit-new-target-3': [FAIL], |
781 'es6/generators-debug-liveedit': [FAIL], | 781 'es6/generators-debug-liveedit': [FAIL], |
782 | 782 |
783 # TODO(yangguo/rmcilroy,4690): Related to Debugger. Goes into a loop | |
784 # in function: Debug::FindSharedFunctionInfoInScript and times out. | |
785 'regress/regress-crbug-517592': [SKIP], | |
786 'regress/regress-1853': [SKIP], | |
787 'regress/regress-crbug-424142': [SKIP], | |
788 | |
789 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. | 783 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
790 'array-literal-feedback': [FAIL], | 784 'array-literal-feedback': [FAIL], |
791 'regress/regress-4121': [FAIL], | 785 'regress/regress-4121': [FAIL], |
792 | 786 |
793 # TODO(mythria, 4764): lack of osr support. | 787 # TODO(mythria, 4764): lack of osr support. |
794 'regress/regress-2618': [FAIL], | 788 'regress/regress-2618': [FAIL], |
795 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop | 789 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop |
796 # till it is optimized. So test timeouts. | 790 # till it is optimized. So test timeouts. |
797 'array-literal-transitions': [SKIP], | 791 'array-literal-transitions': [SKIP], |
798 | 792 |
799 # TODO(mythria, 4680): Relate to GC and ignition holding references to | 793 # TODO(mythria, 4680): Relate to GC and ignition holding references to |
800 # objects. | 794 # objects. |
801 'es6/mirror-collections': [FAIL], | 795 'es6/mirror-collections': [FAIL], |
802 | 796 |
803 # TODO(mythria, 4680): line numbers in eval test. Coloumn number is | 797 # TODO(mythria, 4680): line numbers in eval test. Column number is |
804 # incorrect. | 798 # incorrect. |
805 'regress/regress-crbug-109362': [FAIL], | 799 'regress/regress-crbug-109362': [FAIL], |
806 | 800 |
807 # TODO(mythria, 4680): possibly problem with line numbers. | 801 # TODO(mythria, 4680): possibly problem with line numbers. |
808 'es6/regress/regress-468661': [FAIL], | 802 'es6/regress/regress-468661': [FAIL], |
809 | 803 |
804 # TODO(mythria, 4680): Fails with context_register_count_ > 0 (0 vs. 0) when | |
805 # trying to get a context register in BytecodeGenerator. | |
806 'harmony/regress/regress-4658': [FAIL], | |
rmcilroy
2016/03/22 15:43:25
Mythri - when you get a second could you have a lo
| |
807 | |
808 # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so duri ng | |
809 # eager compile of the whole script instead of during lazy compile of the func tion | |
810 # f(), so we can't catch the exception in the try/catch. | |
rmcilroy
2016/03/22 15:43:25
Michi - Any idea if we could modify this test to a
| |
811 'regress/regress-crbug-589472': [FAIL], | |
812 | |
810 # Debugger test cases that pass with ignition, but not full-codegen. | 813 # Debugger test cases that pass with ignition, but not full-codegen. |
811 # These differences between full-codegen and ignition are deliberate. | 814 # These differences between full-codegen and ignition are deliberate. |
812 'ignition/elided-instruction-no-ignition': [FAIL], | 815 'ignition/elided-instruction-no-ignition': [FAIL], |
813 }], # ignition == True | 816 }], # ignition == True |
814 | 817 |
815 ['ignition == True and system == windows', { | 818 ['ignition == True and system == windows', { |
816 # TODO(rmcilroy,4680): Crash on windows nosnap shared. | 819 # TODO(rmcilroy,4680): Crash on windows nosnap shared. |
817 'regress/regress-crbug-352058': [PASS, ['no_snap == True', SKIP]], | 820 'regress/regress-crbug-352058': [PASS, ['no_snap == True', SKIP]], |
818 | 821 |
819 # TODO(rmcilroy,4680): Fails on win32 debug. | 822 # TODO(rmcilroy,4680): Fails on win32 debug. |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
885 ############################################################################## | 888 ############################################################################## |
886 ['gcov_coverage', { | 889 ['gcov_coverage', { |
887 # Tests taking too long. | 890 # Tests taking too long. |
888 'array-functions-prototype-misc': [SKIP], | 891 'array-functions-prototype-misc': [SKIP], |
889 | 892 |
890 # Stack overflow. | 893 # Stack overflow. |
891 'big-array-literal': [SKIP], | 894 'big-array-literal': [SKIP], |
892 }], # 'gcov_coverage' | 895 }], # 'gcov_coverage' |
893 | 896 |
894 ] | 897 ] |
OLD | NEW |