From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B14423857B80; Wed, 12 Oct 2022 16:06:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B14423857B80 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1665590771; bh=bSwjoGcQNYw+JwgleZnibnXAYEg5X/AslvKrQjMoUvI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sJUnmBitpVcPnH7CvXqdD01ylg/lD8pbVuYZoEnPcTxlW7PSwVETr2YNxuHdf4BR4 IW19GJTs+tvYCZDnq7IyqSiSKr8bnrCeKg5OKMQfPpWST+IZ3kQAps9svzSu4dB37L bRA/FISpsh2Zjwstj5ptaSgTo+lb+9JiBo7J572s= From: "cel at us dot ibm.com" To: gdb-prs@sourceware.org Subject: [Bug testsuite/29468] GDB test gdb.base/ctf-constvars.exp fails. Date: Wed, 12 Oct 2022 16:06:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cel at us dot ibm.com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 13.1 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29468 Carl E Love changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #7 from Carl E Love --- OK, my bad. I did the testing in the wrong directory. Argh. So, when I b= uild and test using the correct build directory on PowerPC I get (gdb) run=20 Starting program: /home/carll/GDB/binutils-gdb-next-reverse-bkpt-over-sr/gdb/te\ stsuite/outputs/gdb.base/ctf-constvars/ctf-constvars=20 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, 0x0000000010000698 in main () (gdb) print vox $1 =3D 66 'B' (gdb) PASS: gdb.base/ctf-constvars.exp: print vox ptype vox type =3D volatile char (gdb) PASS: gdb.base/ctf-constvars.exp: ptype vox print victuals $2 =3D 67 'C' (gdb) PASS: gdb.base/ctf-constvars.exp: print victuals ptype victuals type =3D volatile unsigned char (gdb) PASS: gdb.base/ctf-constvars.exp: ptype victuals print vixen $3 =3D 200 (gdb) PASS: gdb.base/ctf-constvars.exp: print vixen ptype vixen type =3D volatile short ,,, type =3D const volatile unsigned char [2] (gdb) PASS: gdb.base/ctf-constvars.exp: ptype vegetation testcase /home/carll/GDB/binutils-gdb-next-reverse-bkpt-over-sr/gdb/testsuite/g\ db.base/ctf-constvars.exp completed in 0 seconds =3D=3D=3D gdb Summary =3D=3D=3D # of expected passes 56 Executing on host: /home/carll/bin/gdb -nw -nx -iex "set height 0" -iex "set wi\ dth 0" --version (timeout =3D 300) So, yes the patch does fix the error on PowerPC. Sorry for the confusion. --=20 You are receiving this mail because: You are on the CC list for the bug.=