From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60356 invoked by alias); 21 Jul 2015 17:11:49 -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 59481 invoked by uid 89); 21 Jul 2015 17:11:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 21 Jul 2015 17:11:48 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 2F6A028FFD; Tue, 21 Jul 2015 13:11:46 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id LfgagvY8dJ67; Tue, 21 Jul 2015 13:11:46 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id E900D28EB0; Tue, 21 Jul 2015 13:11:45 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 923AF4028C; Tue, 21 Jul 2015 10:11:44 -0700 (PDT) Date: Tue, 21 Jul 2015 17:11:00 -0000 From: Joel Brobecker To: Yao Qi Cc: gdb-patches@sourceware.org, keiths@redhat.com, Jan Kratochvil Subject: Re: GDB 7.10 release 2015-07-17 status update? Message-ID: <20150721171144.GJ7406@adacore.com> References: <20150717175328.GA15874@adacore.com> <86io9fi1op.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86io9fi1op.fsf@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-07/txt/msg00600.txt.bz2 > 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. Thanks for looking into those, Yao. The tentative date for relase is early Aug, so just let me know if you need a little more time. -- Joel