From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10163 invoked by alias); 11 Apr 2014 20:27:46 -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 10151 invoked by uid 89); 11 Apr 2014 20:27:46 -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; Fri, 11 Apr 2014 20:27:45 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A9967116165; Fri, 11 Apr 2014 16:27:43 -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 bH+pFUBHn0D6; Fri, 11 Apr 2014 16:27:43 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 70528116163; Fri, 11 Apr 2014 16:27:43 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 171FEE0946; Fri, 11 Apr 2014 13:27:47 -0700 (PDT) Date: Fri, 11 Apr 2014 20:27:00 -0000 From: Joel Brobecker To: Keith Seitz Cc: "Agovic, Sanimir" , "gdb-patches@sourceware.org" Subject: Re: [PATCH v6 00/15] Please have a final look Message-ID: <20140411202747.GN4250@adacore.com> References: <1397133617-26681-1-git-send-email-sanimir.agovic@intel.com> <20140410143915.GD15965@adacore.com> <0377C58828D86C4588AEEC42FC3B85A71D84FE7A@IRSMSX105.ger.corp.intel.com> <53483E24.5060302@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53483E24.5060302@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-04/txt/msg00221.txt.bz2 > >Thank you Joel for helping me out through the patch series! I just > >committed the patches including the final adjustments. > > Unfortunatley, this patchset has regressed the following tests: Argh! Sorry about that, and thanks for the heads up, Keith. I'm doing a quick round of testing with what's left of my day today, but we might have to revert the patch series to allow us more time to investigate. How come this didn't show up in Sanimir's testing? > > > FAIL: gdb.base/pointers.exp: print array element w/ pointer arithmetic > > FAIL: gdb.cp/koenig.exp: p foo(jca) > > FAIL: gdb.mi/mi-read-memory.exp: 3x2, one byte offset by -6 > > FAIL: gdb.mi/mi-read-memory.exp: expression in quotes > > FAIL: gdb.mi/mi-read-memory.exp: ascii and data > > FAIL: gdb.mi/mi-read-memory.exp: decimal > > FAIL: gdb.mi/mi-read-memory.exp: octal > > FAIL: gdb.python/py-strfns.exp: p $_streq (str1, str2) > > FAIL: gdb.python/py-strfns.exp: p $_streq (str1, str3) > > FAIL: gdb.python/py-strfns.exp: p $_strlen (str1) > > FAIL: gdb.python/py-strfns.exp: p $_strlen (buf1) > > FAIL: gdb.python/py-strfns.exp: p $_regex (str1, "Hello") > > FAIL: gdb.python/py-strfns.exp: p $_regex (str1, "Help") > > FAIL: gdb.python/py-strfns.exp: p $_regex (str1, "^Hello") > > FAIL: gdb.python/py-strfns.exp: p $_regex (str1, "^Hello.$") > > FAIL: gdb.python/py-strfns.exp: p $_streq (str1, str2) > > FAIL: gdb.python/py-strfns.exp: p $_streq (str1, str3) > > FAIL: gdb.python/py-strfns.exp: p $_strlen (str1) > > FAIL: gdb.python/py-strfns.exp: p $_strlen (buf1) > > FAIL: gdb.python/py-strfns.exp: p $_regex (str1, "Hello") > > FAIL: gdb.python/py-strfns.exp: p $_regex (str1, "Help") > > FAIL: gdb.python/py-strfns.exp: p $_regex (str1, "^Hello") > > FAIL: gdb.python/py-strfns.exp: p $_regex (str1, "^Hello.$") > > With --target_board=native-gdbsever, remote.exp has two additional > failures. This is using x86_64 Fedora 20 (gcc Red Hat 4.8.2-7). > > Keith -- Joel