OSDN Git Service

* gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
authorMark Kettenis <kettenis@gnu.org>
Thu, 29 Jul 2004 22:02:57 +0000 (22:02 +0000)
committerMark Kettenis <kettenis@gnu.org>
Thu, 29 Jul 2004 22:02:57 +0000 (22:02 +0000)
gdb1718".  PR backtrace/1718 partially fixed.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/i386-prologue.exp

index e9ae259..bd2ab0c 100644 (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.
index 243c15f..420773c 100644 (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"