summaryrefslogtreecommitdiffstats
path: root/tests/CI/ubuntu20.04.supp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CI/ubuntu20.04.supp')
-rw-r--r--tests/CI/ubuntu20.04.supp42
1 files changed, 42 insertions, 0 deletions
diff --git a/tests/CI/ubuntu20.04.supp b/tests/CI/ubuntu20.04.supp
new file mode 100644
index 0000000..2638a7f
--- /dev/null
+++ b/tests/CI/ubuntu20.04.supp
@@ -0,0 +1,42 @@
+{
+ librdkafka issue
+ Memcheck:Leak
+ match-leak-kinds: definite
+ fun:malloc
+ obj:*
+ obj:*
+ obj:*
+ obj:*
+ obj:*
+ obj:*
+ fun:checkInstance
+ fun:activateCnf
+ fun:tellModulesActivateConfig
+ fun:activate
+ fun:initAll
+}
+
+{
+ librdkafka issue
+ Memcheck:Leak
+ match-leak-kinds: definite
+ fun:malloc
+ ...
+ obj:*
+ fun:checkInstance
+ fun:activateCnf
+ fun:tellModulesActivateConfig
+ fun:activate
+ fun:initAll
+ fun:main
+}
+
+{
+ invalid atexit call - seems to stem back to libcurl
+ Helgrind:Misc
+ ...
+ fun:_dl_fini
+ fun:__run_exit_handlers
+ fun:exit
+ fun:(below main)
+}