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

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: updated mjsunit.status 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],
814 'debug-liveedit-patch-positions-replace': [FAIL], 815 'debug-liveedit-patch-positions-replace': [FAIL],
815 'debug-liveedit-patch-positions': [FAIL], 816 'debug-liveedit-patch-positions': [FAIL],
816 'debug-liveedit-stepin': [FAIL], 817 'debug-liveedit-stepin': [FAIL],
817 'debug-liveedit-newsource': [FAIL], 818 'debug-liveedit-newsource': [FAIL],
818 'debug-liveedit-stack-padding': [FAIL], 819 'debug-liveedit-stack-padding': [FAIL],
819 'debug-liveedit-breakpoints': [FAIL], 820 'debug-liveedit-breakpoints': [FAIL],
820 'es6/debug-liveedit-new-target-1': [FAIL], 821 'es6/debug-liveedit-new-target-1': [FAIL],
821 'es6/debug-liveedit-new-target-2': [FAIL], 822 'es6/debug-liveedit-new-target-2': [FAIL],
822 'es6/debug-liveedit-new-target-3': [FAIL], 823 'es6/debug-liveedit-new-target-3': [FAIL],
823 824
825 # Related to Debugger. Goes into a loop in function:
rmcilroy 2016/03/05 03:11:32 # TODO(yangguo/rmcilroy,4690):
mythria 2016/03/07 09:50:57 Done.
826 # Debug::FindSharedFunctionInfoInScript and times out.
827 'regress/regress-crbug-517592': [SKIP],
828 'regress/regress-1853': [SKIP],
829 'regress/regress-crbug-424142': [SKIP],
830
824 # TODO(rmcilroy,4681): Requires support for generators. 831 # TODO(rmcilroy,4681): Requires support for generators.
825 'messages': [FAIL], 832 'messages': [FAIL],
826 'es6/array-from': [FAIL], 833 'es6/array-from': [FAIL],
827 'regress-3225': [FAIL], 834 'regress-3225': [FAIL],
828 'es6/classes-subclass-builtins': [FAIL], 835 'es6/classes-subclass-builtins': [FAIL],
829 'es6/computed-property-names-classes': [FAIL], 836 'es6/computed-property-names-classes': [FAIL],
830 'es6/computed-property-names-object-literals-methods': [FAIL], 837 'es6/computed-property-names-object-literals-methods': [FAIL],
831 'es6/function-length-configurable': [FAIL], 838 'es6/function-length-configurable': [FAIL],
832 'es6/generators-poisoned-properties': [FAIL], 839 'es6/generators-poisoned-properties': [FAIL],
833 'es6/generators-runtime': [FAIL], 840 'es6/generators-runtime': [FAIL],
(...skipping 25 matching lines...) Expand all
859 'es6/promises': [FAIL], 866 'es6/promises': [FAIL],
860 'strong/function-arity': [FAIL], 867 'strong/function-arity': [FAIL],
861 'strong/undefined': [FAIL], 868 'strong/undefined': [FAIL],
862 869
863 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. 870 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
864 'array-literal-feedback': [FAIL], 871 'array-literal-feedback': [FAIL],
865 'regress/regress-4121': [FAIL], 872 'regress/regress-4121': [FAIL],
866 873
867 # TODO(mythria, 4764): lack of osr support. 874 # TODO(mythria, 4764): lack of osr support.
868 'regress/regress-2618': [FAIL], 875 'regress/regress-2618': [FAIL],
876 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
877 # till it is optimized. So test timeouts.
878 'array-literal-transitions': [SKIP],
879
880 # TODO(mythria, 4680): Relate to GC and ignition holding references to
881 # objects.
882 'es6/mirror-collections': [FAIL],
883
884 # TODO(mythria, 4680): line numbers in eval test. Coloumn number is
885 # incorrect.
886 'regress/regress-crbug-109362': [FAIL],
887
888 # TODO(mythria, 4680): possibly problem with line numbers.
889 'es6/regress/regress-468661': [FAIL],
869 890
870 # TODO(rmcilroy,4680): Test assert failures. 891 # TODO(rmcilroy,4680): Test assert failures.
871 'debug-liveedit-2': [FAIL], 892 'debug-liveedit-2': [FAIL],
rmcilroy 2016/03/05 03:11:32 Move to the "assertion failures in LiveEdit tests"
mythria 2016/03/07 09:50:57 Done.
872 'es6/mirror-collections': [FAIL],
873 '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 893
886 # with statements no longer always have a block as their body 894 # with statements no longer always have a block as their body
887 'regress/regress-95485': [SKIP], 895 'regress/regress-95485': [SKIP],
888 }], # ignition == True 896 }], # ignition == True
889 897
890 ['ignition == True and arch == arm64', { 898 ['ignition == True and arch == arm64', {
891 # TODO(rmcilroy,4680): Fails on Arm64 due to expecting to take less than 3 899 # TODO(rmcilroy,4680): Fails on Arm64 due to expecting to take less than 3
892 # seconds. 900 # seconds.
893 'regress/regress-165637': [FAIL], 901 'regress/regress-165637': [FAIL],
902
903 # TODO(rmcilroy,4680): Arm64 specific timeouts.
904 'asm/construct-double': [SKIP],
905 'compiler/osr-one': [SKIP],
906 'compiler/osr-two': [SKIP],
907 # There is a global flag to skip this, do we need it here?
rmcilroy 2016/03/05 03:11:32 Nope, just remove it if it from here skipped globa
mythria 2016/03/07 09:50:57 Done.
908 'regress/regress-91008': [SKIP],
894 }], # ignition == True and arch == arm64 909 }], # ignition == True and arch == arm64
895 910
896 ['ignition == True and (arch == arm or arch == arm64)', { 911 ['ignition == True and arch == arm', {
897 # TODO(rmcilroy,4680): Arm / Arm64 specific timeouts. 912 # TODO(rmcilroy,4680): Arm specific timeouts.
898 'asm/construct-double': [SKIP], 913 'compiler/osr-one': [PASS, ['mode == debug', SKIP]],
899 'compiler/osr-nested': [SKIP], 914 'compiler/osr-two': [PASS, ['mode == debug', SKIP]],
mythria 2016/03/04 17:31:41 These two tests pass in release mode, but I am not
rmcilroy 2016/03/05 03:11:32 If this works, PASS on release and SKIP on debug s
mythria 2016/03/07 09:50:57 Done.
900 'compiler/osr-one': [SKIP],
901 'compiler/osr-two': [SKIP],
902 'regress/regress-1257': [SKIP], 915 'regress/regress-1257': [SKIP],
mythria 2016/03/04 17:31:41 This test is flaky. It pass locally for me always.
rmcilroy 2016/03/05 03:11:32 Ack, it might just be super slow, if so we can tak
903 'regress/regress-165637': [SKIP], 916 # There is a global flag to skip this, do we need it here?
rmcilroy 2016/03/05 03:11:32 Nope, just remove it if it from here skipped globa
mythria 2016/03/07 09:50:57 Done.
904 'regress/regress-2185': [SKIP],
905 'regress/regress-91008': [SKIP], 917 'regress/regress-91008': [SKIP],
906 'unicodelctest': [SKIP],
907 'unicodelctest-no-optimization': [SKIP],
908 }], # ignition == True and (arch == arm or arch == arm64) 918 }], # ignition == True and (arch == arm or arch == arm64)
909 919
910 ############################################################################## 920 ##############################################################################
911 ['gcov_coverage', { 921 ['gcov_coverage', {
912 # Tests taking too long. 922 # Tests taking too long.
913 'array-functions-prototype-misc': [SKIP], 923 'array-functions-prototype-misc': [SKIP],
914 'strong/implicit-conversions': [SKIP], 924 'strong/implicit-conversions': [SKIP],
915 'strong/load-element-mutate-backing-store': [SKIP], 925 'strong/load-element-mutate-backing-store': [SKIP],
916 926
917 # Stack overflow. 927 # Stack overflow.
918 'big-array-literal': [SKIP], 928 'big-array-literal': [SKIP],
919 }], # 'gcov_coverage' 929 }], # 'gcov_coverage'
920 930
921 ] 931 ]
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