]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/parselogs: Add exception for new mips error message
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Feb 2015 18:16:10 +0000 (18:16 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 21 Feb 2015 22:04:23 +0000 (22:04 +0000)
The 3.19 kernel introduces this error, ignore it for now.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/parselogs.py

index 2953742f23153a10e9a26b06d07326681181be94..b1dcc1e6ce605626fa62da8eff4a9df3ec97ffa7 100644 (file)
@@ -48,6 +48,7 @@ ignore_errors = {
     'qemux86-64' : qemux86_common,
     'qemumips' : [
         'Failed to load module "glx"',
+        '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]',