This is the mail archive of the binutils@sources.redhat.com 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]

Fix unexpected gas testsuite failure for msp430-elf


Hi Guys,

  The msp430 gas port defined ONLY_STANDARD_ESCAPES so it too fails
  the macro/string test.  Hence I am adding an xfail for this target.

Cheers
  Nick

gas/testsuite/ChangeLog
2005-03-03  Nick Clifton  <nickc@redhat.com>

	* gas/macros/macros.exp (run_list_test): Also expect the msp430
	port to fail the strings test because it defined
	ONLY_STANDARD_ESCAPES.

Index: gas/testsuite/gas/macros/macros.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/macros/macros.exp,v
retrieving revision 1.19
diff -c -3 -p -r1.19 macros.exp
*** gas/testsuite/gas/macros/macros.exp	31 Jan 2005 14:30:34 -0000	1.19
--- gas/testsuite/gas/macros/macros.exp	3 Mar 2005 15:11:10 -0000
*************** case $target_triplet in {
*** 45,51 ****
  
  if { ![istarget hppa*-*-*] || [istarget *-*-linux*] } {
      # FIXME: Due to macro mishandling of ONLY_STANDARD_ESCAPES.
!     setup_xfail "avr-*" "cris-*" "crisv32-*"
  
      # These fail due to NO_STRING_ESCAPES
      setup_xfail "powerpc*-*-aix*" "powerpc*-*-beos*" "powerpc*-*-macos*"
--- 45,51 ----
  
  if { ![istarget hppa*-*-*] || [istarget *-*-linux*] } {
      # FIXME: Due to macro mishandling of ONLY_STANDARD_ESCAPES.
!     setup_xfail "avr-*" "cris-*" "crisv32-*" "msp430-*"
  
      # These fail due to NO_STRING_ESCAPES
      setup_xfail "powerpc*-*-aix*" "powerpc*-*-beos*" "powerpc*-*-macos*"
  


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