2001-07-27 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 27 Jul 2001 16:16:07 +0000 (16:16 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 27 Jul 2001 16:16:07 +0000 (16:16 +0000)
* binutils-all/windres/windres.exp: Don't set xfail for
bmpalign (compare) on none-ix86/pe targets.

binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/windres/windres.exp

index dfde0e5..2fbeb5c 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2001-07-24  H.J. Lu  <hjl@gnu.org>
 
        * binutils-all/windres/windres.exp: Set xfail on none-ix86/pe
index 72ee00c..858ce98 100644 (file)
@@ -111,7 +111,7 @@ foreach res $res_list {
        continue;
     }
 
-    if { "$target_xfail" == "yes" } {
+    if { "$broot" != "bmpalign" && "$target_xfail" == "yes" } {
        setup_xfail *-*
     }