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]

PATCH: XFAIL tests that aren't regressions



These tests fail with GCC 2.95.x as well as with the current sources,
so there is no point in XFAILing them on the branch.

Tested on i686-pc-linux-gnu, installed on the branch.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

2001-04-30  Mark Mitchell  <mark@codesourcery.com>

	* gcc.c-torture/execute/20010114-2.x: XFAIL it.
	* gcc.c-torture/execute/20010123-1.x: Likewise.
	* gcc.c-torture/execute/loop-2b.x: Likewise.

Index: gcc/testsuite/gcc.c-torture/execute/20010114-2.x
===================================================================
RCS file: 20010114-2.x
diff -N 20010114-2.x
*** /dev/null	Tue May  5 13:32:27 1998
--- 20010114-2.x	Mon Apr 30 07:37:34 2001
***************
*** 0 ****
--- 1,2 ----
+ set torture_execute_xfail "*-*-*"
+ return 0
Index: gcc/testsuite/gcc.c-torture/execute/20010123-1.x
===================================================================
RCS file: 20010123-1.x
diff -N 20010123-1.x
*** /dev/null	Tue May  5 13:32:27 1998
--- 20010123-1.x	Mon Apr 30 07:37:34 2001
***************
*** 0 ****
--- 1,2 ----
+ set torture_execute_xfail "*-*-*"
+ return 0
Index: gcc/testsuite/gcc.c-torture/execute/loop-2b.x
===================================================================
RCS file: loop-2b.x
diff -N loop-2b.x
*** /dev/null	Tue May  5 13:32:27 1998
--- loop-2b.x	Mon Apr 30 07:37:35 2001
***************
*** 0 ****
--- 1,2 ----
+ set torture_execute_xfail "*-*-*"
+ return 0


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