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]

Re: [RFA] Handle var_zuinteger and var_zuinteger_unlimited from Python


On 04/26/2018 11:20 PM, Tom Tromey wrote:
> +    if {$kind == "PARAM_ZUINTEGER"} {
> +	gdb_test "python test_param_$kind.value = -1" "RuntimeError: Range exceeded.*"
> +    } else {
> +	gdb_test_no_output "python test_param_$kind.value = -1" ""

Passing "" to gdb_test_no_output case suppresses the test
name/message in gdb.sum.  I suspect that was not intended.

Thanks,
Pedro Alves


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