From 1fce9e8494a64962bcbbc1e622467c8865c4afd8 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 9 May 2016 11:16:43 -0600 Subject: [PATCH 1/2] +- Remove xfail for aarch64 in testsuite (#1334124) --- memstomp-rh1133815.patch | 4 ++-- memstomp.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/memstomp-rh1133815.patch b/memstomp-rh1133815.patch index 47b8e8c..5f05de9 100644 --- a/memstomp-rh1133815.patch +++ b/memstomp-rh1133815.patch @@ -111,8 +111,8 @@ diff -Nrup a/testsuite/memstomp.lineinfo/linenumber.exp b/testsuite/memstomp.lin + pass "$src compilation $results" + } + -+ # ARM's unwinder seems broken, assuming aarch64 is broken as well -+ setup_xfail arm*-*-* aarch64-*-* ++ # ARM's unwinder seems broken ++ setup_xfail arm*-*-* + catch {exec /bin/bash -c "LD_PRELOAD=$libmemstomp:$libmemstomp_backtrace_symbols ./a.out"} results + if {[regexp "linenumber.c:8" $results]} { + pass "$src found overlap on right line $results" diff --git a/memstomp.spec b/memstomp.spec index e9170af..c0127d7 100644 --- a/memstomp.spec +++ b/memstomp.spec @@ -1,7 +1,7 @@ %global githash 38573e7d Name: memstomp Version: 0.1.4 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Warns of memory argument overlaps to various functions Group: Development/Debuggers # The entire source code is LGPLV3+ with the exception of backtrace-symbols.c which @@ -70,6 +70,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/memstomp.1.gz %changelog +* Mon 9 2016 Jeff Law - 0.1.4-20 +- Remove xfail for aarch64 in testsuite (#1334124) + * Wed Feb 17 2016 Jeff Law - 0.1.4-19 - Build with -O0 to avoid GCC optimizing away checks we want to keep. (#1307767) From f21bec9c2f0b2f356a884b1f279561f3d898ee44 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 9 May 2016 11:17:19 -0600 Subject: [PATCH 2/2] Fix typo in ChangeLog --- memstomp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memstomp.spec b/memstomp.spec index c0127d7..ac5ce1f 100644 --- a/memstomp.spec +++ b/memstomp.spec @@ -70,7 +70,7 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/memstomp.1.gz %changelog -* Mon 9 2016 Jeff Law - 0.1.4-20 +* Mon May 9 2016 Jeff Law - 0.1.4-20 - Remove xfail for aarch64 in testsuite (#1334124) * Wed Feb 17 2016 Jeff Law - 0.1.4-19