]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/parselogs: Whitelist qemuarm64 runtime errors
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 27 Jun 2015 21:43:38 +0000 (22:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Jul 2015 12:06:04 +0000 (13:06 +0100)
The qemuarm64 machine doesn't have graphics so whitelist the
X server failures to start.

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

index 7721912a2301441c3b13f2760d35286e524277bc..dd4d805de33e9f99902f3222cefd84403dcbc95b 100644 (file)
@@ -63,6 +63,10 @@ ignore_errors = {
         'mmci-pl18x: probe of fpga:0b failed with error -22',
         'Failed to load module "glx"'
         ] + common_errors,
+    'qemuarm64' : [
+        'Fatal server error:',
+        '(EE) Server terminated with error (1). Closing log file.',
+        ] + common_errors,
     'emenlow' : x86_common,
     'crownbay' : x86_common,
     'genericx86' : x86_common,