From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97211 invoked by alias); 11 Feb 2016 21:22:26 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 96432 invoked by uid 89); 11 Feb 2016 21:22:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=corefile, core-file, sk:testsui, sk:i386-bi X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 11 Feb 2016 21:22:25 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 2EB0114A81; Thu, 11 Feb 2016 21:22:24 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-204-18.brq.redhat.com [10.40.204.18]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u1BLMKr4001205 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 11 Feb 2016 16:22:22 -0500 Date: Thu, 11 Feb 2016 21:22:00 -0000 From: Jan Kratochvil To: Simon Marchi Cc: Joel Brobecker , Pedro Alves , gdb-patches@sourceware.org Subject: [testsuite 7.11] Regression for i386-biarch-core.exp and others [Re: [PATCH] Always organize test artifacts in a directory hierarchy] Message-ID: <20160211212219.GA23888@host1.jankratochvil.net> References: <1452268308-23845-1-git-send-email-simon.marchi@ericsson.com> <5694F8D2.5090807@redhat.com> <56952A6C.8070507@ericsson.com> <569630EC.2000702@redhat.com> <20160117063144.GB4059@adacore.com> <56B8EBF1.5020208@ericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56B8EBF1.5020208@ericsson.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00390.txt.bz2 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