gdb/testsuite:
* gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
This commit is contained in:
parent
f4644a3fe0
commit
6d0bb9f3db
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-05-03 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
|
||||
|
||||
2012-04-30 Doug Evans <dje@google.com>
|
||||
|
||||
PR testsuite/13961
|
||||
|
|
|
@ -59,4 +59,9 @@ mi_gdb_test "777-gdb-set stop-on-solib-events 1" "777\\^done" \
|
|||
# We use "run" rather than "-exec-run" here in order to test that CLI
|
||||
# commands still cause the correct MI output to be generated.
|
||||
mi_run_with_cli
|
||||
|
||||
global async
|
||||
if { $async } {
|
||||
setup_kfail gdb/13860 *-*-*
|
||||
}
|
||||
mi_expect_stop solib-event .* .* .* .* .* "check for solib event"
|
||||
|
|
Loading…
Reference in a new issue