From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 149633857004; Mon, 12 Sep 2022 15:02:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 149633857004 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662994948; bh=bM0T6pMeOlrmamP2EjMnvNTFq2jpm2Gwv5ElrFXsTX4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hv0Hbaty79WgwXyBFWQ7q2+cSB6aYAjdsHtkSI6gV0jFUUS0iKjewQODcmeUeS0MP Qt1+gDZBdFNVXIHWYAb1COo9CPmKvR92OEoN0xjiLBe7PLKRyE2XL2ZE+xGyinwU2D ja+E1/WweRJpb7Rw61pMhCf3LR5ILhKjcJc70QeM= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/27813] FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:'ns_incomplete_scope_colon_test::i" (clearing input line) (timeout) Date: Mon, 12 Sep 2022 15:02:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb 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=3D27813 --- Comment #6 from Tom de Vries --- With set debug event-loop all, we have passing case: ... (gdb) set debug event-loop all^M (gdb) PASS: gdb.gdb/unittest.exp: 60: set debug event-loop all [event-loop] handle_file_event: invoking fd file handler `ui-1`^M maintenance selftest name_that_does_not_exist^GPASS: gdb.gdb/unittest.exp: = 60: test_completion: tab complete "maintenance selftest name_that_does_not_exis= t" [event-loop] mark_async_signal_handler: markingasync signal handler `sigint= `^M [event-loop] invoke_async_signal_handlers: invoking async signal handler `sigint`^M Quit^M (gdb) [event-loop] handle_file_event: invoking fd file handler `ui-1`^M ^M (gdb)=20 ... vs failing case: ... (gdb) set debug event-loop all^M (gdb) PASS: gdb.gdb/unittest.exp: 61: set debug event-loop all [event-loop] handle_file_event: invoking fd file handler `ui-1`^M maintenance selftest name_that_does_not_exist^GPASS: gdb.gdb/unittest.exp: = 61: test_completion: tab complete "maintenance selftest name_that_does_not_exis= t" FAIL: gdb.gdb/unittest.exp: 61: test_completion: tab complete "maintenance selftest name_that_does_not_exist" (clearing input line) (timeout) [event-loop] handle_file_event: invoking fd file handler `ui-1`^M ^C[event-loop] mark_async_signal_handler: markingasync signal handler `sigint`^M ^M Ran 0 unit tests, 0 failed^M (gdb) [event-loop] invoke_async_signal_handlers: invoking async signal hand= ler `sigint`^M Quit^M (gdb)=20 ... --=20 You are receiving this mail because: You are on the CC list for the bug.=