diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e9ae25927c..bd2ab0c68e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-07-28 Mark Kettenis + + * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in + gdb1718". PR backtrace/1718 partially fixed. + 2004-07-27 Jeff Johnston * gdb.threads/watchthreads.exp: New test for threaded watchpoints. diff --git a/gdb/testsuite/gdb.arch/i386-prologue.exp b/gdb/testsuite/gdb.arch/i386-prologue.exp index 243c15f36e..420773c603 100644 --- a/gdb/testsuite/gdb.arch/i386-prologue.exp +++ b/gdb/testsuite/gdb.arch/i386-prologue.exp @@ -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"