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

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

Issue 1799423004: [Ignition] Skip tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
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 | « test/cctest/cctest.status ('k') | test/webkit/webkit.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 794 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 'regress/regress-crbug-109362': [FAIL], 805 'regress/regress-crbug-109362': [FAIL],
806 806
807 # TODO(mythria, 4680): possibly problem with line numbers. 807 # TODO(mythria, 4680): possibly problem with line numbers.
808 'es6/regress/regress-468661': [FAIL], 808 'es6/regress/regress-468661': [FAIL],
809 809
810 # Debugger test cases that pass with ignition, but not full-codegen. 810 # Debugger test cases that pass with ignition, but not full-codegen.
811 # These differences between full-codegen and ignition are deliberate. 811 # These differences between full-codegen and ignition are deliberate.
812 'ignition/elided-instruction-no-ignition': [FAIL], 812 'ignition/elided-instruction-no-ignition': [FAIL],
813 }], # ignition == True 813 }], # ignition == True
814 814
815 ['ignition == True and system == windows', {
816 # TODO(rmcilroy,4680): Crash on windows nosnap shared.
817 'regress/regress-crbug-352058': [PASS, ['no_snap == True', SKIP]],
818
819 # TODO(rmcilroy,4680): Fails on win32 debug.
820 'div-mod': [PASS, ['arch == ia32 and mode == debug', FAIL]],
821 }], # ignition == True and system == windows
822
815 ['ignition == True and arch == arm64', { 823 ['ignition == True and arch == arm64', {
816 # TODO(rmcilroy,4680): Arm64 specific timeouts. 824 # TODO(rmcilroy,4680): Arm64 specific timeouts.
817 'asm/construct-double': [SKIP], 825 'asm/construct-double': [SKIP],
818 'compiler/osr-one': [SKIP], 826 'compiler/osr-one': [SKIP],
819 'compiler/osr-two': [SKIP], 827 'compiler/osr-two': [SKIP],
820 }], # ignition == True and arch == arm64 828 }], # ignition == True and arch == arm64
821 829
822 ['ignition == True and arch == arm', { 830 ['ignition == True and arch == arm', {
823 # TODO(rmcilroy,4680): Arm specific timeouts. 831 # TODO(rmcilroy,4680): Arm specific timeouts.
824 'compiler/osr-one': [SKIP], 832 'compiler/osr-one': [SKIP],
825 'compiler/osr-two': [SKIP], 833 'compiler/osr-two': [SKIP],
826 'regress/regress-1257': [SKIP], 834 'regress/regress-1257': [SKIP],
827 }], # ignition == True and arch == arm 835 }], # ignition == True and arch == arm
828 836
837 ['ignition == True and msan', {
838 # TODO(rmcilroy,4680): Uninitialized memory.
839 'compiler/osr-big': [SKIP],
840 'compiler/osr-nested': [SKIP],
841 'debug-*': [SKIP],
842 'es6/debug-*': [SKIP],
843 'harmony/debug-stepin-default-parameters': [SKIP],
844 'ignition/debug-break': [SKIP],
845 'ignition/debug-break-on-stack': [SKIP],
846 'regress/debug-prepare-step-in': [SKIP],
847 'regress/regress-102153': [SKIP],
848 'regress/regress-109195': [SKIP],
849 'regress/regress-147497': [SKIP],
850 'regress/regress-1523': [SKIP],
851 'regress/regress-1586': [SKIP],
852 'regress/regress-1639': [SKIP],
853 'regress/regress-1639-2': [SKIP],
854 'regress/regress-269': [SKIP],
855 'regress/regress-2825': [SKIP],
856 'regress/regress-298269': [SKIP],
857 'regress/regress-3960': [SKIP],
858 'regress/regress-4320': [SKIP],
859 'regress/regress-94873': [SKIP],
860 'regress/regress-998565': [SKIP],
861 'regress/regress-crbug-319860': [SKIP],
862 'regress/regress-crbug-387599': [SKIP],
863 'regress/regress-crbug-405922': [SKIP],
864 'regress/regress-crbug-409614': [SKIP],
865 'regress/regress-crbug-432493': [SKIP],
866 'regress/regress-crbug-467180': [SKIP],
867 'regress/regress-crbug-481896': [SKIP],
868 'regress/regress-crbug-568477-4': [SKIP],
869 'regress/regress-debug-deopt-while-recompile': [SKIP],
870 'regress/regress-deep-proto': [SKIP],
871 'try': [SKIP],
872 }], # ignition == True and msan
873
829 ['ignition == False', { 874 ['ignition == False', {
830 # Debugger test cases that pass with full-codegen, but not ignition. 875 # Debugger test cases that pass with full-codegen, but not ignition.
831 # These differences between full-codegen and ignition are deliberate. 876 # These differences between full-codegen and ignition are deliberate.
832 'ignition/elided-instruction': [FAIL], 877 'ignition/elided-instruction': [FAIL],
833 }], # ignition == False 878 }], # ignition == False
834 879
835 ############################################################################## 880 ##############################################################################
836 ['gcov_coverage', { 881 ['gcov_coverage', {
837 # Tests taking too long. 882 # Tests taking too long.
838 'array-functions-prototype-misc': [SKIP], 883 'array-functions-prototype-misc': [SKIP],
839 884
840 # Stack overflow. 885 # Stack overflow.
841 'big-array-literal': [SKIP], 886 'big-array-literal': [SKIP],
842 }], # 'gcov_coverage' 887 }], # 'gcov_coverage'
843 888
844 ] 889 ]
OLDNEW
« no previous file with comments | « test/cctest/cctest.status ('k') | test/webkit/webkit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698