2004-10-28 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 28 Oct 2004 14:58:26 +0000 (14:58 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 28 Oct 2004 14:58:26 +0000 (14:58 +0000)
* binutils-all/dlltool.exp: Set XFAIL if $target_xfail is yes.

binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/dlltool.exp

index 8289b23db9efd5f739ff340c2ac980de0ca5c577..245d1d007c80d4fc1c19d0323cd814b6d59f631b 100644 (file)
@@ -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.
index 3f6cd315d4e22b80f98b7bac46a946ebd04c1c0e..a2cd2f61591577eb4c21220e213499bdf313275b 100644 (file)
@@ -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
 
This page took 0.038368 seconds and 4 git commands to generate.