expect thumb-pe and thumb-coff failures
authorNick Clifton <nickc@redhat.com>
Mon, 1 Nov 1999 17:12:11 +0000 (17:12 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 1 Nov 1999 17:12:11 +0000 (17:12 +0000)
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/objcopy.exp

index 86c5d81169d9ceb19cd5fc77dc9147be0d8f329e..39a3d8b8e3dd2de5cd7c1d5c204a0953dc61d46a 100644 (file)
@@ -1,7 +1,7 @@
 1999-11-01  Nick Clifton  <nickc@cygnus.com>
 
        * binutils-all/objcopy.exp: Expect simple objcopy test for fail
-       for COFF based ARM ports.
+       for COFF based ARM and Thumb ports.
 
 Tue Sep 14 00:28:17 1999  Jeffrey A Law  (law@cygnus.com)
 
index 232e0b2ffadd33173892d81a70bc4a759e3c7ecf..1c40e0a6682b0e93c8d7f76640344e63ad70c06a 100644 (file)
@@ -475,6 +475,8 @@ proc copy_executable { prog flags test1 test2 } {
 
        setup_xfail "arm*-*-coff"
        setup_xfail "arm*-*-pe"
+       setup_xfail "thumb*-*-coff"
+       setup_xfail "thumb*-*-pe"
     
        fail $test1
     }
This page took 0.028638 seconds and 4 git commands to generate.