summaryrefslogtreecommitdiff
path: root/test/valgrind.suppress
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2015-05-09 23:40:54 +0200
committerRoger Meier <roger@apache.org>2015-05-09 23:40:54 +0200
commit446a319f9a26695fb06b725a4959f28c82b558c0 (patch)
treec5f834bceb4043f6fb4f003f357211e05521dbc9 /test/valgrind.suppress
parentec847acab5fd4bcabdfb7bcca915cca69a1e4784 (diff)
downloadthrift-446a319f9a26695fb06b725a4959f28c82b558c0.tar.gz
THRIFT-3086 add valgrind suppression support to the ExperimentalMemCheck test run
Patch: James E. King, III This closes #481
Diffstat (limited to 'test/valgrind.suppress')
-rw-r--r--test/valgrind.suppress9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/valgrind.suppress b/test/valgrind.suppress
new file mode 100644
index 000000000..41f9414e6
--- /dev/null
+++ b/test/valgrind.suppress
@@ -0,0 +1,9 @@
+{
+ boost/get_once_per_thread_epoch/ignore
+ Memcheck:Leak
+ match-leak-kinds: reachable
+ fun:malloc
+ fun:_ZN5boost6detail25get_once_per_thread_epochEv
+}
+
+