Re: [OE-core] [PATCH 3/3] oe-selftest: extend virgl gtk test to also check the SDL option

2019-09-13 Thread Alexander Kanavin
On Fri, 13 Sep 2019 at 21:15, Ross Burton wrote: > On 12/09/2019 16:36, Alexander Kanavin wrote: > > -def test_testimage_virgl_gtk(self): > > +def test_testimage_virgl_gtk_sdl(self): > > Failing on the autobuilder: > >

Re: [OE-core] [PATCH 3/3] oe-selftest: extend virgl gtk test to also check the SDL option

2019-09-13 Thread Ross Burton
On 12/09/2019 16:36, Alexander Kanavin wrote: -def test_testimage_virgl_gtk(self): +def test_testimage_virgl_gtk_sdl(self): Failing on the autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/56/builds/707/steps/8/logs/step2d Ross --

[OE-core] [PATCH 3/3] oe-selftest: extend virgl gtk test to also check the SDL option

2019-09-12 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/selftest/cases/runtime_test.py | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index 3f212bd0eac..8f98a9ead46