libinput/test/valgrind.suppressions
Peter Hutterer 5cd27b070e tools: add a test for tool option parsing
We don't check for correctness in the output as such, just that whatever
combination of cmdline arguments still works/doesn't work. This is the
scaffolding and a few tests, but needs to be filled in, especially for
libinput measure and for some more complex combinations.

valgrind: requires one more python-related suppression
gitlab-ci: requires another environment variable so we know to skip the
	   --device tests (udev will time out on those)
meson: skip the test run in release builds, we pass the full path to the built
       libinput tool but rely on the subtool lookup that won't work in a
       release build

Fixes #174

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2018-11-07 05:03:52 +00:00

78 lines
1.1 KiB
Text

{
srunner_run::timer_create-uninitialized-bytes
Memcheck:Param
timer_create(evp)
fun:timer_create@@GLIBC_2.3.3
fun:srunner_run
fun:litest_run
fun:main
}
{
mtdev:conditional_jumps_uninitialized_value
Memcheck:Cond
...
fun:mtdev_put_event
}
{
<g_type_register_static>
Memcheck:Leak
...
fun:g_type_register_static
}
{
<g_type_register_static>
Memcheck:Leak
...
fun:g_type_register_fundamental
}
{
<g_type_register_static>
Memcheck:Leak
...
fun:g_malloc0
}
{
libunwind:msync_uninitialized_bytes
Memcheck:Param
msync(start)
fun:__msync_nocancel
...
fun:litest_backtrace
}
{
python:PyUnicode_New
Memcheck:Leak
...
obj:/usr/lib*/libpython3*.so*
}
{
libevdev:grab
Memcheck:Param
ioctl(generic)
fun:ioctl
fun:libevdev_grab
}
{
bash:execute_command
Memcheck:Cond
...
fun:execute_command
}
{
bash:execute_command
Memcheck:Leak
...
fun:execute_command
}
{
bash:execute_command
Memcheck:Addr16
...
fun:execute_command
}
{
python:Py_GetProgramFullPath
Memcheck:Cond
...
fun:Py_GetProgramFullPath
}