From 6d0bb9f3db022411035cf5c74cc44cb6a6e6d07a Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Thu, 3 May 2012 01:52:31 +0000 Subject: [PATCH] gdb/testsuite: * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.mi/mi-solib.exp | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 074beff05f..22b8c3cdf9 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-05-03 Yao Qi + + * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860. + 2012-04-30 Doug Evans PR testsuite/13961 diff --git a/gdb/testsuite/gdb.mi/mi-solib.exp b/gdb/testsuite/gdb.mi/mi-solib.exp index 8e99f909c1..8e548f49f2 100644 --- a/gdb/testsuite/gdb.mi/mi-solib.exp +++ b/gdb/testsuite/gdb.mi/mi-solib.exp @@ -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"