Code

t/valgrind.suppress: Suppress another error in check.
authorSebastian Harl <sh@tokkee.org>
Sat, 19 Jul 2014 11:21:48 +0000 (13:21 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 19 Jul 2014 11:21:48 +0000 (13:21 +0200)
t/valgrind.suppress

index 2861b59d4d9aabbb2adc39b4015228140941cf0e..608be314be1f460faf552f2c620111cf58deb0d7 100644 (file)
@@ -7,3 +7,11 @@
    fun:srunner_run_all
    fun:main
 }
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Param
+   timer_create(evp)
+   fun:timer_create@@GLIBC_2.3.3
+   fun:srunner_run
+   fun:main
+}