aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-02-14 02:40:39 +0000
committerAlan Modra <amodra@gmail.com>2012-02-14 02:40:39 +0000
commit3140414bd227e56dfa0ccd9dac9e7d163978fa29 (patch)
tree5fdc3fcce21ddfd12787b75711353121b8020905 /binutils
parent1d2b8df224a31e34bda028432e5463e8d033e9b2 (diff)
downloadfsf-binutils-gdb-3140414bd227e56dfa0ccd9dac9e7d163978fa29.zip
fsf-binutils-gdb-3140414bd227e56dfa0ccd9dac9e7d163978fa29.tar.gz
fsf-binutils-gdb-3140414bd227e56dfa0ccd9dac9e7d163978fa29.tar.bz2
* binutils-all/dlltool.exp: Add setup_xfail.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/testsuite/ChangeLog2
-rw-r--r--binutils/testsuite/binutils-all/dlltool.exp4
2 files changed, 6 insertions, 0 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index 9e200f0..bab9f7d 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -1,5 +1,7 @@
2012-02-14 Alan Modra <amodra@gmail.com>
+ * binutils-all/dlltool.exp: Add setup_xfail.
+
* binutils-all/dw2-decodedline.S: Always have whitespace before
directives.
* binutils-all/version.s: Likewise.
diff --git a/binutils/testsuite/binutils-all/dlltool.exp b/binutils/testsuite/binutils-all/dlltool.exp
index 1493e6e..1409d3c 100644
--- a/binutils/testsuite/binutils-all/dlltool.exp
+++ b/binutils/testsuite/binutils-all/dlltool.exp
@@ -64,6 +64,10 @@ if ![string match "" $err] then {
pass "dlltool (version.dll)"
}
+if { "$target_xfail" == "yes" } {
+ setup_xfail *-*
+}
+
verbose "$DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" 1
catch "exec $DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" err