From: Philippe Waroquiers Date: Mon, 1 Sep 2014 21:52:47 +0000 (+0000) Subject: prepare for changing the default of --read-inline-info X-Git-Tag: svn/VALGRIND_3_10_0~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=104e009d55ab1b871335a9c8d37d4a5803da7ae1;p=thirdparty%2Fvalgrind.git prepare for changing the default of --read-inline-info suppvarinfo5 is using suppression entries that explicitely checks for a stack trace without inline info. So, indicate to not read the inline info. This also means we will have (and keep) at least one test testing the behaviour of --read-inline-info=no git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14420 --- diff --git a/memcheck/tests/suppvarinfo5.vgtest b/memcheck/tests/suppvarinfo5.vgtest index 6c1e58e5a7..29f4ee1a40 100644 --- a/memcheck/tests/suppvarinfo5.vgtest +++ b/memcheck/tests/suppvarinfo5.vgtest @@ -1,3 +1,3 @@ prog: varinfo5 -vgopts: -q --suppressions=suppvarinfo5.supp +vgopts: -q --read-inline-info=no --suppressions=suppvarinfo5.supp