* binutils-all/objcopy.exp: Always treat objcopy_test as XFAIL on cygwin.
authorChristopher Faylor <me+cygwin@cgf.cx>
Thu, 25 Jun 2009 15:55:44 +0000 (15:55 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Thu, 25 Jun 2009 15:55:44 +0000 (15:55 +0000)
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/objcopy.exp

index 838c600deb8ec55d702d15c6b320d556fd8dd6cc..d3c7bc8f220279d502ae2e28525e3af2a5331ac1 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-25  Christopher Faylor  <me+cygwin@cgf.cx>
+
+       * binutils-all/objcopy.exp: Always treat objcopy_test as XFAIL on
+       cygwin.
+
 2009-04-16  Alan Modra  <amodra@bigpond.net.au>
 
        * binutils-all/localize-hidden-1.s: Use "==" instead of ".set".
index bb1c2dbf2479c2ab194d10bb4f92402d7f74c7af..43b41b4f64b9db6899745b39de3f64f82ff44774 100644 (file)
@@ -89,6 +89,7 @@ proc objcopy_test {testname srcfile} {
        setup_xfail "or32-*-rtems*" "or32-*-coff"
        setup_xfail "sh-*-coff*" "sh-*-rtems*" 
        setup_xfail "tic4x-*-*" "tic80-*-*" "w65-*"
+       setup_xfail "*-*-cygwin*"
 
        clear_xfail "hppa*64*-*-hpux*" "hppa*-*-linux*" "hppa*-*-lites*"
        clear_xfail "hppa*-*-*n*bsd*" "hppa*-*-rtems*" "*-*-*elf*"
This page took 0.031382 seconds and 4 git commands to generate.