All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] oeqa/runtime/parselogs: whitelist drm failure in common errors list
@ 2021-10-27  9:12 jay.shen.teoh
  2021-10-27  9:24 ` [OE-core] " Jose Quaresma
  0 siblings, 1 reply; 10+ messages in thread
From: jay.shen.teoh @ 2021-10-27  9:12 UTC (permalink / raw)
  To: openembedded-core

From: Teoh Jay Shen <jay.shen.teoh@intel.com>

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 <jay.shen.teoh@intel.com>
---
 meta/lib/oeqa/runtime/cases/parselogs.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py
index 2b8893d842..96da0b4f5c 100644
--- a/meta/lib/oeqa/runtime/cases/parselogs.py
+++ b/meta/lib/oeqa/runtime/cases/parselogs.py
@@ -32,6 +32,7 @@ common_errors = [
     "Failed to load module \"fbdev\"",
     "Failed to load module fbdev",
     "Failed to load module glx",
+    "[drm] Cannot find any crtc or sizes",
     "[drm] Cannot find any crtc or sizes - going 1024x768",
     "_OSC failed (AE_NOT_FOUND); disabling ASPM",
     "Open ACPI failed (/var/run/acpid.socket) (No such file or directory)",
-- 
2.33.1



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-10-28 11:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-27  9:12 [PATCH] oeqa/runtime/parselogs: whitelist drm failure in common errors list jay.shen.teoh
2021-10-27  9:24 ` [OE-core] " Jose Quaresma
2021-10-27 16:16   ` Khem Raj
2021-10-28  8:29     ` Jose Quaresma
2021-10-28 10:08     ` Teoh, Jay Shen
2021-10-28 10:09       ` Alexander Kanavin
2021-10-28 10:15         ` Teoh, Jay Shen
2021-10-28 10:36           ` Alexander Kanavin
2021-10-28 10:42             ` Teoh, Jay Shen
2021-10-28 10:46             ` Teoh, Jay Shen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.