]> git.proxmox.com Git - ovs.git/blame - tests/glibc.supp
Fix ovs-dpctl-top by removing 3 wrong hunks in py3-compat.patch.
[ovs.git] / tests / glibc.supp
CommitLineData
75b87ae5
BP
1# suppress what appear to unavoidable error reports from glibc
2
3{
4 timer_create
5 Memcheck:Leak
6 fun:malloc
7 fun:timer_create
8}
9
10{
11 timer_create
12 Memcheck:Param
13 timer_create(evp)
e6d76c68
EJ
14 ...
15 fun:set_up_timer
75b87ae5
BP
16}
17
93f55842
BP
18{
19 aio
20 Memcheck:Leak
21 fun:calloc
22 ...
23 fun:allocate_stack
24 ...
25 fun:__aio_create_helper_thread
26}