From: Carl Love Date: Thu, 14 May 2015 21:52:59 +0000 (+0000) Subject: Patch 4 in a revised series of cleanup patches from Will Schmidt X-Git-Tag: svn/VALGRIND_3_11_0~389 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=603a6072baa4517c076daa32c5b7956d43a830d7;p=thirdparty%2Fvalgrind.git Patch 4 in a revised series of cleanup patches from Will Schmidt Add a suppression to handle a "Jump to the invalid address..." message that gets generated on power. This is a variation of the existing suppressions. While here, I also updated the "prog:" line in the vgtest file to reference the supp_unknown executable, versus the badjump executable. They share the same source code, so I think this is effectively cosmetic. This patch fixes Vagrind bugzilla 347686 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15233 --- diff --git a/memcheck/tests/supp_unknown.supp b/memcheck/tests/supp_unknown.supp index 50ef42595a..00ea65ab44 100644 --- a/memcheck/tests/supp_unknown.supp +++ b/memcheck/tests/supp_unknown.supp @@ -13,3 +13,10 @@ fun:main } +{ + + Memcheck:Jump + obj:* + fun:generic_start_main.isra.0 + fun:(below main) +} diff --git a/memcheck/tests/supp_unknown.vgtest b/memcheck/tests/supp_unknown.vgtest index a19b054597..7636eefb53 100644 --- a/memcheck/tests/supp_unknown.vgtest +++ b/memcheck/tests/supp_unknown.vgtest @@ -1,4 +1,4 @@ vgopts: -q --suppressions=supp_unknown.supp -prog: badjump +prog: supp_unknown cleanup: rm -f vgcore.* stderr_filter_args: badjump.c