From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 116AC383B684; Tue, 6 Dec 2022 18:45:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 116AC383B684 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1670352335; bh=s4Nproy8paQ7wo6OdyR8A2VxKQ/qBNND2qzCE8IHMNQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rncKU37uVFKWJ9+QLDeSneB4AaEVQxDN78/LqjAUtDxfrBg/cYli2pBAa9bxIJh2M Wrrbj1ak5uuGPaZoQJLUBCw0nYO4vf0bAyFWqHTpniYw13qtUYq9yY9dl/WZ0f1HRc 8gnhEZYFZT+VnvGZh3/pjacrM2n/Wre+zoGKMo7Y= From: "pedro at palves dot net" To: gdb-prs@sourceware.org Subject: [Bug testsuite/29772] [gdb/testsuite] Detect duplicates for "FAIL: foo" and "FAIL: foo (timeout)" Date: Tue, 06 Dec 2022 18:45:34 +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: pedro at palves dot net 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: cc 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=3D29772 Pedro Alves changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pedro at palves dot net --- Comment #2 from Pedro Alves --- For tests like: print sizeof (long double) or in general any "print func (type...)" test, we can just remove the space before parens: print sizeof(long double) print func(type) The advantage is that the testcase name is still valid syntax. --=20 You are receiving this mail because: You are on the CC list for the bug.=