From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24915 invoked by alias); 12 Feb 2016 18:47:17 -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 24892 invoked by uid 89); 12 Feb 2016 18:47:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=sk:watchth, UD:attach.exp, attachexp, attach.exp 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; Fri, 12 Feb 2016 18:47:15 +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 61D9036B37A; Fri, 12 Feb 2016 18:47:14 +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 u1CIlAgO012574 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 12 Feb 2016 13:47:13 -0500 Date: Fri, 12 Feb 2016 18:47:00 -0000 From: Jan Kratochvil To: Simon Marchi Cc: Joel Brobecker , Pedro Alves , gdb-patches@sourceware.org Subject: Re: [testsuite 7.11] Regression for i386-biarch-core.exp and others [Re: [PATCH] Always organize test artifacts in a directory hierarchy] Message-ID: <20160212184710.GA21838@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> <20160211212219.GA23888@host1.jankratochvil.net> <56BE25A8.30609@ericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <56BE25A8.30609@ericsson.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00426.txt.bz2 On Fri, 12 Feb 2016 19:34:16 +0100, Simon Marchi wrote: > I think this patch should fix it. It simply makes the test use standard_= output_file > for its output directory. OK, thanks. I did not expect almost all the other 42 failed testfiles are Fedora-only ones so I have to fix them on my own. gdb.arch/i386-interface.exp gdb.arch/x86_64-pid0-core.exp gdb.arch/x86_64-= vla-typedef.exp gdb.base/attach-32.exp gdb.base/attach-see-vdso.exp gdb.bas= e/charsign.exp gdb.base/corefile.exp gdb.base/datalib.exp gdb.base/execl-up= date-breakpoints.exp gdb.base/fork-detach.exp gdb.base/gcore-excessive-memo= ry.exp gdb.base/gcorebg.exp gdb.base/lineno-makeup.exp gdb.base/move-dir.ex= p gdb.base/readline-overflow.exp gdb.base/rhbz981154-misleading-yum-install= -warning.exp gdb.base/step-over-trampoline.exp gdb.base/unwind-leak.exp gdb= .base/vla-overflow.exp gdb.base/vla.exp gdb.base/watchpoint-cond.exp gdb.ba= se/watchpoint-during-step.exp gdb.cp/b146835.exp gdb.cp/constructortest.exp= gdb.cp/namespace-nested-imports.exp gdb.cp/namespace-no-imports.exp gdb.dw= arf2/dw2-errno.exp gdb.dwarf2/dw2-errno2.exp gdb.dwarf2/dw2-included.exp gd= b.fortran/dynamic.exp gdb.fortran/string.exp gdb.pascal/arrays.exp gdb.pie/= attach.exp gdb.pie/break.exp gdb.pie/corefile.exp gdb.threads/bt-clone-stop= .exp gdb.threads/simultaneous-step-resume-breakpoint.exp gdb.threads/thread= crash.exp gdb.threads/threaded-exec.exp gdb.threads/tls-rhbz947564.exp gdb.= threads/tls-sepdebug.exp gdb.threads/watchthreads-threaded.exp (gdb.base/corefile.exp gdb.base/execl-update-breakpoints.exp listed there do not reproduce it for me locally now, I will re-check those.) Jan