This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ping 2]: [patch] Setup kfail in gdb.mi/mi-solib.exp


On 04/12/2012 12:04 PM, Yao Qi wrote:
> 	* gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
> 
> diff --git a/gdb/testsuite/gdb.mi/mi-solib.exp b/gdb/testsuite/gdb.mi/mi-solib.exp
> index 8e99f90..8e548f4 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"

Ping 2.  http://sourceware.org/ml/gdb-patches/2012-04/msg00271.html

The patch itself is quite simple.  Is it OK?

-- 
Yao (éå)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]