* gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in

gdb1718".  PR backtrace/1718 partially fixed.
This commit is contained in:
Mark Kettenis 2004-07-29 22:02:57 +00:00
parent e57b8d41d5
commit 736b0fceca
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-07-28 Mark Kettenis <kettenis@gnu.org>
* gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
gdb1718". PR backtrace/1718 partially fixed.
2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
* gdb.threads/watchthreads.exp: New test for threaded watchpoints.

View File

@ -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"