Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] oeqa/parselogs: Whitelist qemuarm64 runtime errors
@ 2015-06-27 21:43 Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2015-06-27 21:43 UTC (permalink / raw)
  To: openembedded-core

The qemuarm64 machine doesn't have graphics so whitelist the
X server failures to start.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 7095a36..8757c9c 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -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"',




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] oeqa/parselogs: Whitelist qemuarm64 runtime errors
@ 2019-07-19  4:59 changqing.li
  2019-07-19  8:10 ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: changqing.li @ 2019-07-19  4:59 UTC (permalink / raw)
  To: openembedded-core

From: Changqing Li <changqing.li@windriver.com>

The qemuarm64 machine doesn't have graphics so whitelist the
X server related failures

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta/lib/oeqa/runtime/cases/parselogs.py | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py
index eb2ebb1..633811d 100644
--- a/meta/lib/oeqa/runtime/cases/parselogs.py
+++ b/meta/lib/oeqa/runtime/cases/parselogs.py
@@ -129,6 +129,13 @@ ignore_errors = {
         '(EE) Server terminated with error (1). Closing log file.',
         'dmi: Firmware registration failed.',
         'irq: type mismatch, failed to map hwirq-27 for /intc',
+        'xinit: server error',
+        'XKB: Failed to compile keymap',
+        'Keyboard initialization failed',
+        '(EE) Failed to activate virtual core keyboard',
+        'xserver-nodm.service: Failed with result',
+        'Failed to initialize the DRI2 extension',
+        'XKB: Failed to load keymap',
         ] + common_errors,
     'intel-core2-32' : [
         'ACPI: No _BQC method, cannot determine initial brightness',
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] oeqa/parselogs: Whitelist qemuarm64 runtime errors
  2019-07-19  4:59 changqing.li
@ 2019-07-19  8:10 ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2019-07-19  8:10 UTC (permalink / raw)
  To: changqing.li, openembedded-core

On Fri, 2019-07-19 at 12:59 +0800, changqing.li@windriver.com wrote:
> From: Changqing Li <changqing.li@windriver.com>
> 
> The qemuarm64 machine doesn't have graphics so whitelist the
> X server related failures

qemuarm64 *does* have graphics and we don't see these errors on the
autobuilder?

Cheers,

Richard




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-19  8:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-27 21:43 [PATCH] oeqa/parselogs: Whitelist qemuarm64 runtime errors Richard Purdie
  -- strict thread matches above, loose matches on Subject: below --
2019-07-19  4:59 changqing.li
2019-07-19  8:10 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox