]> git.proxmox.com Git - mirror_ovs.git/blame - tests/glibc.supp
valgrind: Update glibc timer_create() suppression.
[mirror_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