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] Don't use runto_main in i386-unwind.exp


There is no real reson to use runto_main in this testcase, so I
removed it.

Committed,

Mark

Index: testsuite/ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* gdb.arch/i386-unwind.exp: Don't use runto_main.  Change
	"continue" into "run".

Index: testsuite/gdb.arch/i386-unwind.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.arch/i386-unwind.exp,v
retrieving revision 1.1
diff -u -p -r1.1 i386-unwind.exp
--- testsuite/gdb.arch/i386-unwind.exp 19 Nov 2003 17:42:43 -0000 1.1
+++ testsuite/gdb.arch/i386-unwind.exp 23 Nov 2003 19:28:23 -0000
@@ -45,18 +45,10 @@ gdb_start
 gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}
 
-#
-# Run to `main' where we begin our tests.
-#
-
-if ![runto_main] then {
-    gdb_suppress_tests
-}
-
 # Testcase for backtrace/1435.
 
-gdb_test "continue" "Program received signal SIGTRAP.*" \
-         "continue past gdb1435"
+gdb_test "run" "Program received signal SIGTRAP.*" \
+         "run past gdb1435"
 
 gdb_test "backtrace 10" \
 	"#1\[ \t]*$hex in gdb1435.*\r\n#2\[ \t\]*$hex in main.*" \


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