diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/parselogs.py')
| -rw-r--r-- | meta/lib/oeqa/runtime/parselogs.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 8d0a1db939..ce9c162d91 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py | |||
| @@ -46,13 +46,14 @@ x86_common = [ | |||
| 46 | qemux86_common = [ | 46 | qemux86_common = [ |
| 47 | 'Fast TSC calibration', | 47 | 'Fast TSC calibration', |
| 48 | 'wrong ELF class', | 48 | 'wrong ELF class', |
| 49 | "fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.", | ||
| 50 | "can't claim BAR ", | ||
| 49 | ] + common_errors | 51 | ] + common_errors |
| 50 | 52 | ||
| 51 | ignore_errors = { | 53 | ignore_errors = { |
| 52 | 'default' : common_errors, | 54 | 'default' : common_errors, |
| 53 | 'qemux86' : [ | 55 | 'qemux86' : [ |
| 54 | 'Failed to access perfctr msr (MSR c1 is 0)', | 56 | 'Failed to access perfctr msr (MSR', |
| 55 | "fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.", | ||
| 56 | ] + qemux86_common, | 57 | ] + qemux86_common, |
| 57 | 'qemux86-64' : qemux86_common, | 58 | 'qemux86-64' : qemux86_common, |
| 58 | 'qemumips' : [ | 59 | 'qemumips' : [ |
| @@ -248,4 +249,4 @@ class ParseLogsTest(oeRuntimeTest): | |||
| 248 | self.msg += result[str(log)][str(error)]+"\n" | 249 | self.msg += result[str(log)][str(error)]+"\n" |
| 249 | self.msg += "***********************\n" | 250 | self.msg += "***********************\n" |
| 250 | self.msg += "%s errors found in logs." % errcount | 251 | self.msg += "%s errors found in logs." % errcount |
| 251 | self.assertEqual(errcount, 0, msg=self.msg) \ No newline at end of file | 252 | self.assertEqual(errcount, 0, msg=self.msg) |
