From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24762 invoked by alias); 4 Jul 2018 14:12:59 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 24733 invoked by uid 48); 4 Jul 2018 14:12:55 -0000 From: "mliska at suse dot cz" To: elfutils-devel@sourceware.org Subject: [Bug general/23370] New: run-next-cfi-self.sh fails on armv7l Date: Wed, 04 Jul 2018 14:12:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: general X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mliska at suse dot cz X-Bugzilla-Status: UNCONFIRMED 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 X-SW-Source: 2018-q3/txt/msg00003.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D23370 Bug ID: 23370 Summary: run-next-cfi-self.sh fails on armv7l Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: general Assignee: unassigned at sourceware dot org Reporter: mliska at suse dot cz CC: elfutils-devel at sourceware dot org Target Milestone: --- Created attachment 11115 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D11115&action=3Ded= it affected object file [ 275s] /home/abuild/rpmbuild/BUILD/elfutils-0.173/src/size.o [ 275s] .debug_frame [ 275s] /home/abuild/rpmbuild/BUILD/elfutils-0.173/tests/next_cfi: dwarf_next_cfi failed: invalid DWARF [ 275s] [ 275s] *** failure in /home/abuild/rpmbuild/BUILD/elfutils-0.173/tests/next_cfi /home/abuild/rpmbuild/BUILD/elfutils-0.173/src/size.o [ 275s] /home/abuild/rpmbuild/BUILD/elfutils-0.173/src/strip.o [ 275s] .debug_frame [ 275s] /home/abuild/rpmbuild/BUILD/elfutils-0.173/tests/next_cfi: dwarf_next_cfi failed: invalid DWARF [ 275s] [ 275s] *** failure in /home/abuild/rpmbuild/BUILD/elfutils-0.173/tests/next_cfi /home/abuild/rpmbuild/BUILD/elfutils-0.173/src/strip.o [ 275s] FAIL run-next-cfi-self.sh (exit status: 1)=20 Mark is suggesting following patch that will disable for now the test-case: diff --git a/tests/run-next-cfi-self.sh b/tests/run-next-cfi-self.sh index 2c42ea3f..fa91b746 100755 --- a/tests/run-next-cfi-self.sh +++ b/tests/run-next-cfi-self.sh @@ -18,4 +18,5 @@ . $srcdir/test-subr.sh # Sanity check toolchain/dwarf_next_cfi -testrun_on_self ${abs_builddir}/next_cfi +testrun_on_self_exe ${abs_builddir}/next_cfi +testrun_on_self_lib ${abs_builddir}/next_cfi --=20 You are receiving this mail because: You are on the CC list for the bug.