From: Richard Purdie Date: Tue, 10 Mar 2015 14:20:44 +0000 (+0000) Subject: oeqa/parselogs: Skip hda opcode errors X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31043 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb29441216435b9bae47ca9cd42db5a6b1fe77d8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git oeqa/parselogs: Skip hda opcode errors 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 --- diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index b1dcc1e6ce6..cf0f67c6280 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py @@ -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 = [