diff options
author | Nick Clifton <nickc@redhat.com> | 1999-11-01 16:48:05 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-11-01 16:48:05 +0000 |
commit | 11d47adc34d4ef65c3f87d86a1ae9e95933d451d (patch) | |
tree | 95456479898a9234f766a76dfe9fb94a4f90385c | |
parent | 603eea0846aaa29b0dd9846cf6da67303601b6f1 (diff) | |
download | binutils-11d47adc34d4ef65c3f87d86a1ae9e95933d451d.tar.gz binutils-11d47adc34d4ef65c3f87d86a1ae9e95933d451d.tar.bz2 binutils-11d47adc34d4ef65c3f87d86a1ae9e95933d451d.zip |
Expect arm-pe and arm-coff failure of the simple objcopy test
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 2c3037c3950..86c5d81169d 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +1999-11-01 Nick Clifton <nickc@cygnus.com> + + * binutils-all/objcopy.exp: Expect simple objcopy test for fail + for COFF based ARM ports. + Tue Sep 14 00:28:17 1999 Jeffrey A Law (law@cygnus.com) * binutils-all/hppa/objdump.exp: Do not run for PA64. diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 33a159febea..232e0b2ffad 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -473,6 +473,9 @@ proc copy_executable { prog flags test1 test2 } { # mips_elf_sym_is_global. setup_xfail "mips*-*-elf" + setup_xfail "arm*-*-coff" + setup_xfail "arm*-*-pe" + fail $test1 } |