Expect arm-pe and arm-coff failure of the simple objcopy test
This commit is contained in:
parent
603eea0846
commit
11d47adc34
2 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue