From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30341 invoked by alias); 4 Jun 2014 18:20:41 -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 30326 invoked by uid 89); 4 Jun 2014 18:20:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham 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; Wed, 04 Jun 2014 18:20:38 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B8C09116103; Wed, 4 Jun 2014 14:20:36 -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 AEJJLqFHLn+4; Wed, 4 Jun 2014 14:20:36 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 90B511160DA; Wed, 4 Jun 2014 14:20:36 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 8D79E40EB2; Wed, 4 Jun 2014 11:20:38 -0700 (PDT) Date: Wed, 04 Jun 2014 18:20:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: gdb-7.8 branching status (2014-06-04) Message-ID: <20140604182038.GX4289@adacore.com> References: <20140604171843.GX30686@adacore.com> <538F58DE.7030204@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <538F58DE.7030204@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-06/txt/msg00202.txt.bz2 > I also filed PRs for the gdbserver regressions I had mentioned before. > > [Bug go/17018] New: XFAIL: gdb.go/hello.exp: Starting string check > https://sourceware.org/PR17018 > > [Bug gdb/17019] New: gdb.base/restore.exp failures > https://sourceware.org/PR17019 > > [Bug gdb/17020] New: gdb.base/store.exp failures > https://sourceware.org/PR17020 > > [Bug gdb/17016] New: XFAIL: gdb.threads/dlopen-libpthread.exp: info probes all rtld rtld_map_complete > https://sourceware.org/PR17016 > > [Bug gdb/17015] New: gdb.trace/collection.exp failures > https://sourceware.org/PR17015 > > [Bug gdb/17014] New: gdb.trace/unavailable.exp failures > https://sourceware.org/PR17014 > > Likely most of those are system/gcc related though. I'm diffing > against a gdb.sum from a month ago, and I updated my Fedora in > the mean time... Still, it's shame that all these are failing > on newer systems. > > I'll run the testsuite on my current system against 7.7, > diff the result against mainline, and update the PRs with > what I find out. If they fail on 7.7 as well, they're not > regressions, so can't be blockers. Thanks for doing that, Pedro. Let us know when you have the results, so we know whether we're in the clear or not... -- Joel