This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[testsuite 7.11] Regression for i386-biarch-core.exp and others [Re: [PATCH] Always organize test artifacts in a directory hierarchy]
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Simon Marchi <simon dot marchi at ericsson dot com>
- Cc: Joel Brobecker <brobecker at adacore dot com>, Pedro Alves <palves at redhat dot com>, gdb-patches at sourceware dot org
- Date: Thu, 11 Feb 2016 22:22:19 +0100
- Subject: [testsuite 7.11] Regression for i386-biarch-core.exp and others [Re: [PATCH] Always organize test artifacts in a directory hierarchy]
- Authentication-results: sourceware.org; auth=none
- References: <1452268308-23845-1-git-send-email-simon dot marchi at ericsson dot com> <5694F8D2 dot 5090807 at redhat dot com> <56952A6C dot 8070507 at ericsson dot com> <569630EC dot 2000702 at redhat dot com> <20160117063144 dot GB4059 at adacore dot com> <56B8EBF1 dot 5020208 at ericsson dot com>
On Mon, 08 Feb 2016 20:26:41 +0100, Simon Marchi wrote:
> Ok, I pushed this patch. I am now waiting to know what I broke.
Running /home/jkratoch/redhat/gdb-clean/gdb/testsuite/gdb.arch/i386-biarch-core.exp ...
PASS: gdb.arch/i386-biarch-core.exp: complete set gnutarget
PASS: gdb.arch/i386-biarch-core.exp: core-file
PASS: gdb.arch/i386-biarch-core.exp: .text is readable
->
Running /home/jkratoch/redhat/gdb-clean/gdb/testsuite/gdb.arch/i386-biarch-core.exp ...
PASS: gdb.arch/i386-biarch-core.exp: complete set gnutarget
UNTESTED: gdb.arch/i386-biarch-core.exp: failed bzip2
Reproducible with:
tar xJf gdb-7.10.90.20160211.tar.xz;cd gdb-7.10.90.20160211;./configure;make;make -C gdb check//unix/-m64 RUNTESTFLAGS=gdb.arch/i386-biarch-core.exp
Running /tmp/gdb-7.10.90.20160211/gdb/testsuite/gdb.arch/i386-biarch-core.exp ...
sh: /tmp/gdb-7.10.90.20160211/gdb/testsuite.unix.-m64/gdb.arch/i386-biarch-core.core: No such file or directory
=== gdb Summary ===
# of expected passes 1
# of untested testcases 1
I have not debugged it more yet.
Jan