summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/parselogs.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/parselogs.py')
-rw-r--r--meta/lib/oeqa/runtime/parselogs.py3
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
28x86_common = [ 29x86_common = [