Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: test/mjsunit/mjsunit.status

Issue 1811553003: [Interpreter] Make ignition compiler eagerly. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« src/compiler.cc ('K') | « test/cctest/test-profile-generator.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 'debug-liveedit-patch-positions': [FAIL], 775 'debug-liveedit-patch-positions': [FAIL],
776 'debug-liveedit-stepin': [FAIL], 776 'debug-liveedit-stepin': [FAIL],
777 'debug-liveedit-newsource': [FAIL], 777 'debug-liveedit-newsource': [FAIL],
778 'debug-liveedit-stack-padding': [FAIL], 778 'debug-liveedit-stack-padding': [FAIL],
779 'debug-liveedit-breakpoints': [FAIL], 779 'debug-liveedit-breakpoints': [FAIL],
780 'es6/debug-liveedit-new-target-1': [FAIL], 780 'es6/debug-liveedit-new-target-1': [FAIL],
781 'es6/debug-liveedit-new-target-2': [FAIL], 781 'es6/debug-liveedit-new-target-2': [FAIL],
782 'es6/debug-liveedit-new-target-3': [FAIL], 782 'es6/debug-liveedit-new-target-3': [FAIL],
783 'es6/generators-debug-liveedit': [FAIL], 783 'es6/generators-debug-liveedit': [FAIL],
784 784
785 # TODO(yangguo/rmcilroy,4690): Related to Debugger. Goes into a loop
786 # in function: Debug::FindSharedFunctionInfoInScript and times out.
787 'regress/regress-crbug-517592': [SKIP],
788 'regress/regress-1853': [SKIP],
789 'regress/regress-crbug-424142': [SKIP],
790
791 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. 785 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
792 'array-literal-feedback': [FAIL], 786 'array-literal-feedback': [FAIL],
793 'regress/regress-4121': [FAIL], 787 'regress/regress-4121': [FAIL],
794 788
795 # TODO(mythria, 4764): lack of osr support. 789 # TODO(mythria, 4764): lack of osr support.
796 'regress/regress-2618': [FAIL], 790 'regress/regress-2618': [FAIL],
797 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop 791 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
798 # till it is optimized. So test timeouts. 792 # till it is optimized. So test timeouts.
799 'array-literal-transitions': [SKIP], 793 'array-literal-transitions': [SKIP],
800 794
801 # TODO(mythria, 4680): Relate to GC and ignition holding references to 795 # TODO(mythria, 4680): Relate to GC and ignition holding references to
802 # objects. 796 # objects.
803 'es6/mirror-collections': [FAIL], 797 'es6/mirror-collections': [FAIL],
804 798
805 # TODO(mythria, 4680): line numbers in eval test. Coloumn number is 799 # TODO(mythria, 4680): line numbers in eval test. Column number is
806 # incorrect. 800 # incorrect.
807 'regress/regress-crbug-109362': [FAIL], 801 'regress/regress-crbug-109362': [FAIL],
808 802
809 # TODO(mythria, 4680): possibly problem with line numbers. 803 # TODO(mythria, 4680): possibly problem with line numbers.
810 'es6/regress/regress-468661': [FAIL], 804 'es6/regress/regress-468661': [FAIL],
811 805
806 # TODO(mythria, 4680): Fails with context_register_count_ > 0 (0 vs. 0) when
807 # trying to get a context register in BytecodeGenerator.
808 'harmony/regress/regress-4658': [FAIL],
809
810 # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so duri ng
811 # eager compile of the whole script instead of during lazy compile of the func tion
812 # f(), so we can't catch the exception in the try/catch.
813 'regress/regress-crbug-589472': [FAIL],
814
812 # Debugger test cases that pass with ignition, but not full-codegen. 815 # Debugger test cases that pass with ignition, but not full-codegen.
813 # These differences between full-codegen and ignition are deliberate. 816 # These differences between full-codegen and ignition are deliberate.
814 'ignition/elided-instruction-no-ignition': [FAIL], 817 'ignition/elided-instruction-no-ignition': [FAIL],
815 }], # ignition == True 818 }], # ignition == True
816 819
817 ['ignition == True and system == windows', { 820 ['ignition == True and system == windows', {
818 # TODO(rmcilroy,4680): Crash on windows nosnap shared. 821 # TODO(rmcilroy,4680): Crash on windows nosnap shared.
819 'regress/regress-crbug-352058': [PASS, ['no_snap == True', SKIP]], 822 'regress/regress-crbug-352058': [PASS, ['no_snap == True', SKIP]],
820 823
821 # TODO(rmcilroy,4680): Fails on win32 debug. 824 # TODO(rmcilroy,4680): Fails on win32 debug.
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 ############################################################################## 869 ##############################################################################
867 ['gcov_coverage', { 870 ['gcov_coverage', {
868 # Tests taking too long. 871 # Tests taking too long.
869 'array-functions-prototype-misc': [SKIP], 872 'array-functions-prototype-misc': [SKIP],
870 873
871 # Stack overflow. 874 # Stack overflow.
872 'big-array-literal': [SKIP], 875 'big-array-literal': [SKIP],
873 }], # 'gcov_coverage' 876 }], # 'gcov_coverage'
874 877
875 ] 878 ]
OLDNEW
« src/compiler.cc ('K') | « test/cctest/test-profile-generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698