From fc92faa8532e3ea0ac3b4c8b18eb6b0a3ee862dc Mon Sep 17 00:00:00 2001 From: Dominik Vogt Date: Thu, 30 Oct 2014 07:50:18 +0100 Subject: [PATCH] Xfail -fdump-go-spec tests for all platforms except s390[x] and x86_64. --- gcc/testsuite/gcc.misc-tests/godump-1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/gcc.misc-tests/godump-1.c b/gcc/testsuite/gcc.misc-tests/godump-1.c index f339cc9..91b8637 100644 --- a/gcc/testsuite/gcc.misc-tests/godump-1.c +++ b/gcc/testsuite/gcc.misc-tests/godump-1.c @@ -2,6 +2,7 @@ /* { dg-options "-c -fdump-go-spec=godump-1.out" } */ /* { dg-do compile } */ +/* { dg-xfail-if "not supported for target" { ! "s390*-*-* x86_64-*-*" } } */ #include -- 1.8.4.2