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] Adjust testsuite for PR backtrace/1718 fix


Michael,

Is this OK?  Or can I check this in as obviously correct?


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

	* gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
	gdb1718".  PR backtrace/1718 partially fixed.

Index: testsuite/gdb.arch/i386-prologue.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.arch/i386-prologue.exp,v
retrieving revision 1.6
diff -u -p -r1.6 i386-prologue.exp
--- testsuite/gdb.arch/i386-prologue.exp 23 Jul 2004 22:08:39 -0000 1.6
+++ testsuite/gdb.arch/i386-prologue.exp 24 Jul 2004 13:03:37 -0000
@@ -77,7 +77,6 @@ gdb_test "info frame" \
 
 gdb_test "continue" "Program received signal SIGTRAP.*" "continue to gdb1718"
 
-setup_kfail *-*-* gdb/1718
 gdb_test "backtrace 10" \
 	"#0\[ \t\]*$hex in gdb1718.*\r\n#1\[ \t\]*$hex in main.*" \
 	"backtrace in gdb1718"


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