Code

t/valgrind.suppress: Updated existing suppression for newer check version.
[sysdb.git] / t / valgrind.suppress
1 {
2    <insert_a_suppression_name_here>
3    Memcheck:Cond
4    fun:gcov_exit
5    fun:__run_exit_handlers
6    fun:exit
7    fun:srunner_run_all
8    fun:main
9 }
10 {
11    <insert_a_suppression_name_here>
12    Memcheck:Cond
13    fun:gcov_exit
14    fun:__run_exit_handlers
15    fun:exit
16    fun:srunner_run
17    fun:main
18 }
19 {
20    <insert_a_suppression_name_here>
21    Memcheck:Param
22    timer_create(evp)
23    fun:timer_create@@GLIBC_2.3.3
24    fun:srunner_run
25    fun:main
26 }