diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-07-27 16:16:07 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-07-27 16:16:07 +0000 |
commit | 8bd8d2153f4fac0071f4a5475f5e6bd73794f4b0 (patch) | |
tree | b0a50f09bfb59359dd11b07dca88ece31aafd901 /binutils/testsuite | |
parent | 409d19c41aeeb7dc21613fdb7efd54e0f3a23c89 (diff) | |
download | gdb-8bd8d2153f4fac0071f4a5475f5e6bd73794f4b0.zip gdb-8bd8d2153f4fac0071f4a5475f5e6bd73794f4b0.tar.gz gdb-8bd8d2153f4fac0071f4a5475f5e6bd73794f4b0.tar.bz2 |
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.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/windres/windres.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index dfde0e5..2fbeb5c 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -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 diff --git a/binutils/testsuite/binutils-all/windres/windres.exp b/binutils/testsuite/binutils-all/windres/windres.exp index 72ee00c..858ce98 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 *-* } |