[PATCH] Fix uppercase test names in gdb.python/py-xmethods.exp

Pedro Alves palves@redhat.com
Fri Jan 20 15:34:00 GMT 2017


On 01/20/2017 03:30 PM, Luis Machado wrote:

> 
> How about the following?


>  # Skip all tests if Python scripting is not enabled.
> -if { [skip_python_tests] } { continue }
> +if { [skip_python_tests] } {
> +    untested "skipping Python tests"
> +    return
> +}
>  

There's an "unsupported" call inside skip_python_tests.

Thanks,
Pedro Alves



More information about the Gdb-patches mailing list