diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-27 22:44:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-27 22:50:41 +0100 |
commit | 4bc0fc70b9484c7f375f1e7fddc5e442f6936710 (patch) | |
tree | 65efd7695229fab21a5770c20e1d2b0ecae9c435 /meta/lib/oeqa/runtime/parselogs.py | |
parent | b3b6483f704f8f9b0192bf6991ea12a535ad4b0b (diff) | |
download | poky-4bc0fc70b9484c7f375f1e7fddc5e442f6936710.tar.gz |
oeqa/parselogs: Whitelist qemumips64 runtime error
Similarly to qemumips, ignore these errors upon bootup so that
we have a good QA baseline for new errors.
(From OE-Core rev: 592a1d94a7b0e80059016adb59c4c61e256206f0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime/parselogs.py')
-rw-r--r-- | meta/lib/oeqa/runtime/parselogs.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 8757c9cabe..8d0a1db939 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py | |||
@@ -59,6 +59,9 @@ ignore_errors = { | |||
59 | 'Failed to load module "glx"', | 59 | 'Failed to load module "glx"', |
60 | 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)', | 60 | 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)', |
61 | ] + common_errors, | 61 | ] + common_errors, |
62 | 'qemumips64' : [ | ||
63 | 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)', | ||
64 | ] + common_errors, | ||
62 | 'qemuppc' : [ | 65 | 'qemuppc' : [ |
63 | 'PCI 0000:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]', | 66 | 'PCI 0000:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]', |
64 | 'host side 80-wire cable detection failed, limiting max speed', | 67 | 'host side 80-wire cable detection failed, limiting max speed', |