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

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

Issue 1782013002: [compiler] Sidestep the interpreter for generator functions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
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 | « test/cctest/cctest.status ('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 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 'd8-os': [SKIP], 754 'd8-os': [SKIP],
755 }], # 'predictable == True' 755 }], # 'predictable == True'
756 756
757 ############################################################################## 757 ##############################################################################
758 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 758 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
759 759
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 ['ignition == True', { 765 ['ignition == True', {
765 # TODO(yangguo,4690): assertion failures in debugger tests. 766 # TODO(yangguo,4690): assertion failures in debugger tests.
766 'debug-allscopes-on-debugger': [FAIL], 767 'debug-allscopes-on-debugger': [FAIL],
767 'debug-return-value': [FAIL], 768 'debug-return-value': [FAIL],
768 'es6/debug-stepnext-for': [FAIL], 769 'es6/debug-stepnext-for': [FAIL],
769 'es6/debug-stepin-generators': [FAIL], 770 'es6/debug-stepin-generators': [FAIL],
770 'es6/debug-stepin-string-template': [FAIL], 771 'es6/debug-stepin-string-template': [FAIL],
771 'es6/debug-promises/stepin-constructor': [FAIL], 772 'es6/debug-promises/stepin-constructor': [FAIL],
772 'harmony/debug-stepin-proxies': [FAIL], 773 'harmony/debug-stepin-proxies': [FAIL],
773 'regress/regress-crbug-119800': [FAIL], 774 'regress/regress-crbug-119800': [FAIL],
(...skipping 23 matching lines...) Expand all
797 'regress/regress-1853': [SKIP], 798 'regress/regress-1853': [SKIP],
798 'regress/regress-crbug-424142': [SKIP], 799 'regress/regress-crbug-424142': [SKIP],
799 800
800 # TODO(rmcilroy,4681): Requires support for generators. 801 # TODO(rmcilroy,4681): Requires support for generators.
801 'messages': [FAIL], 802 'messages': [FAIL],
802 'es6/array-from': [FAIL], 803 'es6/array-from': [FAIL],
803 'regress-3225': [FAIL], 804 'regress-3225': [FAIL],
804 'es6/classes-subclass-builtins': [FAIL], 805 'es6/classes-subclass-builtins': [FAIL],
805 'es6/computed-property-names-classes': [FAIL], 806 'es6/computed-property-names-classes': [FAIL],
806 'es6/computed-property-names-object-literals-methods': [FAIL], 807 'es6/computed-property-names-object-literals-methods': [FAIL],
807 'es6/function-length-configurable': [FAIL],
808 'es6/generators-poisoned-properties': [FAIL], 808 'es6/generators-poisoned-properties': [FAIL],
809 'es6/generators-runtime': [FAIL], 809 'es6/generators-runtime': [FAIL],
810 'es6/generators-objects': [FAIL],
811 'es6/generators-parsing': [FAIL], 810 'es6/generators-parsing': [FAIL],
812 'es6/generators-iteration': [FAIL], 811 'es6/generators-iteration': [FAIL],
813 'es6/generators-states': [FAIL], 812 'es6/generators-states': [FAIL],
814 'es6/iteration-semantics': [FAIL], 813 'es6/iteration-semantics': [FAIL],
815 'es6/iterator-prototype': [FAIL],
816 'es6/generators-mirror': [FAIL], 814 'es6/generators-mirror': [FAIL],
817 'es6/object-literals-method': [FAIL], 815 'es6/object-literals-method': [FAIL],
818 'es6/object-literals-super': [FAIL], 816 'es6/object-literals-super': [FAIL],
819 'es6/generators-relocation': [FAIL], 817 'es6/generators-relocation': [FAIL],
820 'es6/spread-array': [FAIL], 818 'es6/spread-array': [FAIL],
821 'es6/generators-debug-liveedit': [FAIL], 819 'es6/generators-debug-liveedit': [FAIL],
822 'es6/spread-call': [FAIL], 820 'es6/spread-call': [FAIL],
823 'es6/typedarray-from': [FAIL], 821 'es6/typedarray-from': [FAIL],
824 'es6/typedarray': [FAIL], 822 'es6/typedarray': [FAIL],
825 'es6/regress/regress-2681': [FAIL], 823 'es6/regress/regress-2681': [FAIL],
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 'asm/construct-double': [SKIP], 860 'asm/construct-double': [SKIP],
863 'compiler/osr-one': [SKIP], 861 'compiler/osr-one': [SKIP],
864 'compiler/osr-two': [SKIP], 862 'compiler/osr-two': [SKIP],
865 }], # ignition == True and arch == arm64 863 }], # ignition == True and arch == arm64
866 864
867 ['ignition == True and arch == arm', { 865 ['ignition == True and arch == arm', {
868 # TODO(rmcilroy,4680): Arm specific timeouts. 866 # TODO(rmcilroy,4680): Arm specific timeouts.
869 'compiler/osr-one': [SKIP], 867 'compiler/osr-one': [SKIP],
870 'compiler/osr-two': [SKIP], 868 'compiler/osr-two': [SKIP],
871 'regress/regress-1257': [SKIP], 869 'regress/regress-1257': [SKIP],
872 }], # ignition == True and (arch == arm or arch == arm64) 870 }], # ignition == True and arch == arm
873 871
874 ############################################################################## 872 ##############################################################################
875 ['gcov_coverage', { 873 ['gcov_coverage', {
876 # Tests taking too long. 874 # Tests taking too long.
877 'array-functions-prototype-misc': [SKIP], 875 'array-functions-prototype-misc': [SKIP],
878 876
879 # Stack overflow. 877 # Stack overflow.
880 'big-array-literal': [SKIP], 878 'big-array-literal': [SKIP],
881 }], # 'gcov_coverage' 879 }], # 'gcov_coverage'
882 880
883 ] 881 ]
OLDNEW
« no previous file with comments | « test/cctest/cctest.status ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698