]> 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>
Sat, 27 Jun 2015 21:49:23 +0000 (22:49 +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 7095a365b4ac05cde0c64bce6ff18a720fe26625..8757c9cabea5ed3ccda3fb9d4da67058dccbb46a 100644 (file)
@@ -70,6 +70,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' : [
         '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness',
         '(EE) Failed to load module "psb"',