From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78659 invoked by alias); 20 Jul 2015 10:06:00 -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 78641 invoked by uid 89); 20 Jul 2015 10:05:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f175.google.com Received: from mail-pd0-f175.google.com (HELO mail-pd0-f175.google.com) (209.85.192.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 20 Jul 2015 10:05:58 +0000 Received: by pdrg1 with SMTP id g1so99680468pdr.2 for ; Mon, 20 Jul 2015 03:05:56 -0700 (PDT) X-Received: by 10.70.62.66 with SMTP id w2mr58024855pdr.106.1437386756333; Mon, 20 Jul 2015 03:05:56 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id yr9sm20905284pab.26.2015.07.20.03.05.54 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 20 Jul 2015 03:05:55 -0700 (PDT) From: Yao Qi To: Joel Brobecker Cc: gdb-patches@sourceware.org, keiths@redhat.com, Jan Kratochvil Subject: Re: GDB 7.10 release 2015-07-17 status update? References: <20150717175328.GA15874@adacore.com> Date: Mon, 20 Jul 2015 10:06:00 -0000 In-Reply-To: <20150717175328.GA15874@adacore.com> (Joel Brobecker's message of "Fri, 17 Jul 2015 10:53:28 -0700") Message-ID: <86io9fi1op.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00549.txt.bz2 Joel Brobecker writes: > David Edelson reported that the buildBot was reporting a lot of > failures around the time we cut the branch. Has anyone looked at those > since then? When I did, I was looking at the waterfall view, and > several builds looked like they were failing right at the beginning, > so I didn't know what to make of it. Also, that's a lot of info to > grok, so I didn't have time to look further. Yes, I looked at them last week. I can't reproduce most of them on my machine. For fails I can reproduce, I identified the patches related to these fails, and ping the authors. - fails in gdb.arch/i386-biarch-core.exp are fixed by Jan https://sourceware.org/ml/gdb-patches/2015-07/msg00476.html - GDBserver crashes when killing a multi-thread process. Remind Pedro to commit his patch. https://sourceware.org/ml/gdb-patches/2015-03/msg00182.html - fails in attach-pie-noexec.exp fail on native-extended-gdbserver are fixed by me. https://sourceware.org/ml/gdb-patches/2015-07/msg00367.html - fails in gdb.base/gnu_vector.exp are being discussed. https://sourceware.org/ml/gdb-patches/2015-07/msg00315.html These fails are not fixed, but they are test case problem rather than GDB's problem. I still don't have a chance to think about how to make different architectures/os happy for this test case. IMO, these fails shouldn't block 7.10 release. - fails in gdb.server/wrapper.exp I am working on a patch series to fix these fails, and probably I'll send them out today or tomorrow. I'd like to fix it before 7.10 release. --=20 Yao (=E9=BD=90=E5=B0=A7)