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]

Minor PA GAS testsuite fix



The line separator test is expected to fail on PA platforms.

	* gas/hppa/parse/parse.exp: Expect failure on line separator bug.

Index: parse/parse.exp
===================================================================
RCS file: /cvs/cvsfiles/devo/gas/testsuite/gas/hppa/parse/parse.exp,v
retrieving revision 1.22
diff -c -3 -p -r1.22 parse.exp
*** parse.exp	2000/10/13 17:32:53	1.22
--- parse.exp	2001/11/23 16:14:12
*************** proc do_valid_align_tests {} {
*** 120,125 ****
--- 120,126 ----
  
  if [istarget hppa*-*-*] then {
      # GAS-2.0 does not always parse ! as a line separator when it should.
+     setup_xfail hppa*-*-*
      gas_test "linesepbug.s" "" "" "line separator bug"
  
      # Make sure GAS accepts syntax for accessing static data.



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