From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8623E3858D32; Fri, 12 Jan 2024 08:13:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8623E3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1705047180; bh=Q3jXNyJF5oXs55xBxljUQVaqPzEqVn/G+RkTc1LQmM4=; h=From:To:Subject:Date:From; b=utTm/Y3I9R8EpSnZjxj3OKI18zbTimHEBRjNqA9aM7F0hIGquYnyWZM37lkEKV08B 1HMCmWlj54t4hP8Mk6hA8BcbRlG3GWDrE7l2gQUNs6omnVOller49Ygl94H+eyI34W 3Q/ZtoisLfxSo1z7rjORuMKyZ3GO+YMMelvjr5bc= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31237] New: [gdb, clang] FAIL: gdb.gdb/index-file.exp: gdb-index files are identical Date: Fri, 12 Jan 2024 08:13:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: 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=3D31237 Bug ID: 31237 Summary: [gdb, clang] FAIL: gdb.gdb/index-file.exp: gdb-index files are identical Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- I build gdb with clang, and ran into: ... (gdb) PASS: gdb.gdb/index-file.exp: create second dwarf-index files Executing on host: cmp -s "/home/vries/gdb/build/gdb/testsuite/outputs/gdb.gdb/index-file/index_1/xgd= b.gdb-index" "/home/vries/gdb/build/gdb/testsuite/outputs/gdb.gdb/index-file/index_2/xgd= b.gdb-index" (timeout =3D 300) builtin_spawn -ignore SIGHUP cmp -s /home/vries/gdb/build/gdb/testsuite/outputs/gdb.gdb/index-file/index_1/xgdb= .gdb-index /home/vries/gdb/build/gdb/testsuite/outputs/gdb.gdb/index-file/index_2/xgdb= .gdb-index^M FAIL: gdb.gdb/index-file.exp: gdb-index files are identical ... And indeed: ... $ ls -al index_2/xgdb.gdb-index -rw-------. 1 vries vries 13582433 12 jan 09:08 index_2/xgdb.gdb-index $ ls -al index_1/xgdb.gdb-index -rw-------. 1 vries vries 13582873 12 jan 09:08 index_1/xgdb.gdb-index ... --=20 You are receiving this mail because: You are on the CC list for the bug.=