summaryrefslogtreecommitdiffstats
path: root/valgrind-suppressions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'valgrind-suppressions.txt')
-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