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]

[patch] Disabling mipscop tests


	So, it's been pointed out to me that the mipscop tests I've added
to gcc depend on a binutils change that hasn't yet been
finalized/approved. The included patch xfails the tests for the time 
being; I'll revert the change when the binutils change is approved. Okay 
to apply?

2002-05-02  Matt Hiller  <hiller@redhat.com>

	* testsuite/gcc.c-torture/compile/mipscop-1.x: XFAIL for now.
	* testsuite/gcc.c-torture/compile/mipscop-2.x: Ditto.
	* testsuite/gcc.c-torture/compile/mipscop-3.x: Ditto.
	* testsuite/gcc.c-torture/compile/mipscop-4.x: Ditto.

Index: mipscop-1.x
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/mipscop-1.x,v
retrieving revision 1.1
diff -d -u -p -r1.1 mipscop-1.x
--- mipscop-1.x	25 Apr 2002 19:31:45 -0000	1.1
+++ mipscop-1.x	2 May 2002 21:34:46 -0000
@@ -2,6 +2,9 @@ global target_triplet
 
 if { ![istarget "*mips*"] } {
 	return 1
+} else {
+	set torture_compile_xfail "$target_triplet"
+	return 1
 }
 
 return 0
Index: mipscop-2.x
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/mipscop-2.x,v
retrieving revision 1.1
diff -d -u -p -r1.1 mipscop-2.x
--- mipscop-2.x	25 Apr 2002 19:31:45 -0000	1.1
+++ mipscop-2.x	2 May 2002 21:34:46 -0000
@@ -2,6 +2,9 @@ global target_triplet
 
 if { ![istarget "*mips*"] } {
 	return 1
+} else {
+	set torture_compile_xfail "$target_triplet"
+	return 1
 }
 
 return 0
Index: mipscop-3.x
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/mipscop-3.x,v
retrieving revision 1.1
diff -d -u -p -r1.1 mipscop-3.x
--- mipscop-3.x	25 Apr 2002 19:31:45 -0000	1.1
+++ mipscop-3.x	2 May 2002 21:34:46 -0000
@@ -2,6 +2,9 @@ global target_triplet
 
 if { ![istarget "*mips*"] } {
 	return 1
+} else {
+	set torture_compile_xfail "$target_triplet"
+	return 1
 }
 
 return 0
Index: mipscop-4.x
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/mipscop-4.x,v
retrieving revision 1.1
diff -d -u -p -r1.1 mipscop-4.x
--- mipscop-4.x	25 Apr 2002 19:31:45 -0000	1.1
+++ mipscop-4.x	2 May 2002 21:34:46 -0000
@@ -2,6 +2,9 @@ global target_triplet
 
 if { ![istarget "*mips*"] } {
 	return 1
+} else {
+	set torture_compile_xfail "$target_triplet"
+	return 1
 }
 
 return 0


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