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: [PATCH] Skip gcore-buffer-overflow.exp on windows


On 15-11-2012 15:01, Yao Qi wrote:
>  
> +# Skip this test on Windows; the long filename is not allowed.
> +if { [ishost "i?86-*-mingw*"] } {
> +    untested gcore-buffer-overflow.exp


In untested calls, please spell out the reason the test ends up untested,
instead of just writing the test name, as with the latter we just end up with
the test name duplicated in the gdb.sum output.

> +    return -1
> +}

-- 
Pedro Alves


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