public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Fix unexpected gas testsuite failure for msp430-elf
@ 2005-03-03 15:13 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2005-03-03 15:13 UTC (permalink / raw)
  To: binutils

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*"
  

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-03 15:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-03 15:13 Fix unexpected gas testsuite failure for msp430-elf Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).