diff mbox

[testsuite] Don't XFAIL gcc.dg/graphite/interchange-14.c (PR tree-optimization/49662)

Message ID yddfwje150v.fsf@manam.CeBiTec.Uni-Bielefeld.DE
State New
Headers show

Commit Message

Rainer Orth Sept. 30, 2011, 2:25 p.m. UTC
It seems that the following three tests don't fail anymore anywhere for
some time, so the following patch removes the three xfail's to avoid the
noise from XPASSes.

Tested with the approrpriate runtest invocation on i386-pc-solaris2.11.

Ok for mainline?

	Rainer


2011-09-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	PR tree-optimization/49662
	* gcc.dg/graphite/interchange-14.c: Remove xfail *-*-*.
	* gcc.dg/graphite/interchange-15.c: Likewise.
	* gcc.dg/graphite/interchange-mvt.c: Likewise.

Comments

Richard Biener Oct. 4, 2011, 8:58 a.m. UTC | #1
On Fri, 30 Sep 2011, Rainer Orth wrote:

> It seems that the following three tests don't fail anymore anywhere for
> some time, so the following patch removes the three xfail's to avoid the
> noise from XPASSes.
> 
> Tested with the approrpriate runtest invocation on i386-pc-solaris2.11.
> 
> Ok for mainline?

Ok.

Thanks,
Richard.

> 	Rainer
> 
> 
> 2011-09-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
> 
> 	PR tree-optimization/49662
> 	* gcc.dg/graphite/interchange-14.c: Remove xfail *-*-*.
> 	* gcc.dg/graphite/interchange-15.c: Likewise.
> 	* gcc.dg/graphite/interchange-mvt.c: Likewise.
> 
>
diff mbox

Patch

# HG changeset patch
# Parent 05bbade90d8c63fc0779cf1118fa9c161c417df7
Don't XFAIL gcc.dg/graphite/interchange-14.c (PR tree-optimization/49662)

diff --git a/gcc/testsuite/gcc.dg/graphite/interchange-14.c b/gcc/testsuite/gcc.dg/graphite/interchange-14.c
--- a/gcc/testsuite/gcc.dg/graphite/interchange-14.c
+++ b/gcc/testsuite/gcc.dg/graphite/interchange-14.c
@@ -55,5 +55,5 @@  main (void)
 }
 
 /* PRE destroys the perfect nest and we can't cope with that yet.  */
-/* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" } } */
 /* { dg-final { cleanup-tree-dump "graphite" } } */
diff --git a/gcc/testsuite/gcc.dg/graphite/interchange-15.c b/gcc/testsuite/gcc.dg/graphite/interchange-15.c
--- a/gcc/testsuite/gcc.dg/graphite/interchange-15.c
+++ b/gcc/testsuite/gcc.dg/graphite/interchange-15.c
@@ -49,6 +49,6 @@  main (void)
 }
 
 /* PRE destroys the perfect nest and we can't cope with that yet.  */
-/* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" } } */
 /* { dg-final { cleanup-tree-dump "graphite" } } */
 
diff --git a/gcc/testsuite/gcc.dg/graphite/interchange-mvt.c b/gcc/testsuite/gcc.dg/graphite/interchange-mvt.c
--- a/gcc/testsuite/gcc.dg/graphite/interchange-mvt.c
+++ b/gcc/testsuite/gcc.dg/graphite/interchange-mvt.c
@@ -59,6 +59,6 @@  main (void)
 }
 
 /* PRE destroys the perfect nest and we can't cope with that yet.  */
-/* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" } } */
 /* { dg-final { cleanup-tree-dump "graphite" } } */