diff options
author | Teoh Jay Shen <jay.shen.teoh@intel.com> | 2021-10-28 19:15:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-28 15:18:15 +0100 |
commit | 9c6b31c27bea90225e63afb2838d353edfbc1f19 (patch) | |
tree | 75d85359d381d5106999ba2962dd3fa290a0592a /meta | |
parent | 540182dd5bc40af06a370692845d2bb4f6736f5d (diff) | |
download | poky-9c6b31c27bea90225e63afb2838d353edfbc1f19.tar.gz |
oeqa/runtime/parselogs: modified drm error in common errors list
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.
(From OE-Core rev: 0569fa735458512d6e15aa3315218ecbdf8510a3)
Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index 2b8893d842..50101b7851 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
@@ -32,7 +32,7 @@ common_errors = [ | |||
32 | "Failed to load module \"fbdev\"", | 32 | "Failed to load module \"fbdev\"", |
33 | "Failed to load module fbdev", | 33 | "Failed to load module fbdev", |
34 | "Failed to load module glx", | 34 | "Failed to load module glx", |
35 | "[drm] Cannot find any crtc or sizes - going 1024x768", | 35 | "[drm] Cannot find any crtc or sizes", |
36 | "_OSC failed (AE_NOT_FOUND); disabling ASPM", | 36 | "_OSC failed (AE_NOT_FOUND); disabling ASPM", |
37 | "Open ACPI failed (/var/run/acpid.socket) (No such file or directory)", | 37 | "Open ACPI failed (/var/run/acpid.socket) (No such file or directory)", |
38 | "NX (Execute Disable) protection cannot be enabled: non-PAE kernel!", | 38 | "NX (Execute Disable) protection cannot be enabled: non-PAE kernel!", |