[PATCH] testsuite: Do not xfail guality/pr{41447,41616}-1.c

Segher Boessenkool segher@kernel.crashing.org
Wed Feb 4 11:48:00 GMT 2015


These testcases currently XPASS on most targets and configs, so let's
reduce the noise.  Okay for mainline?


Segher


2015-02-04  Segher Boessenkool  <segher@kernel.crashing.org>

gcc/testsuite/
	* gcc.dg/guality/pr41447-1.c: Remove xfail.
	* gcc.dg/guality/pr41616-1.c: Ditto.

---
 gcc/testsuite/gcc.dg/guality/pr41447-1.c | 2 +-
 gcc/testsuite/gcc.dg/guality/pr41616-1.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/guality/pr41447-1.c b/gcc/testsuite/gcc.dg/guality/pr41447-1.c
index 9bb28ab..308ef94 100644
--- a/gcc/testsuite/gcc.dg/guality/pr41447-1.c
+++ b/gcc/testsuite/gcc.dg/guality/pr41447-1.c
@@ -1,4 +1,4 @@
-/* { dg-do run { xfail *-*-* } } */
+/* { dg-do run } */
 /* { dg-options "-g" } */
 
 #include "guality.h"
diff --git a/gcc/testsuite/gcc.dg/guality/pr41616-1.c b/gcc/testsuite/gcc.dg/guality/pr41616-1.c
index fcd1ad5..b033da7 100644
--- a/gcc/testsuite/gcc.dg/guality/pr41616-1.c
+++ b/gcc/testsuite/gcc.dg/guality/pr41616-1.c
@@ -1,4 +1,4 @@
-/* { dg-do run { xfail *-*-* } } */
+/* { dg-do run } */
 /* { dg-options "-g -fgnu89-inline" } */
 
 #include "guality.h"
-- 
1.8.1.4



More information about the Gcc-patches mailing list