* binutils-all/objcopy.exp: Move XFAIL from objcopy_test to copy_executable.
authorChristopher Faylor <me+cygwin@cgf.cx>
Fri, 26 Jun 2009 01:26:28 +0000 (01:26 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Fri, 26 Jun 2009 01:26:28 +0000 (01:26 +0000)
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/objcopy.exp

index d3c7bc8f220279d502ae2e28525e3af2a5331ac1..2c5db0cdeebe1a9f9744869b6dbba10b66202a25 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-25  Christopher Faylor  <me+cygwin@cgf.cx>
+
+       * binutils-all/objcopy.exp: Move XFAIL from objcopy_test to
+       copy_executable.
+
 2009-06-25  Christopher Faylor  <me+cygwin@cgf.cx>
 
        * binutils-all/objcopy.exp: Always treat objcopy_test as XFAIL on
index 43b41b4f64b9db6899745b39de3f64f82ff44774..5f63bbbf0dba4511c704917f09a308d7590509ca 100644 (file)
@@ -89,7 +89,6 @@ 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*"
@@ -585,6 +584,7 @@ proc copy_executable { prog flags test1 test2 } {
        setup_xfail "thumb*-*-coff"
        setup_xfail "thumb*-*-pe"
        setup_xfail "x86_64-*-mingw*"
+       setup_xfail "*-*-cygwin*"
     
        fail $test1
     }