This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Add xfails for ld-elf/flags1 test


Hi Guys

  The ld-elf/flags1 test fails for quite a few targets for a variety
  of reasons which are not easily fixable by adjusting the source
  file.  So I am applying the patch below to add xfails for them.

Cheers
  Nick

ld/testsuite/ChangeLog
2007-12-31  Nick Clifton  <nickc@redhat.com>

	* ld-elf/flags1.d: Add xfails for ports for which the test will
	not work.

Index: ld/testsuite/ld-elf/flags1.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-elf/flags1.d,v
retrieving revision 1.2
diff -c -3 -p -r1.2 flags1.d
*** ld/testsuite/ld-elf/flags1.d	14 Nov 2007 10:11:12 -0000	1.2
--- ld/testsuite/ld-elf/flags1.d	31 Dec 2007 11:25:17 -0000
***************
*** 2,7 ****
--- 2,14 ----
  #ld: -Tflags1.ld
  #objcopy_linked_file: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code 
  #readelf: -l --wide
+ #xfail: "arm*-*-*" "xscale-*-*"
+ #xfail: "avr-*-*" "dlx-*-*" "h8300-*-*" "m32r-*-*" "msp430-*-*"
+ #xfail: "*-*-hpux*"
+ # Fails on the ARM because the .section type character is % rather than @.
+ # Fails on the AVR, DLX, H8300, M32R and MSP430 because the two sections
+ #  are not merged into one segment.  (There is no good reason why they have to be).
+ # Fails on HPUX systems because the .type pseudo-op behaves differently.
  
  #...
  Program Headers:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]