diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2009-06-25 15:55:44 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2009-06-25 15:55:44 +0000 |
commit | 33c7047224a7cd58494f88bf9ffdb9f9f7beb3c4 (patch) | |
tree | 21a2ac868f6e05d1c8a6882d4ba48bceb73779c1 /binutils/testsuite | |
parent | be7035c6b86260fedd9c90a5a69a7c8b537e9dc2 (diff) | |
download | gdb-33c7047224a7cd58494f88bf9ffdb9f9f7beb3c4.zip gdb-33c7047224a7cd58494f88bf9ffdb9f9f7beb3c4.tar.gz gdb-33c7047224a7cd58494f88bf9ffdb9f9f7beb3c4.tar.bz2 |
* binutils-all/objcopy.exp: Always treat objcopy_test as XFAIL on cygwin.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 838c600..d3c7bc8 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -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". diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index bb1c2db..43b41b4 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -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*" |