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 05/02/2018 10:07 PM, Tom Tromey wrote:
>>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:
> 
> Pedro> 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" ""
> 
> Pedro> Passing "" to gdb_test_no_output case suppresses the test
> Pedro> name/message in gdb.sum.  I suspect that was not intended.
> 
> How's this?

OK.

Thanks,
Pedro Alves


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