From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 555203858C20; Thu, 8 Jun 2023 11:14:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 555203858C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1686222840; bh=jdNgKMFMzsBIbI1ileTV0CqbumPw+hNo5FAJZMm68x0=; h=From:To:Subject:Date:From; b=odurMDr48/NpPWKhYmpnr5VSHiu8P3w2bcjMEdRBD1bhLFlUsXms4WYDiNOqZ6WSG 98UlAPT135S+VOTYfz57an4IHUqsX+urL1yz3dcy2I9w7mTMSh+npKNwntL2YwvHB/ NwGSq/WtKpWP341HsXgTYe+EnEpPOcZ0hNBwIu+8= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/30528] New: [gdb/testsuite] FAIL: gdb.dwarf2/per-bfd-sharing.exp: couldn't remove files in temporary cache dir Date: Thu, 08 Jun 2023 11:13:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite X-Bugzilla-Version: 13.1 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D30528 Bug ID: 30528 Summary: [gdb/testsuite] FAIL: gdb.dwarf2/per-bfd-sharing.exp: couldn't remove files in temporary cache dir Product: gdb Version: 13.1 Status: NEW Severity: normal Priority: P2 Component: testsuite Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- With a gdb 13.1 based package on SLE-11 i586, I run into: ... (gdb) PASS: gdb.dwarf2/per-bfd-sharing.exp: first=3Dreadnow: second=3Dreadn= ow: third=3Dreadnow: load third: print foo Executing on host: sh -c "rm /tmp/tmp.xQ6KmzbodJ/*.gdb-index" (timeout = =3D 300) builtin_spawn sh -c rm /tmp/tmp.xQ6KmzbodJ/*.gdb-index^M FAIL: gdb.dwarf2/per-bfd-sharing.exp: couldn't remove files in temporary ca= che dir testcase /usr/src/packages/BUILD/gdb-13.1/gdb/testsuite/gdb.dwarf2/per-bfd-sharing.e= xp ... I don't understand what has caused this (part of what makes this difficult = is that there's no error message). I'm not able to reproduce this. However, I think that this should not be a FAIL. A FAIL is for when GDB does something incorrect, which is not necesarily the case here, so perhaps this should be warning. However, if the failure to remove the file is due to the file not being the= re in the first place, then that is a GDB error. We just don't explicitly che= ck for it currently. --=20 You are receiving this mail because: You are on the CC list for the bug.=