This is the mail archive of the binutils@sources.redhat.com 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]

PATCH: Adjust xfail for binutils-all/windres/windres.exp


It turns out that my bmp1.bmp was corrupted. `bmpalign (compare)'
should pass.


H.J.
----
2001-07-27  H.J. Lu  <hjl@gnu.org>

	* binutils-all/windres/windres.exp: Don't set xfail for
	bmpalign (compare) on none-ix86/pe targets.

Index: binutils-all/windres/windres.exp
===================================================================
RCS file: /work/cvs/gnu/binutils/binutils/testsuite/binutils-all/windres/windres.exp,v
retrieving revision 1.2
diff -u -p -r1.2 windres.exp
--- binutils-all/windres/windres.exp	2001/07/27 01:00:14	1.2
+++ binutils-all/windres/windres.exp	2001/07/27 16:14:22
@@ -115,7 +115,7 @@ foreach res $res_list {
 	continue;
     }
 
-    if { "$target_xfail" == "yes" } {
+    if { "$broot" != "bmpalign" && "$target_xfail" == "yes" } {
 	setup_xfail *-*
     }
 


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