summaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2009-06-26 01:26:28 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2009-06-26 01:26:28 +0000
commit012396e11a7b086fc529a812fdfc8287863b2630 (patch)
tree6b6cbba2790e19cfcfe9377095523bb99af49391 /binutils
parenta07a6df632ccd68ea98ecd39af0041d8dee51b23 (diff)
downloadbinutils-redhat-012396e11a7b086fc529a812fdfc8287863b2630.tar.gz
* binutils-all/objcopy.exp: Move XFAIL from objcopy_test to copy_executable.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/testsuite/ChangeLog5
-rw-r--r--binutils/testsuite/binutils-all/objcopy.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index d3c7bc8f22..2c5db0cdee 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -1,5 +1,10 @@
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
cygwin.
diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp
index 43b41b4f64..5f63bbbf0d 100644
--- a/binutils/testsuite/binutils-all/objcopy.exp
+++ b/binutils/testsuite/binutils-all/objcopy.exp
@@ -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
}