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] completion.exp: remove 'a64l' from expect string


 
2001-08-02  Michael Snyder  <msnyder@redhat.com>

	* gdb.base/completion.exp: Remove the symbol "a64l" from
	the expect string; this is target-specific, and not related
	to what is being tested.

Index: completion.exp
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/testsuite/gdb.base/completion.exp,v
retrieving revision 1.7
diff -c -3 -p -r1.7 completion.exp
*** completion.exp	2001/07/13 23:56:12	1.7
--- completion.exp	2001/08/02 23:00:52
*************** gdb_expect {
*** 387,393 ****
      -re "^p 'a\\\x07$" {
  	send_gdb "\t"
  	gdb_expect {
! 	    -re "a64l.*argv.*$gdb_prompt p .a$" {
  		send_gdb "\n"
  		gdb_expect {
  		    -re "Invalid character constant\\..*$gdb_prompt $" {
--- 387,393 ----
      -re "^p 'a\\\x07$" {
  	send_gdb "\t"
  	gdb_expect {
! 	    -re ".*argv.*$gdb_prompt p .a$" {
  		send_gdb "\n"
  		gdb_expect {
  		    -re "Invalid character constant\\..*$gdb_prompt $" {
*************** gdb_expect {
*** 447,453 ****
      -re "^p b-a\\\x07$" {
  	send_gdb "\t"
  	gdb_expect {
! 	    -re "a64l.*argv.*$gdb_prompt p b-a$" {
  		send_gdb "\n"
  		gdb_expect {
  		    -re "No symbol \"b\" in current context\\..*$gdb_prompt $" {
--- 447,453 ----
      -re "^p b-a\\\x07$" {
  	send_gdb "\t"
  	gdb_expect {
! 	    -re ".*argv.*$gdb_prompt p b-a$" {
  		send_gdb "\n"
  		gdb_expect {
  		    -re "No symbol \"b\" in current context\\..*$gdb_prompt $" {

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