On Wed, Dec 22, 2021 at 11:19 PM Mittal, Anuj <anuj.mit...@intel.com> 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 mentioned in the commit message.
>
> Fedora 34 recently update to 2.4.109.

Thanks for reviewing the patches Anuj!

Yes, I can certainly update the commit message.  I had just copied the
commit message from one of the master commits that disabled this test.

Steve

> > Signed-off-by: Steve Sakoman <st...@sakoman.com>
> > ---
> >  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/cases/runtime_test.py
> > index 9e5c3f2878..f5b3ba27a9 100644
> > --- a/meta/lib/oeqa/selftest/cases/runtime_test.py
> > +++ b/meta/lib/oeqa/selftest/cases/runtime_test.py
> > @@ -181,6 +181,8 @@ class TestImage(OESelftestTestCase):
> >              self.skipTest('virgl isn\'t working with Centos 7')
> >          if distro and distro == 'centos-8':
> >              self.skipTest('virgl isn\'t working with Centos 8')
> > +        if distro and distro == 'fedora-34':
> > +            self.skipTest('virgl isn\'t working with Fedora 34')
> >          if distro and distro == 'opensuseleap-15.0':
> >              self.skipTest('virgl isn\'t working with Opensuse 15.0')
> >
> >
> > 
> >
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#159984): 
https://lists.openembedded.org/g/openembedded-core/message/159984
Mute This Topic: https://lists.openembedded.org/mt/87898199/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to