summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/parselogs.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/parselogs.py')
-rw-r--r--meta/lib/oeqa/runtime/parselogs.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index ed43510d90..e20947b8bc 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -34,6 +34,8 @@ common_errors = [
34 'kernel: Cannot find map file', 34 'kernel: Cannot find map file',
35 'omap_hwmod: debugss: _wait_target_disable failed', 35 'omap_hwmod: debugss: _wait_target_disable failed',
36 'VGA arbiter: cannot open kernel arbiter, no multi-card support', 36 'VGA arbiter: cannot open kernel arbiter, no multi-card support',
37 'Failed to find URL:http://ipv4.connman.net/online/status.html',
38 'Online check failed for',
37 ] 39 ]
38 40
39x86_common = [ 41x86_common = [
@@ -88,6 +90,7 @@ ignore_errors = {
88 '(EE) AIGLX: reverting to software rendering', 90 '(EE) AIGLX: reverting to software rendering',
89 ] + x86_common, 91 ] + x86_common,
90 'core2_32' : [ 92 'core2_32' : [
93 'ACPI: No _BQC method, cannot determine initial brightness',
91 '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', 94 '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness',
92 '(EE) Failed to load module "psb"', 95 '(EE) Failed to load module "psb"',
93 '(EE) Failed to load module psb', 96 '(EE) Failed to load module psb',
@@ -96,6 +99,9 @@ ignore_errors = {
96 '(EE) open /dev/fb0: No such file or directory', 99 '(EE) open /dev/fb0: No such file or directory',
97 '(EE) AIGLX: reverting to software rendering', 100 '(EE) AIGLX: reverting to software rendering',
98 ] + x86_common, 101 ] + x86_common,
102 'intel-corei7-64' : [
103 "controller can't do DEVSLP, turning off",
104 ] + common_errors,
99 'crownbay' : x86_common, 105 'crownbay' : x86_common,
100 'genericx86' : x86_common, 106 'genericx86' : x86_common,
101 'genericx86-64' : x86_common, 107 'genericx86-64' : x86_common,