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

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

Issue 1763053002: [Interpreter] Updated mjsunit.status (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Removed a comment not needed anymore. 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 | « no previous file | 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 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 'debug-stepin-accessor-ic': [FAIL], 798 'debug-stepin-accessor-ic': [FAIL],
799 'debug-stepnext-do-while': [FAIL], 799 'debug-stepnext-do-while': [FAIL],
800 'es6/debug-stepnext-for': [FAIL], 800 'es6/debug-stepnext-for': [FAIL],
801 'es6/debug-stepin-generators': [FAIL], 801 'es6/debug-stepin-generators': [FAIL],
802 'es6/debug-stepin-string-template': [FAIL], 802 'es6/debug-stepin-string-template': [FAIL],
803 'es6/debug-promises/stepin-constructor': [FAIL], 803 'es6/debug-promises/stepin-constructor': [FAIL],
804 'harmony/debug-stepin-proxies': [FAIL], 804 'harmony/debug-stepin-proxies': [FAIL],
805 'regress/regress-crbug-119800': [FAIL], 805 'regress/regress-crbug-119800': [FAIL],
806 'regress/regress-crbug-467180': [FAIL], 806 'regress/regress-crbug-467180': [FAIL],
807 'regress/regress-opt-after-debug-deopt': [FAIL], 807 'regress/regress-opt-after-debug-deopt': [FAIL],
808 'regress/regress-crbug-568477-2': [FAIL],
808 809
809 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. 810 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests.
810 'debug-liveedit-restart-frame': [FAIL], 811 'debug-liveedit-restart-frame': [FAIL],
811 'debug-liveedit-literals': [FAIL], 812 'debug-liveedit-literals': [FAIL],
812 'debug-liveedit-3': [FAIL], 813 'debug-liveedit-3': [FAIL],
813 'debug-liveedit-1': [FAIL], 814 'debug-liveedit-1': [FAIL],
815 'debug-liveedit-2': [FAIL],
814 'debug-liveedit-patch-positions-replace': [FAIL], 816 'debug-liveedit-patch-positions-replace': [FAIL],
815 'debug-liveedit-patch-positions': [FAIL], 817 'debug-liveedit-patch-positions': [FAIL],
816 'debug-liveedit-stepin': [FAIL], 818 'debug-liveedit-stepin': [FAIL],
817 'debug-liveedit-newsource': [FAIL], 819 'debug-liveedit-newsource': [FAIL],
818 'debug-liveedit-stack-padding': [FAIL], 820 'debug-liveedit-stack-padding': [FAIL],
819 'debug-liveedit-breakpoints': [FAIL], 821 'debug-liveedit-breakpoints': [FAIL],
820 'es6/debug-liveedit-new-target-1': [FAIL], 822 'es6/debug-liveedit-new-target-1': [FAIL],
821 'es6/debug-liveedit-new-target-2': [FAIL], 823 'es6/debug-liveedit-new-target-2': [FAIL],
822 'es6/debug-liveedit-new-target-3': [FAIL], 824 'es6/debug-liveedit-new-target-3': [FAIL],
823 825
826 # TODO(yangguo/rmcilroy,4690): Related to Debugger. Goes into a loop
827 # in function: Debug::FindSharedFunctionInfoInScript and times out.
828 'regress/regress-crbug-517592': [SKIP],
829 'regress/regress-1853': [SKIP],
830 'regress/regress-crbug-424142': [SKIP],
831
824 # TODO(rmcilroy,4681): Requires support for generators. 832 # TODO(rmcilroy,4681): Requires support for generators.
825 'messages': [FAIL], 833 'messages': [FAIL],
826 'es6/array-from': [FAIL], 834 'es6/array-from': [FAIL],
827 'regress-3225': [FAIL], 835 'regress-3225': [FAIL],
828 'es6/classes-subclass-builtins': [FAIL], 836 'es6/classes-subclass-builtins': [FAIL],
829 'es6/computed-property-names-classes': [FAIL], 837 'es6/computed-property-names-classes': [FAIL],
830 'es6/computed-property-names-object-literals-methods': [FAIL], 838 'es6/computed-property-names-object-literals-methods': [FAIL],
831 'es6/function-length-configurable': [FAIL], 839 'es6/function-length-configurable': [FAIL],
832 'es6/generators-poisoned-properties': [FAIL], 840 'es6/generators-poisoned-properties': [FAIL],
833 'es6/generators-runtime': [FAIL], 841 'es6/generators-runtime': [FAIL],
(...skipping 25 matching lines...) Expand all
859 'es6/promises': [FAIL], 867 'es6/promises': [FAIL],
860 'strong/function-arity': [FAIL], 868 'strong/function-arity': [FAIL],
861 'strong/undefined': [FAIL], 869 'strong/undefined': [FAIL],
862 870
863 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. 871 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
864 'array-literal-feedback': [FAIL], 872 'array-literal-feedback': [FAIL],
865 'regress/regress-4121': [FAIL], 873 'regress/regress-4121': [FAIL],
866 874
867 # TODO(mythria, 4764): lack of osr support. 875 # TODO(mythria, 4764): lack of osr support.
868 'regress/regress-2618': [FAIL], 876 'regress/regress-2618': [FAIL],
877 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
878 # till it is optimized. So test timeouts.
879 'array-literal-transitions': [SKIP],
869 880
870 # TODO(rmcilroy,4680): Test assert failures. 881 # TODO(mythria, 4680): Relate to GC and ignition holding references to
871 'debug-liveedit-2': [FAIL], 882 # objects.
872 'es6/mirror-collections': [FAIL], 883 'es6/mirror-collections': [FAIL],
884
885 # TODO(mythria, 4680): line numbers in eval test. Coloumn number is
886 # incorrect.
887 'regress/regress-crbug-109362': [FAIL],
888
889 # TODO(mythria, 4680): possibly problem with line numbers.
873 'es6/regress/regress-468661': [FAIL], 890 'es6/regress/regress-468661': [FAIL],
874 'regress/regress-crbug-109362': [FAIL],
875 'regress/regress-crbug-568477-2': [FAIL],
876
877 # TODO(rmcilroy,4680): Test timeouts.
878 'array-literal-transitions': [SKIP],
879 'regress/regress-crbug-517592': [SKIP],
880 'regress/regress-crbug-568477-4': [SKIP],
881 'regress/regress-crbug-409614': [SKIP],
882 'regress/regress-crbug-42414': [SKIP],
883 'regress/regress-1853': [SKIP],
884 'regress/regress-crbug-424142': [SKIP],
885 891
886 # with statements no longer always have a block as their body 892 # with statements no longer always have a block as their body
887 'regress/regress-95485': [SKIP], 893 'regress/regress-95485': [SKIP],
888 }], # ignition == True 894 }], # ignition == True
889 895
890 ['ignition == True and arch == arm64', { 896 ['ignition == True and arch == arm64', {
891 # TODO(rmcilroy,4680): Fails on Arm64 due to expecting to take less than 3 897 # TODO(rmcilroy,4680): Arm64 specific timeouts.
892 # seconds. 898 'asm/construct-double': [SKIP],
893 'regress/regress-165637': [FAIL], 899 'compiler/osr-one': [SKIP],
900 'compiler/osr-two': [SKIP],
894 }], # ignition == True and arch == arm64 901 }], # ignition == True and arch == arm64
895 902
896 ['ignition == True and (arch == arm or arch == arm64)', { 903 ['ignition == True and arch == arm', {
897 # TODO(rmcilroy,4680): Arm / Arm64 specific timeouts. 904 # TODO(rmcilroy,4680): Arm specific timeouts.
898 'asm/construct-double': [SKIP], 905 'compiler/osr-one': [PASS, ['mode == debug', SKIP]],
899 'compiler/osr-nested': [SKIP], 906 'compiler/osr-two': [PASS, ['mode == debug', SKIP]],
900 'compiler/osr-one': [SKIP],
901 'compiler/osr-two': [SKIP],
902 'regress/regress-1257': [SKIP], 907 'regress/regress-1257': [SKIP],
903 'regress/regress-165637': [SKIP],
904 'regress/regress-2185': [SKIP],
905 'regress/regress-91008': [SKIP],
906 'unicodelctest': [SKIP],
907 'unicodelctest-no-optimization': [SKIP],
908 }], # ignition == True and (arch == arm or arch == arm64) 908 }], # ignition == True and (arch == arm or arch == arm64)
909 909
910 ############################################################################## 910 ##############################################################################
911 ['gcov_coverage', { 911 ['gcov_coverage', {
912 # Tests taking too long. 912 # Tests taking too long.
913 'array-functions-prototype-misc': [SKIP], 913 'array-functions-prototype-misc': [SKIP],
914 'strong/implicit-conversions': [SKIP], 914 'strong/implicit-conversions': [SKIP],
915 'strong/load-element-mutate-backing-store': [SKIP], 915 'strong/load-element-mutate-backing-store': [SKIP],
916 916
917 # Stack overflow. 917 # Stack overflow.
918 'big-array-literal': [SKIP], 918 'big-array-literal': [SKIP],
919 }], # 'gcov_coverage' 919 }], # 'gcov_coverage'
920 920
921 ] 921 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698