* [PATCH] oeqa/parselogs: Whitelist qemumips64 runtime error
@ 2015-06-27 21:44 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2015-06-27 21:44 UTC (permalink / raw)
To: openembedded-core
Similarly to qemumips, ignore these errors upon bootup so that
we have a good QA baseline for new errors.
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 8757c9c..8d0a1db 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -59,6 +59,9 @@ ignore_errors = {
'Failed to load module "glx"',
'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
] + common_errors,
+ 'qemumips64' : [
+ 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
+ ] + common_errors,
'qemuppc' : [
'PCI 0000:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]',
'host side 80-wire cable detection failed, limiting max speed',
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-06-27 21:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-27 21:44 [PATCH] oeqa/parselogs: Whitelist qemumips64 runtime error Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox