This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

gas windres tests


Many of these tests pass on x86 targets other than those listed.

	* binutils-all/windres/windres.exp: Don't xfail.

Index: binutils/testsuite/binutils-all/windres/windres.exp
===================================================================
RCS file: /cvs/src/src/binutils/testsuite/binutils-all/windres/windres.exp,v
retrieving revision 1.11
diff -u -p -r1.11 windres.exp
--- binutils/testsuite/binutils-all/windres/windres.exp	9 Aug 2007 11:43:03 -0000	1.11
+++ binutils/testsuite/binutils-all/windres/windres.exp	26 Oct 2007 05:07:12 -0000
@@ -23,15 +23,6 @@ if {![istarget "i*86-*-*"] && ![istarget
     return
 }
 
-if {![istarget "i*86-*-*pe*"] \
-    && ![istarget "i*86-*-cygwin*"] \
-    && ![istarget "i*86-*-mingw32*"] \
-    && ![istarget "x86_64-*-mingw*"] } {
-    set target_xfail "yes"
-} else {
-    set target_xfail "no"
-}
-
 if {![info exists WINDRES]} then {
     return
 }
@@ -44,7 +35,6 @@ set wr "$WINDRES --include-dir $srcdir/$
 
 if [file exists "$srcdir/../../winsup/w32api/include"] {
     set wr "$wr --include-dir $srcdir/../../winsup/w32api/include"
-    set target_xfail "no"
 } else {
     send_log "\nWarning: Assuming windres can find the win32 headers\n\n"
 }
@@ -78,10 +68,6 @@ foreach res $res_list {
 	}
     }
 
-    if { "$broot" != "bmpalign" && "$target_xfail" == "yes" } {
-	setup_xfail *-*
-    }
-
     verbose "$wr -J rc -O res $res tmpdir/$broot.res" 1
     catch "exec $wr -J rc -O res $res tmpdir/$broot.res" err
 
@@ -116,10 +102,6 @@ foreach res $res_list {
 	continue
     }
 
-    if { "$broot" != "bmpalign" && "$target_xfail" == "yes" } {
-	setup_xfail *-*
-    }
-
     verbose "$OBJDUMP -b binary -s tmpdir/$broot.res > tmpdir/$broot.dump" 1
     catch "exec $OBJDUMP -b binary -s tmpdir/$broot.res > tmpdir/$broot.dump" err
 

-- 
Alan Modra
Australia Development Lab, IBM


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