Re: [OE-core] [PATCH] oeqa/runtime/parselogs: whitelist drm failure in common errors list

2021-10-28 Thread Teoh, Jay Shen
Of Alexander Kanavin Sent: Thursday, 28 October, 2021 6:37 PM To: Teoh, Jay Shen Cc: Khem Raj ; Jose Quaresma ; OE-core Subject: Re: [OE-core] [PATCH] oeqa/runtime/parselogs: whitelist drm failure in common errors list I think the whole line doesn't have to match, it's enough if the string

Re: [OE-core] [PATCH] oeqa/runtime/parselogs: whitelist drm failure in common errors list

2021-10-28 Thread Teoh, Jay Shen
Hi Alex, you're right, sorry I get confused with the question just now. Yes, the entire string doesn't have to match, it's enough if the string is part of the error message. I will go ahead and send out a v2 patch. Thanks, Jay -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to

Re: [OE-core] [PATCH] oeqa/runtime/parselogs: whitelist drm failure in common errors list

2021-10-28 Thread Alexander Kanavin
Jay > > > > *From:* Alexander Kanavin > *Sent:* Thursday, 28 October, 2021 6:10 PM > *To:* Teoh, Jay Shen > *Cc:* Khem Raj ; Jose Quaresma < > quaresma.j...@gmail.com>; OE-core < > openembedded-core@lists.openembedded.org> > *Subject:* Re: [OE-core] [PATC

Re: [OE-core] [PATCH] oeqa/runtime/parselogs: whitelist drm failure in common errors list

2021-10-28 Thread Teoh, Jay Shen
m: Alexander Kanavin Sent: Thursday, 28 October, 2021 6:10 PM To: Teoh, Jay Shen Cc: Khem Raj ; Jose Quaresma ; OE-core Subject: Re: [OE-core] [PATCH] oeqa/runtime/parselogs: whitelist drm failure in common errors list But then you can remove the previous line, right? Alex On Thu, 28 Oct 2021

Re: [OE-core] [PATCH] oeqa/runtime/parselogs: whitelist drm failure in common errors list

2021-10-28 Thread Alexander Kanavin
-core > c...@lists.openembedded.org> > > Subject: Re: [OE-core] [PATCH] oeqa/runtime/parselogs: whitelist drm > failure in > > common errors list > > > > On Wed, Oct 27, 2021 at 2:24 AM Jose Quaresma > > wrote: > > > > > > > > >

Re: [OE-core] [PATCH] oeqa/runtime/parselogs: whitelist drm failure in common errors list

2021-10-28 Thread Teoh, Jay Shen
> -Original Message- > From: Khem Raj > Sent: Thursday, 28 October, 2021 12:17 AM > To: Jose Quaresma > Cc: Teoh, Jay Shen ; OE-core c...@lists.openembedded.org> > Subject: Re: [OE-core] [PATCH] oeqa/runtime/parselogs: whitelist drm failure > in > common e

Re: [OE-core] [PATCH] oeqa/runtime/parselogs: whitelist drm failure in common errors list

2021-10-28 Thread Jose Quaresma
Khem Raj escreveu no dia quarta, 27/10/2021 à(s) 17:17: > On Wed, Oct 27, 2021 at 2:24 AM Jose Quaresma > wrote: > > > > > > > > Teoh, Jay Shen escreveu no dia quarta, > 27/10/2021 à(s) 10:12: > >> > >> From: Teoh Jay Shen > >> > >> Add the following line to common_errors list. > >> > >>

Re: [OE-core] [PATCH] oeqa/runtime/parselogs: whitelist drm failure in common errors list

2021-10-27 Thread Khem Raj
On Wed, Oct 27, 2021 at 2:24 AM Jose Quaresma wrote: > > > > Teoh, Jay Shen escreveu no dia quarta, 27/10/2021 > à(s) 10:12: >> >> From: Teoh Jay Shen >> >> Add the following line to common_errors list. >> >> [drm] Cannot find any crtc or sizes >> >> This message is not harmful, it extended

Re: [OE-core] [PATCH] oeqa/runtime/parselogs: whitelist drm failure in common errors list

2021-10-27 Thread Jose Quaresma
Teoh, Jay Shen escreveu no dia quarta, 27/10/2021 à(s) 10:12: > From: Teoh Jay Shen > > Add the following line to common_errors list. > > [drm] Cannot find any crtc or sizes > > This message is not harmful, it extended the coverage for drm error > message. > > Signed-off-by: Teoh Jay Shen >

[OE-core] [PATCH] oeqa/runtime/parselogs: whitelist drm failure in common errors list

2021-10-27 Thread Teoh, Jay Shen
From: Teoh Jay Shen Add the following line to common_errors list. [drm] Cannot find any crtc or sizes This message is not harmful, it extended the coverage for drm error message. Signed-off-by: Teoh Jay Shen --- meta/lib/oeqa/runtime/cases/parselogs.py | 1 + 1 file changed, 1