mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 22:00:07 +01:00
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>
This commit is contained in:
parent
02fc1bb235
commit
aa201a4737
1 changed files with 0 additions and 2 deletions
|
|
@ -3,8 +3,6 @@
|
||||||
Memcheck:Param
|
Memcheck:Param
|
||||||
timer_create(evp)
|
timer_create(evp)
|
||||||
fun:timer_create@@GLIBC_2.3.3
|
fun:timer_create@@GLIBC_2.3.3
|
||||||
fun:srunner_run
|
|
||||||
fun:main
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
<ioctl_EVIOCGRAB_unaddressable_bytes>
|
<ioctl_EVIOCGRAB_unaddressable_bytes>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue