diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/parselogs.py')
-rw-r--r-- | meta/lib/oeqa/runtime/parselogs.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 7095a365b4..8757c9cabe 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py | |||
@@ -70,6 +70,10 @@ ignore_errors = { | |||
70 | 'mmci-pl18x: probe of fpga:0b failed with error -22', | 70 | 'mmci-pl18x: probe of fpga:0b failed with error -22', |
71 | 'Failed to load module "glx"' | 71 | 'Failed to load module "glx"' |
72 | ] + common_errors, | 72 | ] + common_errors, |
73 | 'qemuarm64' : [ | ||
74 | 'Fatal server error:', | ||
75 | '(EE) Server terminated with error (1). Closing log file.', | ||
76 | ] + common_errors, | ||
73 | 'emenlow' : [ | 77 | 'emenlow' : [ |
74 | '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', | 78 | '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', |
75 | '(EE) Failed to load module "psb"', | 79 | '(EE) Failed to load module "psb"', |