OSDN Git Service

Expect arm-pe and arm-coff failure of the simple objcopy test
authornickc <nickc>
Mon, 1 Nov 1999 16:48:04 +0000 (16:48 +0000)
committernickc <nickc>
Mon, 1 Nov 1999 16:48:04 +0000 (16:48 +0000)
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/objcopy.exp

index 2c3037c..86c5d81 100644 (file)
@@ -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.
index 33a159f..232e0b2 100644 (file)
@@ -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
     }