diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/runtime/parselogs.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index b1dcc1e6ce..cf0f67c628 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py | |||
@@ -22,7 +22,8 @@ common_errors = [ | |||
22 | "Failed to load module modesetting", | 22 | "Failed to load module modesetting", |
23 | "Failed to load module \"glx\"", | 23 | "Failed to load module \"glx\"", |
24 | "Failed to load module glx", | 24 | "Failed to load module glx", |
25 | "[drm] Cannot find any crtc or sizes - going 1024x768" | 25 | "[drm] Cannot find any crtc or sizes - going 1024x768", |
26 | "hd.: possibly failed opcode" | ||
26 | ] | 27 | ] |
27 | 28 | ||
28 | x86_common = [ | 29 | x86_common = [ |