From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EC4763858C30; Fri, 3 Feb 2023 09:01:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EC4763858C30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675414913; bh=n2Pyt66/fksDRVT+oSsXZWDEmEq8zA3/j6TpqW8cRBc=; h=From:To:Subject:Date:From; b=b5DDy4gl9rglBaMuJqJZfUSAq4H+b7CU+FywHKN5OoeeEJxbTjP76UWjZSOa39F/q RZzQMt5rHeSvlo1aZEL2MYj86ckDGI8nvjloz7noNFoyFtRVzC8f+CZYk2tbvpUJ5/ +HUIs36LeagNultNtPCRuKwbQhENZJAl9i8WlaKA= From: "mliska at suse dot cz" To: elfutils-devel@sourceware.org Subject: [Bug tools/30072] New: FAIL: run-addr2line-C-test.sh Date: Fri, 03 Feb 2023 09:01:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: tools X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mliska at suse dot cz 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 cc target_milestone attachments.created 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=3D30072 Bug ID: 30072 Summary: FAIL: run-addr2line-C-test.sh Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: tools Assignee: unassigned at sourceware dot org Reporter: mliska at suse dot cz CC: elfutils-devel at sourceware dot org, mark at klomp dot= org Target Milestone: --- Created attachment 14650 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D14650&action=3Ded= it Build log The test is pretty new and fails with: [ 30s] FAIL: run-addr2line-C-test.sh [ 30s] =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D [ 30s]=20 [ 30s] --- addr2line.out 2023-02-03 08:59:30.572855287 +0000 [ 30s] +++ - 2023-02-03 08:59:30.576315349 +0000 [ 30s] @@ -8,12 +8,12 @@ [ 30s] (inlined by) baz at /tmp/x.cpp:20 [ 30s] 0x00000000000005e0: foobar at /tmp/x.cpp:5 [ 30s] (inlined by) bar at /tmp/x.cpp:15 [ 30s] - (inlined by) _Z3foov at /tmp/x.cpp:25 [ 30s] + (inlined by) foo() at /tmp/x.cpp:25 [ 30s] 0x00000000000005e1: fubar at /tmp/x.cpp:10 [ 30s] (inlined by) baz at /tmp/x.cpp:20 [ 30s] - (inlined by) _Z3foov at /tmp/x.cpp:26 [ 30s] -0x00000000000005f0: _Z2fuv at /tmp/x.cpp:31 [ 30s] + (inlined by) foo() at /tmp/x.cpp:26 [ 30s] +0x00000000000005f0: fu() at /tmp/x.cpp:31 [ 30s] 0x00000000000005f1: fubar at /tmp/x.cpp:10 [ 30s] - (inlined by) _Z2fuv at /tmp/x.cpp:32 [ 30s] + (inlined by) fu() at /tmp/x.cpp:32 [ 30s] 0x00000000000005f2: foobar at /tmp/x.cpp:5 [ 30s] - (inlined by) _Z2fuv at /tmp/x.cpp:33 [ 30s] + (inlined by) fu() at /tmp/x.cpp:33 [ 30s] FAIL run-addr2line-C-test.sh (exit status: 1) [ 30s]=20 [ 30s] FAIL: run-addr2line-i-test.sh [ 30s] =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D [ 30s]=20 [ 30s] --- addr2line.out 2023-02-03 08:59:30.612856288 +0000 [ 30s] +++ - 2023-02-03 08:59:30.615130217 +0000 [ 30s] @@ -1,6 +1,6 @@ [ 30s] -_Z6foobari at /tmp/x.cpp:4:14 [ 30s] - (inlined by) _Z3fooi at /tmp/x.cpp:22:16 [ 30s] - (inlined by) _Z2fui at /tmp/x.cpp:27:13 [ 30s] -_Z5fubari at /tmp/x.cpp:10:14 [ 30s] - (inlined by) _Z3bari at /tmp/x.cpp:16:15 [ 30s] - (inlined by) _Z2fui at /tmp/x.cpp:27:24 [ 30s] +foobar(int) at /tmp/x.cpp:4:14 [ 30s] + (inlined by) foo(int) at /tmp/x.cpp:22:16 [ 30s] + (inlined by) fu(int) at /tmp/x.cpp:27:13 [ 30s] +fubar(int) at /tmp/x.cpp:10:14 [ 30s] + (inlined by) bar(int) at /tmp/x.cpp:16:15 [ 30s] + (inlined by) fu(int) at /tmp/x.cpp:27:24 [ 30s] FAIL run-addr2line-i-test.sh (exit status: 1) So somehow the output is demangled, but the test does not expected it. --=20 You are receiving this mail because: You are on the CC list for the bug.=