This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


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

[patch] Unify stabs/weird messages


FYI,

I've checked in the attached as obvious.  It tweeks the wierd.exp file 
so that the pass / fail / ... messages all line up.

enjoy,
Andrew
2001-10-25  Andrew Cagney  <ac131313@redhat.com>

	* gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
	messages.

Index: gdb.stabs/weird.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.stabs/weird.exp,v
retrieving revision 1.2
diff -p -r1.2 weird.exp
*** weird.exp	2001/03/06 08:21:59	1.2
--- weird.exp	2001/10/26 04:11:57
*************** proc print_weird_var { var } {
*** 218,227 ****
  			pass "variable $var printed properly"
  		}
  		-re ".*$gdb_prompt $" {
! 			fail "variable $var not printed properly"
  		}
! 		timeout { fail "variable $var not printed (timeout)" }
! 		eof { fail "(eof) variable $var not printed" }
  	}
  
  	# Make sure that the stabs did get loaded in a sensible way.
--- 218,227 ----
  			pass "variable $var printed properly"
  		}
  		-re ".*$gdb_prompt $" {
! 			fail "variable $var printed properly"
  		}
! 		timeout { fail "variable $var printed properly (timeout)" }
! 		eof { fail "variable $var printed properly (eof)" }
  	}
  
  	# Make sure that the stabs did get loaded in a sensible way.

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