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:
parent
409d19c41a
commit
8bd8d2153f
|
@ -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
|
||||
|
|
|
@ -111,7 +111,7 @@ foreach res $res_list {
|
|||
continue;
|
||||
}
|
||||
|
||||
if { "$target_xfail" == "yes" } {
|
||||
if { "$broot" != "bmpalign" && "$target_xfail" == "yes" } {
|
||||
setup_xfail *-*
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue