libinput/test/valgrind.suppressions
Peter Hutterer 2e25741061 test: grab the device before any lid or tablet mode switches
Putting an EVIOCGRAB on the device before sending those events means no-one
else sees those events - particularly upower. This means no-one else knows the
lid is on or off and thus we never blank the screen (or suspend/shut down but
those are inhibited anyway).

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2020-07-07 18:51:33 +10:00

98 lines
1.4 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
}
{
<g_get_language_names_malloc>
Memcheck:Leak
fun:malloc
...
fun:g_get_language_names_with_category
}
{
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
}
{
ioctl:grab
Memcheck:Param
ioctl(generic)
fun:ioctl
fun:grab_device
}
{
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
}
{
python:_PyEval_EvalFrameDefault
Memcheck:Cond
...
fun:_PyEval_EvalFrameDefault
}