This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v6 7/9] Explicit locations: add UI features for CLI
- From: Keith Seitz <keiths at redhat dot com>
- To: Yao Qi <qiyaoltc at gmail dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 17 Aug 2015 10:19:09 -0700
- Subject: Re: [PATCH v6 7/9] Explicit locations: add UI features for CLI
- Authentication-results: sourceware.org; auth=none
- References: <m3r3nbc4na dot fsf at sspiff dot org> <1439325928-4723-1-git-send-email-keiths at redhat dot com> <86a8tp50le dot fsf at gmail dot com>
On 08/17/2015 09:41 AM, Yao Qi wrote:
> I got some timeout FAILs on my ubuntu x86_64 machine.
>
> (gdb) PASS: gdb.linespec/explicit.exp: complete -line with no value
> break -function main FAIL: gdb.linespec/explicit.exp: complete unique function name (timeout)
> break -function myfunc^H^H^H^H^Hain ^[[KFAIL: gdb.linespec/explicit.exp: complete non-unique function name (timeout)
> break -function foo^H^H^Hmain FAIL: gdb.linespec/explicit.exp: complete non-existant function name (timeout)
> break -source 3ex^G^H^H^H/home/yao/SourceCode/gnu/gdb/git/gdb/testsuite/gdb.linespec/FAIL: gdb.linespec/explicit.exp: complete unique file name (timeout)
> break -source exp^G^H^H^H/home/yao/SourceCode/gnu/gdb/git/gdb/testsuite/gdb.linespec/FAIL: gdb.linespec/explicit.exp: complete non-unique file name (timeout)
> break -source foo^G^H^H^H/home/yao/SourceCode/gnu/gdb/git/gdb/testsuite/gdb.linespec/ERROR: Process no longer exists
> UNRESOLVED: gdb.linespec/explicit.exp: complete non-existant file name
>
> The fails are shown on Debian-s390x too,
> https://www.sourceware.org/ml/gdb-testers/2015-q3/msg06879.html I
> haven't look into them yet.
I am seeing, those, too. They're definitely on my plate as soon as I can
get access to a s390x box. [I've applied for access to the gcc compile
farm.]
Keith