summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa')
-rw-r--r--meta/lib/oeqa/runtime/cases/parselogs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py
index f703927660..88279c6013 100644
--- a/meta/lib/oeqa/runtime/cases/parselogs.py
+++ b/meta/lib/oeqa/runtime/cases/parselogs.py
@@ -97,6 +97,7 @@ ignore_errors = {
97 'qemux86' : [ 97 'qemux86' : [
98 'Failed to access perfctr msr (MSR', 98 'Failed to access perfctr msr (MSR',
99 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)', 99 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
100 'failed to IDENTIFY (I/O error, err_mask=0x4)',
100 ] + qemux86_common, 101 ] + qemux86_common,
101 'qemux86-64' : qemux86_common, 102 'qemux86-64' : qemux86_common,
102 'qemumips' : [ 103 'qemumips' : [