Re: [OE-core][dunfell 14/14] selftest: skip virgl test on fedora 34 entirely

2021-12-23 Thread Steve Sakoman
On Wed, Dec 22, 2021 at 11:19 PM Mittal, Anuj wrote: > > On Wed, 2021-12-22 at 04:12 -1000, Steve Sakoman wrote: > > With the sdl frontend, qemu isn't able to even boot fully, > > so let's skip the test early. > > This will fail any time the host has libdrm > 2.4.107 so perhaps that > should be me

Re: [OE-core][dunfell 14/14] selftest: skip virgl test on fedora 34 entirely

2021-12-23 Thread Anuj Mittal
On Wed, 2021-12-22 at 04:12 -1000, Steve Sakoman wrote: > With the sdl frontend, qemu isn't able to even boot fully, > so let's skip the test early. This will fail any time the host has libdrm > 2.4.107 so perhaps that should be mentioned in the commit message. Fedora 34 recently update to 2.4.1

[OE-core][dunfell 14/14] selftest: skip virgl test on fedora 34 entirely

2021-12-22 Thread Steve Sakoman
With the sdl frontend, qemu isn't able to even boot fully, so let's skip the test early. Signed-off-by: Steve Sakoman --- meta/lib/oeqa/selftest/cases/runtime_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/case