From: H.J. Lu Date: Fri, 27 Jul 2001 16:16:07 +0000 (+0000) Subject: 2001-07-27 H.J. Lu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8bd8d2153f4fac0071f4a5475f5e6bd73794f4b0;p=binutils-gdb.git 2001-07-27 H.J. Lu * binutils-all/windres/windres.exp: Don't set xfail for bmpalign (compare) on none-ix86/pe targets. --- diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index dfde0e5b01b..2fbeb5c5509 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-07-27 H.J. Lu + + * binutils-all/windres/windres.exp: Don't set xfail for + bmpalign (compare) on none-ix86/pe targets. + 2001-07-24 H.J. Lu * binutils-all/windres/windres.exp: Set xfail on none-ix86/pe diff --git a/binutils/testsuite/binutils-all/windres/windres.exp b/binutils/testsuite/binutils-all/windres/windres.exp index 72ee00cc368..858ce98e6bd 100644 --- a/binutils/testsuite/binutils-all/windres/windres.exp +++ b/binutils/testsuite/binutils-all/windres/windres.exp @@ -111,7 +111,7 @@ foreach res $res_list { continue; } - if { "$target_xfail" == "yes" } { + if { "$broot" != "bmpalign" && "$target_xfail" == "yes" } { setup_xfail *-* }