[PATCH libevdev] test: ignore any timer_create errors in valgrind

Peter Hutterer peter.hutterer at who-t.net
Wed Jun 11 16:51:10 PDT 2014


Drop the rest of the stack trace, we know whenever check calls this we get a
valgrind error if sevp in timer_create(2) is NULL.

https://bugs.freedesktop.org/show_bug.cgi?id=79921

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 test/valgrind.suppressions | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/valgrind.suppressions b/test/valgrind.suppressions
index 07fae53..536b2f1 100644
--- a/test/valgrind.suppressions
+++ b/test/valgrind.suppressions
@@ -3,8 +3,6 @@
    Memcheck:Param
    timer_create(evp)
    fun:timer_create@@GLIBC_2.3.3
-   fun:srunner_run
-   fun:main
 }
 {
    <ioctl_EVIOCGRAB_unaddressable_bytes>
-- 
1.9.3



More information about the Input-tools mailing list