Running through mesontest also runs parse-hwdb through valgrind and
gives us a bunch of leaks that originate within Python somewhere - we don't
care about those.
Signed-off-by: Peter Hutterer
---
test/valgrind.suppressions | 6 ++
1 file changed, 6 insertions(+)
diff --git a/test/valgrind.s
Running valgrind through mesontest produces coredumps for a lot of tests
(unclear why, the core dump merely shows a call to abort). But even without
mesontest, creating a core dump for each failed test is a bad idea - if one
fails, most likely many others fail and the coredumps quickly fill up the
On Friday, 2017-05-05 14:20:33 -0400, Lyude wrote:
> A little earlier today I ended up spending a lot of time trying to
> figure out why weston wasn't managing to launch over SSH and telling me
> that I did not have a --tty option specified, despite me passing the
> option strings ["--tty", "3"]. T
Hi,
Sorry about stupid noobish questions. Now I dived in a bit and know
eglCreateImageKHR is everything I need. After whole day I have
weston-simple-dmabuf-intel and EGL apps (weston-simple-egl, Qt) running on
`perceptia` using linux-dmabuf-unstable-v1 and wayland-drm (yes, I know
it's implementat