From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43149 invoked by alias); 12 Apr 2019 20:18:48 -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 43140 invoked by uid 89); 12 Apr 2019 20:18:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=Thanks! X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 12 Apr 2019 20:18:46 +0000 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8D40230842B2; Fri, 12 Apr 2019 20:18:45 +0000 (UTC) Received: from localhost (unused-10-15-17-196.yyz.redhat.com [10.15.17.196]) by smtp.corp.redhat.com (Postfix) with ESMTP id 55D916092F; Fri, 12 Apr 2019 20:18:45 +0000 (UTC) From: Sergio Durigan Junior To: Marco Barisione Cc: Tom Tromey , Kevin Buettner , gdb-patches@sourceware.org, Eli Zaretskii Subject: New failures on gdb.python/py-format-string.exp - unix/-m32 (was: Re: [PATCH v4] Add gdb.Value.format_string ()) References: <20190317135023.2e51944d@f29-4.lan> <20190318093441.641ca394@f29-4.lan> <0905920C-D564-4505-B42E-522F1BB95397@undo.io> <874l7om5sh.fsf@tromey.com> <6B4C3808-7D1A-46E2-A4B4-50186779B9B0@undo.io> Date: Fri, 12 Apr 2019 20:18:00 -0000 In-Reply-To: <6B4C3808-7D1A-46E2-A4B4-50186779B9B0@undo.io> (Marco Barisione's message of "Thu, 28 Mar 2019 13:54:57 +0000") Message-ID: <87y34fdljv.fsf_-_@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00231.txt.bz2 On Thursday, March 28 2019, Marco Barisione wrote: > On 27 Mar 2019, at 20:16, Tom Tromey wrote: >> I only have two nits with this patch. The rest looks very good, thank >> you for doing this. > > Thanks! > > I=E2=80=99ve attached a patch which is identical to the previous one exce= pt for: > * Indentation fixed; > * The NEWS file update was moved to the =E2=80=9CSince GDB 8.3=E2=80=9D s= ection; > * Test fixed to not expect a stray space between a comma and a newline > any more (as the original behaviour was fixed by Andrew Burgess a few > days ago). Hi Marco, The new test FAILs when tested on x86_64 with -m32. I.e.,: make check-gdb TESTS=3Dgdb.python/py-format-string.exp RUNTESTFLAGS=3D'--= target_board unix/-m32' The failures I'm seeing: python print (gdb.parse_and_eval ('a_base_ref').format_string (deref_refs= =3DTrue)) @0xffffbb98: {_vptr.Base =3D 0x80487a4 , a =3D 42, st= atic a_static_member =3D 2019} (gdb) FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_b= ase_ref with option deref_refs: deref_refs=3Dtrue ... python print (gdb.parse_and_eval ('a_base_ref').format_string (deref_refs= =3DTrue, static_members=3DFalse)) @0xffffbb98: {_vptr.Base =3D 0x80487a4 , a =3D 42} (gdb) FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_b= ase_ref with option deref_refs=3DTrue, static_members=3DFalse Here is the BuildBot run: https://gdb-build.sergiodj.net/builders/Fedora-x86_64-m32/builds/12191 And the logs: https://gdb-build.sergiodj.net/results/Fedora-x86_64-m32/52/52093e1b936fa= 4f3f8bb3868c5a44d0df25c8db4/ Let me know if you need help investigating these. Thanks, --=20 Sergio GPG key ID: 237A 54B1 0287 28BF 00EF 31F4 D0EB 7628 65FC 5E36 Please send encrypted e-mail if possible http://sergiodj.net/