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

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: 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 806 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 'es6/debug-liveedit-new-target-2': [FAIL], 817 'es6/debug-liveedit-new-target-2': [FAIL],
818 'es6/debug-liveedit-new-target-3': [FAIL], 818 'es6/debug-liveedit-new-target-3': [FAIL],
819 819
820 # TODO(yangguo/rmcilroy,4690): Related to Debugger. Goes into a loop 820 # TODO(yangguo/rmcilroy,4690): Related to Debugger. Goes into a loop
821 # in function: Debug::FindSharedFunctionInfoInScript and times out. 821 # in function: Debug::FindSharedFunctionInfoInScript and times out.
822 'regress/regress-crbug-517592': [SKIP], 822 'regress/regress-crbug-517592': [SKIP],
823 'regress/regress-1853': [SKIP], 823 'regress/regress-1853': [SKIP],
824 'regress/regress-crbug-424142': [SKIP], 824 'regress/regress-crbug-424142': [SKIP],
825 825
826 # TODO(rmcilroy,4681): Requires support for generators. 826 # TODO(rmcilroy,4681): Requires support for generators.
827 'messages': [FAIL],
828 'es6/array-from': [FAIL],
829 'regress-3225': [FAIL],
830 'es6/classes-subclass-builtins': [FAIL], 827 'es6/classes-subclass-builtins': [FAIL],
rmcilroy 2016/03/10 12:50:55 Still some failing tests - is still something we a
Michael Starzinger 2016/03/10 13:06:37 Acknowledged. Yes, I looked at a handful and they
831 'es6/computed-property-names-classes': [FAIL],
832 'es6/computed-property-names-object-literals-methods': [FAIL],
833 'es6/generators-poisoned-properties': [FAIL],
834 'es6/generators-runtime': [FAIL], 828 'es6/generators-runtime': [FAIL],
835 'es6/generators-parsing': [FAIL], 829 'es6/generators-parsing': [FAIL],
836 'es6/generators-iteration': [FAIL], 830 'es6/generators-iteration': [FAIL],
837 'es6/generators-states': [FAIL], 831 'es6/generators-states': [FAIL],
838 'es6/iteration-semantics': [FAIL],
839 'es6/generators-mirror': [FAIL],
840 'es6/object-literals-method': [FAIL],
841 'es6/object-literals-super': [FAIL],
842 'es6/generators-relocation': [FAIL], 832 'es6/generators-relocation': [FAIL],
843 'es6/spread-array': [FAIL],
844 'es6/generators-debug-liveedit': [FAIL], 833 'es6/generators-debug-liveedit': [FAIL],
845 'es6/spread-call': [FAIL], 834 'es6/spread-call': [FAIL],
846 'es6/typedarray-from': [FAIL],
847 'es6/typedarray': [FAIL],
848 'es6/regress/regress-2681': [FAIL],
849 'es6/regress/regress-2691': [FAIL], 835 'es6/regress/regress-2691': [FAIL],
850 'es6/regress/regress-3280': [FAIL],
851 'harmony/destructuring-assignment': [FAIL], 836 'harmony/destructuring-assignment': [FAIL],
852 'harmony/function-sent': [FAIL],
853 'harmony/destructuring': [FAIL],
854 'harmony/regress/regress-4482': [FAIL], 837 'harmony/regress/regress-4482': [FAIL],
855 'harmony/generators': [FAIL],
856 'harmony/iterator-close': [FAIL],
857 'harmony/reflect-construct': [FAIL], 838 'harmony/reflect-construct': [FAIL],
858 'es6/promises': [FAIL],
859 'strong/undefined': [FAIL], 839 'strong/undefined': [FAIL],
860 840
861 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. 841 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
862 'array-literal-feedback': [FAIL], 842 'array-literal-feedback': [FAIL],
863 'regress/regress-4121': [FAIL], 843 'regress/regress-4121': [FAIL],
864 844
865 # TODO(mythria, 4764): lack of osr support. 845 # TODO(mythria, 4764): lack of osr support.
866 'regress/regress-2618': [FAIL], 846 'regress/regress-2618': [FAIL],
867 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop 847 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
868 # till it is optimized. So test timeouts. 848 # till it is optimized. So test timeouts.
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 # Tests taking too long. 880 # Tests taking too long.
901 'array-functions-prototype-misc': [SKIP], 881 'array-functions-prototype-misc': [SKIP],
902 'strong/implicit-conversions': [SKIP], 882 'strong/implicit-conversions': [SKIP],
903 'strong/load-element-mutate-backing-store': [SKIP], 883 'strong/load-element-mutate-backing-store': [SKIP],
904 884
905 # Stack overflow. 885 # Stack overflow.
906 'big-array-literal': [SKIP], 886 'big-array-literal': [SKIP],
907 }], # 'gcov_coverage' 887 }], # 'gcov_coverage'
908 888
909 ] 889 ]
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