]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/runtime/parselogs: modified drm error in common errors list
authorTeoh Jay Shen <jay.shen.teoh@intel.com>
Thu, 28 Oct 2021 11:15:44 +0000 (19:15 +0800)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 2 Nov 2021 16:40:35 +0000 (00:40 +0800)
Changed the following line from:

  [drm] Cannot find any crtc or sizes - going 1024x768  >  [drm] Cannot find any crtc or sizes

This will expand the coverage of the failure to also cover the case when fallback size is not set.

Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0569fa735458512d6e15aa3315218ecbdf8510a3)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/lib/oeqa/runtime/cases/parselogs.py

index 2b8893d842dac70fdf88e70dc29f8f186d344aa7..50101b7851382f649caea6234e46bcad65835ccf 100644 (file)
@@ -32,7 +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 - going 1024x768",
+    "[drm] Cannot find any crtc or sizes",
     "_OSC failed (AE_NOT_FOUND); disabling ASPM",
     "Open ACPI failed (/var/run/acpid.socket) (No such file or directory)",
     "NX (Execute Disable) protection cannot be enabled: non-PAE kernel!",