Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Jeff Law
f21bec9c2f Fix typo in ChangeLog 2016-05-09 11:22:05 -06:00
Jeff Law
1fce9e8494 +- Remove xfail for aarch64 in testsuite (#1334124) 2016-05-09 11:21:55 -06:00
2 changed files with 6 additions and 3 deletions

View file

@ -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"

View file

@ -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 May 9 2016 Jeff Law <law@redhat.com> - 0.1.4-20
- Remove xfail for aarch64 in testsuite (#1334124)
* Wed Feb 17 2016 Jeff Law <law@redhat.com> - 0.1.4-19
- Build with -O0 to avoid GCC optimizing away checks we want to keep.
(#1307767)