diff options
| -rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index c4d347d955..1f36c61081 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
| @@ -86,9 +86,11 @@ ignore_errors = { | |||
| 86 | 'qemumips' : [ | 86 | 'qemumips' : [ |
| 87 | 'Failed to load module "glx"', | 87 | 'Failed to load module "glx"', |
| 88 | 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)', | 88 | 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)', |
| 89 | 'cacheinfo: Failed to find cpu0 device node', | ||
| 89 | ] + common_errors, | 90 | ] + common_errors, |
| 90 | 'qemumips64' : [ | 91 | 'qemumips64' : [ |
| 91 | 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)', | 92 | 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)', |
| 93 | 'cacheinfo: Failed to find cpu0 device node', | ||
| 92 | ] + common_errors, | 94 | ] + common_errors, |
| 93 | 'qemuppc' : [ | 95 | 'qemuppc' : [ |
| 94 | 'PCI 0000:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]', | 96 | 'PCI 0000:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]', |
