aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-07-25 10:05:49 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-07-25 10:05:49 +0000
commite2773de6815b2b041815c993c398a9b318842c6a (patch)
tree970b5822026b15c899327583afbe15c8da7bdbc3 /src/testbed
parent8fcba4447fd83577ec94e5926801c396cf7dbaf8 (diff)
downloadgnunet-e2773de6815b2b041815c993c398a9b318842c6a.tar.gz
gnunet-e2773de6815b2b041815c993c398a9b318842c6a.zip
-suppressions for logging and others
Diffstat (limited to 'src/testbed')
-rw-r--r--src/testbed/misc.supp34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/testbed/misc.supp b/src/testbed/misc.supp
new file mode 100644
index 000000000..c8f9ca3e3
--- /dev/null
+++ b/src/testbed/misc.supp
@@ -0,0 +1,34 @@
1{
2 <get_log_call_status>
3 Memcheck:Leak
4 fun:malloc
5 ...
6 fun:re_acquire_state_context
7 fun:build_trtable
8 fun:re_search_internal
9 fun:regexec@@GLIBC_2.3.4
10 fun:GNUNET_get_log_call_status
11 ...
12}
13{
14 <log_setup>
15 Memcheck:Leak
16 ...
17 fun:GNUNET_log_setup
18 ...
19}
20{
21 <get_log_status>
22 Memcheck:Leak
23 ...
24 fun:GNUNET_get_log_call_status
25 ...
26}
27{
28 <linux-loader>
29 Memcheck:Leak
30 fun:malloc
31 obj:/lib/i386-linux-gnu/libgcrypt.so.11.7.0
32 ...
33 obj:/lib/i386-linux-gnu/ld-2.15.so
34}