]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
oeqa/parselogs: Skip hda opcode errors
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Mar 2015 14:20:44 +0000 (14:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Mar 2015 12:49:22 +0000 (12:49 +0000)
These occur when running images under virtualisation on machines with
high load which sometimes trigger timeouts in the kernel DMA code.
They're harmless to ignore in these cases.

Adding this since "failing" the build due to this is more annoying
thank useful.

[YOCTO #7387]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/parselogs.py

index b1dcc1e6ce605626fa62da8eff4a9df3ec97ffa7..cf0f67c6280ccbe7ef4d52a51b568b63dcc30fd1 100644 (file)
@@ -22,7 +22,8 @@ common_errors = [
     "Failed to load module modesetting",
     "Failed to load module \"glx\"",
     "Failed to load module glx",
-    "[drm] Cannot find any crtc or sizes - going 1024x768"
+    "[drm] Cannot find any crtc or sizes - going 1024x768",
+    "hd.: possibly failed opcode"
     ]
 
 x86_common = [