This is the mail archive of the gdb-patches@sourceware.org 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]

Re: Regression: [Re: RFC: change "program exited" message]


Jan> Yes, it PASSes (fedora15.x86_64).

Thanks.  I am committing as appended.

Tom

2011-03-09  Tom Tromey  <tromey@redhat.com>

	* gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
	gdb_continue_to_end.

Index: testsuite/gdb.ada/catch_ex.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/catch_ex.exp,v
retrieving revision 1.10
diff -u -r1.10 catch_ex.exp
--- testsuite/gdb.ada/catch_ex.exp	7 Mar 2011 16:03:01 -0000	1.10
+++ testsuite/gdb.ada/catch_ex.exp	9 Mar 2011 18:34:33 -0000
@@ -141,6 +141,8 @@
          "Continuing\.$eol$catchpoint_msg$eol.*SPOT4" \
          "continuing to unhandled exception"
 
-gdb_continue_to_end 
+gdb_test "continue" \
+         "Continuing\..*$inferior_exited_re.*" \
+         "continuing to program completion"
 
 


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