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

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

Issue 1779123003: [compiler] Sidestep optimizing of generator resumers. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_interpreter-generators-disable-1
Patch Set: Rebased. 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
« no previous file with comments | « src/runtime/runtime-generator.cc ('k') | test/test262/test262.status » ('j') | 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 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 # take too long with the simulator. 760 # take too long with the simulator.
761 'regress/regress-1132': [SKIP], 761 'regress/regress-1132': [SKIP],
762 }], # 'arch == ppc and simulator_run == True' 762 }], # 'arch == ppc and simulator_run == True'
763 763
764 ############################################################################## 764 ##############################################################################
765 ['ignition == True', { 765 ['ignition == True', {
766 # TODO(yangguo,4690): assertion failures in debugger tests. 766 # TODO(yangguo,4690): assertion failures in debugger tests.
767 'debug-allscopes-on-debugger': [FAIL], 767 'debug-allscopes-on-debugger': [FAIL],
768 'debug-return-value': [FAIL], 768 'debug-return-value': [FAIL],
769 'es6/debug-stepnext-for': [FAIL], 769 'es6/debug-stepnext-for': [FAIL],
770 'es6/debug-stepin-generators': [FAIL],
771 'es6/debug-stepin-string-template': [FAIL], 770 'es6/debug-stepin-string-template': [FAIL],
772 'es6/debug-promises/stepin-constructor': [FAIL], 771 'es6/debug-promises/stepin-constructor': [FAIL],
773 'harmony/debug-stepin-proxies': [FAIL], 772 'harmony/debug-stepin-proxies': [FAIL],
774 'regress/regress-crbug-119800': [FAIL], 773 'regress/regress-crbug-119800': [FAIL],
775 'regress/regress-opt-after-debug-deopt': [FAIL], 774 'regress/regress-opt-after-debug-deopt': [FAIL],
776 'regress/regress-crbug-568477-2': [FAIL], 775 'regress/regress-crbug-568477-2': [FAIL],
777 'debug-stepin-accessor-ic': [FAIL], 776 'debug-stepin-accessor-ic': [FAIL],
778 777
779 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. 778 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests.
780 'debug-liveedit-restart-frame': [FAIL], 779 'debug-liveedit-restart-frame': [FAIL],
(...skipping 11 matching lines...) Expand all
792 'es6/debug-liveedit-new-target-2': [FAIL], 791 'es6/debug-liveedit-new-target-2': [FAIL],
793 'es6/debug-liveedit-new-target-3': [FAIL], 792 'es6/debug-liveedit-new-target-3': [FAIL],
794 793
795 # TODO(yangguo/rmcilroy,4690): Related to Debugger. Goes into a loop 794 # TODO(yangguo/rmcilroy,4690): Related to Debugger. Goes into a loop
796 # in function: Debug::FindSharedFunctionInfoInScript and times out. 795 # in function: Debug::FindSharedFunctionInfoInScript and times out.
797 'regress/regress-crbug-517592': [SKIP], 796 'regress/regress-crbug-517592': [SKIP],
798 'regress/regress-1853': [SKIP], 797 'regress/regress-1853': [SKIP],
799 'regress/regress-crbug-424142': [SKIP], 798 'regress/regress-crbug-424142': [SKIP],
800 799
801 # TODO(rmcilroy,4681): Requires support for generators. 800 # TODO(rmcilroy,4681): Requires support for generators.
802 'messages': [FAIL],
803 'es6/array-from': [FAIL],
804 'regress-3225': [FAIL],
805 'es6/classes-subclass-builtins': [FAIL], 801 'es6/classes-subclass-builtins': [FAIL],
806 'es6/computed-property-names-classes': [FAIL],
807 'es6/computed-property-names-object-literals-methods': [FAIL],
808 'es6/generators-poisoned-properties': [FAIL],
809 'es6/generators-runtime': [FAIL], 802 'es6/generators-runtime': [FAIL],
810 'es6/generators-parsing': [FAIL], 803 'es6/generators-parsing': [FAIL],
811 'es6/generators-iteration': [FAIL], 804 'es6/generators-iteration': [FAIL],
812 'es6/generators-states': [FAIL], 805 'es6/generators-states': [FAIL],
813 'es6/iteration-semantics': [FAIL],
814 'es6/generators-mirror': [FAIL],
815 'es6/object-literals-method': [FAIL],
816 'es6/object-literals-super': [FAIL],
817 'es6/generators-relocation': [FAIL], 806 'es6/generators-relocation': [FAIL],
818 'es6/spread-array': [FAIL],
819 'es6/generators-debug-liveedit': [FAIL], 807 'es6/generators-debug-liveedit': [FAIL],
820 'es6/spread-call': [FAIL], 808 'es6/spread-call': [FAIL],
821 'es6/typedarray-from': [FAIL],
822 'es6/typedarray': [FAIL],
823 'es6/regress/regress-2681': [FAIL],
824 'es6/regress/regress-2691': [FAIL], 809 'es6/regress/regress-2691': [FAIL],
825 'es6/regress/regress-3280': [FAIL],
826 'harmony/destructuring-assignment': [FAIL], 810 'harmony/destructuring-assignment': [FAIL],
827 'harmony/function-sent': [FAIL],
828 'harmony/destructuring': [FAIL],
829 'harmony/regress/regress-4482': [FAIL], 811 'harmony/regress/regress-4482': [FAIL],
830 'harmony/generators': [FAIL],
831 'harmony/iterator-close': [FAIL],
832 'harmony/reflect-construct': [FAIL], 812 'harmony/reflect-construct': [FAIL],
833 'es6/promises': [FAIL],
834 813
835 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. 814 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
836 'array-literal-feedback': [FAIL], 815 'array-literal-feedback': [FAIL],
837 'regress/regress-4121': [FAIL], 816 'regress/regress-4121': [FAIL],
838 817
839 # TODO(mythria, 4764): lack of osr support. 818 # TODO(mythria, 4764): lack of osr support.
840 'regress/regress-2618': [FAIL], 819 'regress/regress-2618': [FAIL],
841 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop 820 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
842 # till it is optimized. So test timeouts. 821 # till it is optimized. So test timeouts.
843 'array-literal-transitions': [SKIP], 822 'array-literal-transitions': [SKIP],
(...skipping 28 matching lines...) Expand all
872 ############################################################################## 851 ##############################################################################
873 ['gcov_coverage', { 852 ['gcov_coverage', {
874 # Tests taking too long. 853 # Tests taking too long.
875 'array-functions-prototype-misc': [SKIP], 854 'array-functions-prototype-misc': [SKIP],
876 855
877 # Stack overflow. 856 # Stack overflow.
878 'big-array-literal': [SKIP], 857 'big-array-literal': [SKIP],
879 }], # 'gcov_coverage' 858 }], # 'gcov_coverage'
880 859
881 ] 860 ]
OLDNEW
« no previous file with comments | « src/runtime/runtime-generator.cc ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698