summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-05-27 21:46:07 +0200
committerGitHub <noreply@github.com>2018-05-27 21:46:07 +0200
commitda7ba4cb05c3539b868b3c360100951c92a2d3c3 (patch)
treea06f9a1574bc3effab388a715942be91359dee17
parent448da3df15fcc4c2bafe93161dfde9a7ac143144 (diff)
parente243920c3d5eae324c9ab967b1f6c3d3ded627b8 (diff)
Merge pull request #5955 from vespa-engine/toregge/add-more-valgrind-suppressions-for-vespa-cppunit-on-centos-7
Add more valgrind suppressions for vespa-cppunit on CentOS 7.
-rw-r--r--valgrind-suppressions.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/valgrind-suppressions.txt b/valgrind-suppressions.txt
index 92954b39f92..baef981a3f9 100644
--- a/valgrind-suppressions.txt
+++ b/valgrind-suppressions.txt
@@ -35,6 +35,38 @@
fun:main
}
{
+ Bug in cppunit. This suppression is created on CentOS7.
+ Memcheck:Leak
+ match-leak-kinds: definite
+ fun:_Znwm
+ fun:allocate
+ fun:_S_create
+ fun:_S_construct<char const*>
+ fun:_S_construct_aux<char const*>
+ fun:_S_construct<char const*>
+ fun:_ZNSsC1EPKcRKSaIcE
+ fun:_ZN7CppUnit10TestRunnerC1Ev
+ fun:_ZN7CppUnit14TextTestRunnerC1EPNS_9OutputterE
+ fun:_ZN10vdstestlib17CppUnitTestRunner3runEiPPKc
+ fun:main
+}
+{
+ Bug in cppunit. This suppression is created on CentOS7.
+ Memcheck:Leak
+ match-leak-kinds: definite
+ fun:_Znwm
+ fun:allocate
+ fun:_S_create
+ fun:_ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag
+ fun:_S_construct_aux<char const*>
+ fun:_S_construct<char const*>
+ fun:_ZNSsC1EPKcRKSaIcE
+ fun:_ZN7CppUnit10TestRunnerC1Ev
+ fun:_ZN7CppUnit14TextTestRunnerC1EPNS_9OutputterE
+ fun:_ZN10vdstestlib17CppUnitTestRunner3runEiPPKc
+ fun:main
+}
+{
RHEL6 strlen is eager and will read 16 bytes blocks.
Memcheck:Cond
fun:__strlen_sse42