summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 af8a8d67bd..5db0216597 100644
--- a/meta/lib/oeqa/runtime/cases/parselogs.py
+++ b/meta/lib/oeqa/runtime/cases/parselogs.py
@@ -98,6 +98,7 @@ ignore_errors = {
98 'qemux86' : [ 98 'qemux86' : [
99 'Failed to access perfctr msr (MSR', 99 'Failed to access perfctr msr (MSR',
100 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)', 100 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
101 'failed to IDENTIFY (I/O error, err_mask=0x4)',
101 ] + qemux86_common, 102 ] + qemux86_common,
102 'qemux86-64' : qemux86_common, 103 'qemux86-64' : qemux86_common,
103 'qemumips' : [ 104 'qemumips' : [