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 /binutils/testsuite/binutils-all | |
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.
Diffstat (limited to 'binutils/testsuite/binutils-all')
-rw-r--r-- | binutils/testsuite/binutils-all/dlltool.exp | 4 |
1 files changed, 4 insertions, 0 deletions
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 |