libevdev/test/valgrind.suppressions
Peter Hutterer aa201a4737 test: ignore any timer_create errors in valgrind
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@who-t.net>
2014-06-12 09:50:22 +10:00

20 lines
338 B
Text

{
<timer_create@@GLIBC_2.3.3>
Memcheck:Param
timer_create(evp)
fun:timer_create@@GLIBC_2.3.3
}
{
<ioctl_EVIOCGRAB_unaddressable_bytes>
Memcheck:Param
ioctl(generic)
fun:ioctl
fun:libevdev_grab
}
{
<ioctl_EVIOCREVOKE_unaddressable_bytes>
Memcheck:Param
ioctl(generic)
fun:ioctl
fun:test_revoke*
}