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.
This commit is contained in:
H.J. Lu 2001-07-27 16:16:07 +00:00
parent 409d19c41a
commit 8bd8d2153f
2 changed files with 6 additions and 1 deletions

View 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

View File

@ -111,7 +111,7 @@ foreach res $res_list {
continue;
}
if { "$target_xfail" == "yes" } {
if { "$broot" != "bmpalign" && "$target_xfail" == "yes" } {
setup_xfail *-*
}