This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[tree-ssa] xfail two tests


I'm of the opinion that we cannot have nearly as many failures
as we do on the branch.  There are so many that it is easy to
miss new regressions.

I'm fixing those I can, but there are some that I am running
across that are (1) hard to fix and (2) not especially important.
These I'm planning to xfail in the suite and open a PR so that
they do get fixed before the branch is merged.

Here are the first two.


r~


        * g++.dg/ext/stmtexpr1.C, g++.dg/parse/stack1.C: XFAIL.

Index: g++.dg/ext/stmtexpr1.C
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.dg/ext/stmtexpr1.C,v
retrieving revision 1.1.8.1
diff -c -p -d -u -r1.1.8.1 stmtexpr1.C
--- g++.dg/ext/stmtexpr1.C	20 Aug 2003 20:45:20 -0000	1.1.8.1
+++ g++.dg/ext/stmtexpr1.C	30 Sep 2003 07:38:58 -0000
@@ -1,4 +1,6 @@
-// { dg-do run }
+// XFAIL on branch only -- PR 12453
+// { dg-do run { xfail *-*-* } }
+// { dg-excess-errors "" }
 // { dg-options "" }
 
 // Copyright (C) 2003 Free Software Foundation, Inc.
Index: g++.dg/parse/stack1.C
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.dg/parse/stack1.C,v
retrieving revision 1.1
diff -c -p -d -u -r1.1 stack1.C
--- g++.dg/parse/stack1.C	26 Apr 2002 05:35:12 -0000	1.1
+++ g++.dg/parse/stack1.C	30 Sep 2003 07:38:59 -0000
@@ -1,5 +1,7 @@
 /* PR c/2161: parser stack overflow.  */
-/* { dg-do compile } */
+/* XFAIL on branch only -- PR 12454 */
+/* { dg-do compile { xfail *-*-* } } */
+/* { dg-excess-errors "" } */
 
 #define ONE	else if (0) { }
 #define TEN	ONE ONE ONE ONE ONE ONE ONE ONE ONE ONE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]