diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2004-10-28 14:58:26 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2004-10-28 14:58:26 +0000 |
commit | e4c8d1e49f2f83af3ef531c2c9a8315bfe4145b9 (patch) | |
tree | 7b34bed2c9fe873644a38aea64bb8efce637dce1 | |
parent | bf718458269ad9c76aa2bc7662d939c0589ce6ea (diff) | |
download | gdb-e4c8d1e49f2f83af3ef531c2c9a8315bfe4145b9.zip gdb-e4c8d1e49f2f83af3ef531c2c9a8315bfe4145b9.tar.gz gdb-e4c8d1e49f2f83af3ef531c2c9a8315bfe4145b9.tar.bz2 |
2004-10-28 H.J. Lu <hongjiu.lu@intel.com>
* binutils-all/dlltool.exp: Set XFAIL if $target_xfail is yes.
-rw-r--r-- | binutils/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/dlltool.exp | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 8289b23..245d1d0 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-10-28 H.J. Lu <hongjiu.lu@intel.com> + + * binutils-all/dlltool.exp: Set XFAIL if $target_xfail is yes. + 2004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com> * binutils-all/alias.def: New file. diff --git a/binutils/testsuite/binutils-all/dlltool.exp b/binutils/testsuite/binutils-all/dlltool.exp index 3f6cd31..a2cd2f6 100644 --- a/binutils/testsuite/binutils-all/dlltool.exp +++ b/binutils/testsuite/binutils-all/dlltool.exp @@ -45,6 +45,10 @@ if ![string match "" $err] then { pass "dlltool (fastcall export)" } +if { "$target_xfail" == "yes" } { + setup_xfail *-* +} + verbose "$DLLTOOL -p prefix -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" 1 catch "exec $DLLTOOL -p prefix -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" err |