* gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
gdb1718". PR backtrace/1718 partially fixed.
This commit is contained in:
parent
e57b8d41d5
commit
736b0fceca
|
@ -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>
|
2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* gdb.threads/watchthreads.exp: New test for threaded watchpoints.
|
* gdb.threads/watchthreads.exp: New test for threaded watchpoints.
|
||||||
|
|
|
@ -77,7 +77,6 @@ gdb_test "info frame" \
|
||||||
|
|
||||||
gdb_test "continue" "Program received signal SIGTRAP.*" "continue to gdb1718"
|
gdb_test "continue" "Program received signal SIGTRAP.*" "continue to gdb1718"
|
||||||
|
|
||||||
setup_kfail *-*-* gdb/1718
|
|
||||||
gdb_test "backtrace 10" \
|
gdb_test "backtrace 10" \
|
||||||
"#0\[ \t\]*$hex in gdb1718.*\r\n#1\[ \t\]*$hex in main.*" \
|
"#0\[ \t\]*$hex in gdb1718.*\r\n#1\[ \t\]*$hex in main.*" \
|
||||||
"backtrace in gdb1718"
|
"backtrace in gdb1718"
|
||||||
|
|
Loading…
Reference in New Issue