* gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
The associated tests should be PASSing.
This commit is contained in:
parent
a4b937ff72
commit
6b7a35ddbf
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-12-20 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
|
||||
The associated tests should be PASSing.
|
||||
|
||||
2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
|
||||
|
||||
Test for base in references.
|
||||
|
|
|
@ -104,7 +104,6 @@ gdb_test "continue" \
|
|||
"Breakpoint \[0-9\]*.*stack_align.*" \
|
||||
"continue to stack_align + 7"
|
||||
|
||||
setup_kfail *-*-* gdb/2080
|
||||
gdb_test "backtrace 10" \
|
||||
"#0\[ \t\]*$hex in stack_align.*\r\n#1\[ \t\]*$hex in main.*" \
|
||||
"first backtrace in stack_align"
|
||||
|
@ -115,12 +114,10 @@ gdb_test "continue" \
|
|||
|
||||
skip_breakpoint stack_align
|
||||
|
||||
setup_kfail *-*-* gdb/2080
|
||||
gdb_test "backtrace 10" \
|
||||
"#0\[ \t\]*$hex in stack_align.*\r\n#1\[ \t\]*$hex in main.*" \
|
||||
"second backtrace in stack_align"
|
||||
|
||||
setup_kfail *-*-* gdb/2080
|
||||
gdb_test "info frame" \
|
||||
".*Saved registers:.*ecx at.*ebp at.*edi at.*eip at.*" \
|
||||
"saved registers in stack_align"
|
||||
|
|
Loading…
Add table
Reference in a new issue