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]
Other format: [Raw text]

PATCH: gdb.base/corefile.exp: tolerate stuff after argument parens


Committed as obvious.  (The other 'up in corefile.exp' test has the .* too.)

2003-05-22  Jim Blandy  <jimb@redhat.com>

	* gdb.base/corefile.exp: Tolerate stuff after argument parens in
	backtrace.
	
*** gdb/testsuite/gdb.base/corefile.exp.smoo~	2003-05-22 17:30:13.000000000 -0500
--- gdb/testsuite/gdb.base/corefile.exp	2003-05-22 17:38:41.000000000 -0500
***************
*** 245,250 ****
  
  gdb_load ${binfile}
  setup_xfail "*-*-*" CLLbs17002
! gdb_test "up" "#\[0-9\]* *\[0-9xa-fH'\]* in .* \\(\\)" "up in corefile.exp (reinit)"
  
  gdb_test "core" "No core file now."
--- 245,250 ----
  
  gdb_load ${binfile}
  setup_xfail "*-*-*" CLLbs17002
! gdb_test "up" "#\[0-9\]* *\[0-9xa-fH'\]* in .* \\(\\).*" "up in corefile.exp (reinit)"
  
  gdb_test "core" "No core file now."


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