From: Nick Clifton Date: Mon, 1 Nov 1999 16:48:05 +0000 (+0000) Subject: Expect arm-pe and arm-coff failure of the simple objcopy test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11d47adc34d4ef65c3f87d86a1ae9e95933d451d;p=binutils-gdb.git Expect arm-pe and arm-coff failure of the simple objcopy test --- 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 + + * 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 }