From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 331CE385828B; Fri, 29 Mar 2024 07:24:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 331CE385828B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711697088; bh=9QCV/C7P//5P3ynxT+JY77U8AdEiA407hAFkBtUe/Ok=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hUO3eUDWM4Gy/cHlOrf5v6HSM2UMFihWXJz+h3aFxGrh82YvoIUZkuVltmxoTONUt B43pHfKmFbj8M5o/uMOAcwbrGQojt/Xam4N2ShMfG1iY5qw2Bfi6yDVGI/SpW3rsoL Nxz3omkTF2+/OmioZmnpLGFpv1JlqH/2Kgt1Z5LQ= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31573] [gdb/testsuite] FAIL: gdb.base/ctf-ptype.exp: ptype linked list structure Date: Fri, 29 Mar 2024 07:24:47 +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: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D31573 --- Comment #1 from Tom de Vries --- A full run of the ctf test-cases: ... rtf=3D$(cd src/gdb/testsuite; echo gdb.ctf/*.exp gdb.base/ctf*.exp) ... shows more problems, some probably of the same type: ... Running /data/vries/gdb/src/gdb/testsuite/gdb.base/ctf-ptype.exp ... FAIL: gdb.base/ctf-ptype.exp: ptype linked list structure Running /data/vries/gdb/src/gdb/testsuite/gdb.base/ctf-constvars.exp ... Running /data/vries/gdb/src/gdb/testsuite/gdb.ctf/multi.exp ... FAIL: gdb.ctf/multi.exp: ptype structure A FAIL: gdb.ctf/multi.exp: ptype structure B FAIL: gdb.ctf/multi.exp: ptype structure C Running /data/vries/gdb/src/gdb/testsuite/gdb.ctf/funcreturn.exp ... FAIL: gdb.ctf/funcreturn.exp: print char function FAIL: gdb.ctf/funcreturn.exp: print signed char function FAIL: gdb.ctf/funcreturn.exp: print unsigned char function FAIL: gdb.ctf/funcreturn.exp: print short function FAIL: gdb.ctf/funcreturn.exp: print signed short function FAIL: gdb.ctf/funcreturn.exp: print unsigned short function FAIL: gdb.ctf/funcreturn.exp: print int function FAIL: gdb.ctf/funcreturn.exp: print signed int function FAIL: gdb.ctf/funcreturn.exp: print unsigned int function FAIL: gdb.ctf/funcreturn.exp: print long function FAIL: gdb.ctf/funcreturn.exp: print signed long function FAIL: gdb.ctf/funcreturn.exp: print unsigned long function FAIL: gdb.ctf/funcreturn.exp: print long long function FAIL: gdb.ctf/funcreturn.exp: print signed long long function FAIL: gdb.ctf/funcreturn.exp: print unsigned long long function FAIL: gdb.ctf/funcreturn.exp: print float function FAIL: gdb.ctf/funcreturn.exp: print double function FAIL: gdb.ctf/funcreturn.exp: whatis char function FAIL: gdb.ctf/funcreturn.exp: whatis signed char function FAIL: gdb.ctf/funcreturn.exp: whatis unsigned char function FAIL: gdb.ctf/funcreturn.exp: whatis short function FAIL: gdb.ctf/funcreturn.exp: whatis signed short function FAIL: gdb.ctf/funcreturn.exp: whatis unsigned short function FAIL: gdb.ctf/funcreturn.exp: whatis int function FAIL: gdb.ctf/funcreturn.exp: whatis signed int function FAIL: gdb.ctf/funcreturn.exp: whatis unsigned int function FAIL: gdb.ctf/funcreturn.exp: whatis long function FAIL: gdb.ctf/funcreturn.exp: whatis signed long function FAIL: gdb.ctf/funcreturn.exp: whatis unsigned long function FAIL: gdb.ctf/funcreturn.exp: whatis long long function FAIL: gdb.ctf/funcreturn.exp: whatis signed long long function FAIL: gdb.ctf/funcreturn.exp: whatis unsigned long long function FAIL: gdb.ctf/funcreturn.exp: whatis float function FAIL: gdb.ctf/funcreturn.exp: whatis double function Running /data/vries/gdb/src/gdb/testsuite/gdb.ctf/dwarf2-and-ctf.exp ... Running /data/vries/gdb/src/gdb/testsuite/gdb.ctf/cross-tu-cyclic.exp ... FAIL: gdb.ctf/cross-tu-cyclic.exp: ptype structure A FAIL: gdb.ctf/cross-tu-cyclic.exp: ptype structure B FAIL: gdb.ctf/cross-tu-cyclic.exp: ptype structure C ... --=20 You are receiving this mail because: You are on the CC list for the bug.=