From: Matthew Fortune <matthew.fort...@imgtec.com> gcc/testsuite/ * gcc.dg/tree-prof/time-profiler-2.c: Skip for mips* triples as it is unstable in simulation.
Cherry-picked 7c5a494a31c72ee3285ffae9fda738aa875869b9 from https://github.com/MIPS/gcc Signed-off-by: Matthew Fortune <matthew.fort...@imgtec.com> Signed-off-by: Faraz Shahbazker <fshahbaz...@wavecomp.com> Signed-off-by: Aleksandar Rakic <aleksandar.ra...@htecgroup.com> --- gcc/testsuite/gcc.dg/tree-prof/time-profiler-2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/gcc.dg/tree-prof/time-profiler-2.c b/gcc/testsuite/gcc.dg/tree-prof/time-profiler-2.c index eed0b1dd08d..bcf9adf1b09 100644 --- a/gcc/testsuite/gcc.dg/tree-prof/time-profiler-2.c +++ b/gcc/testsuite/gcc.dg/tree-prof/time-profiler-2.c @@ -1,4 +1,5 @@ /* { dg-options "-O2 -fdump-ipa-profile -fno-ipa-vrp" } */ +/* { dg-skip-if "This test is unstable for MIPS " { "mips*-*-*" } } */ #include <unistd.h> -- 2.34.1