From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33529 invoked by alias); 12 Feb 2016 19:38:08 -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 33467 invoked by uid 89); 12 Feb 2016 19:38:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy= X-HELO: usplmg21.ericsson.net Received: from usplmg21.ericsson.net (HELO usplmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 12 Feb 2016 19:38:05 +0000 Received: from EUSAAHC001.ericsson.se (Unknown_Domain [147.117.188.75]) by usplmg21.ericsson.net (Symantec Mail Security) with SMTP id 05.0A.32102.4843EB65; Fri, 12 Feb 2016 20:37:40 +0100 (CET) Received: from [142.133.110.144] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.77) with Microsoft SMTP Server id 14.3.248.2; Fri, 12 Feb 2016 14:38:02 -0500 Subject: Re: [testsuite 7.11] Regression for i386-biarch-core.exp and others [Re: [PATCH] Always organize test artifacts in a directory hierarchy] To: Jan Kratochvil 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> <20160212184710.GA21838@host1.jankratochvil.net> CC: Joel Brobecker , Pedro Alves , From: Simon Marchi Message-ID: <56BE349A.1090505@ericsson.com> Date: Fri, 12 Feb 2016 19:38:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160212184710.GA21838@host1.jankratochvil.net> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00431.txt.bz2 On 16-02-12 01:47 PM, Jan Kratochvil wrote: > 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. >=20 > 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_6= 4-vla-typedef.exp gdb.base/attach-32.exp gdb.base/attach-see-vdso.exp gdb.b= ase/charsign.exp gdb.base/corefile.exp gdb.base/datalib.exp gdb.base/execl-= update-breakpoints.exp gdb.base/fork-detach.exp gdb.base/gcore-excessive-me= mory.exp gdb.base/gcorebg.exp gdb.base/lineno-makeup.exp gdb.base/move-dir.= exp gdb.base/readline-overflow.exp gdb.base/rhbz981154-misleading-yum-insta= ll-warning.exp gdb.base/step-over-trampoline.exp gdb.base/unwind-leak.exp g= db.base/vla-overflow.exp gdb.base/vla.exp gdb.base/watchpoint-cond.exp gdb.= base/watchpoint-during-step.exp gdb.cp/b146835.exp gdb.cp/constructortest.e= xp gdb.cp/namespace-nested-imports.exp gdb.cp/namespace-no-imports.exp gdb.= dwarf2/dw2-errno.exp gdb.dwarf2/dw2-errno2.exp gdb.dwarf2/dw2-included.exp = gdb.fortran/dynamic.exp gdb.fortran/string.exp gdb.pascal/arrays.exp gdb.pi= e/attach.exp gdb.pie/break.exp gdb.pie/corefile.exp gdb.threads/bt-clone-st= op.exp gdb.threads/simul taneous-step-resume-breakpoint.exp gdb.threads/threadcrash.exp gdb.threads/= threaded-exec.exp gdb.threads/tls-rhbz947564.exp gdb.threads/tls-sepdebug.e= xp gdb.threads/watchthreads-threaded.exp >=20 > (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.) >=20 >=20 > Jan I'll run the testsuite with GDB_INOTIFY=3D1, it might catch a few problems = of the same kind.