From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DD6D73858C2D; Mon, 8 Jan 2024 12:01:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DD6D73858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704715285; bh=BYl6oWdCwDmtHv9YL1MhsuLTq8LBjUjhu5o5PWmB5Jc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=k9oMc9+NfGcgEOi7LRGnH5UMhCf4IgllPuPQUoc5hlP8mN+80gG7I8TKd6XUsKEgT 201Y4jFds4VS8GNfN7wrgBLSRNYiuP5Iz9UAHFTG14MWSKg9b9NMANLlHfx7tHBrHo pghJP3TzL8ZVXwQiSk0/Kc4ssh8dB7LJ1C+z7c44= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31166] [gdb/testsuite] FAIL: gdb.base/vfork-follow-parent.exp: resolution_method=schedule-multiple: inferior 1 (timeout) Date: Mon, 08 Jan 2024 12:01:24 +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: cvs-commit 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=3D31166 --- Comment #2 from Sourceware Commits --- The master branch has been updated by Tom de Vries : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D6ccc6caf4906= 036f8d5778fd5a412a199621745e commit 6ccc6caf4906036f8d5778fd5a412a199621745e Author: Tom de Vries Date: Mon Jan 8 13:01:50 2024 +0100 [gdb/testsuite] Add missing -no-prompt-anchor in gdb.base/vfork-follow-parent.exp When running test-case gdb.base/vfork-follow-parent.exp it passes fine,= but when running it with "taskset -c 0" I run into: ... (gdb) inferior 1^M [Switching to inferior 1 [process 26606] (vfork-follow-parent-exit)]^M [Switching to thread 1.1 (process 26606)]^M (gdb) Reading symbols from vfork-follow-parent-exit...^M FAIL: $exp: exec_file=3Dvfork-follow-parent-exit: target-non-stop=3Don:= \ non-stop=3Doff: resolution_method=3Dschedule-multiple: inferior 1 (ti= meout) ... Fix this by using -no-prompt-anchor. Tested on x86_64-linux. PR testsuite/31166 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31166 --=20 You are receiving this mail because: You are on the CC list for the bug.=