From 104e009d55ab1b871335a9c8d37d4a5803da7ae1 Mon Sep 17 00:00:00 2001 From: Philippe Waroquiers Date: Mon, 1 Sep 2014 21:52:47 +0000 Subject: [PATCH] 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 --- memcheck/tests/suppvarinfo5.vgtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2