summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oeqa/runtime/cases/parselogs.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py
index e62ab2c44e..e670df3ced 100644
--- a/meta/lib/oeqa/runtime/cases/parselogs.py
+++ b/meta/lib/oeqa/runtime/cases/parselogs.py
@@ -69,9 +69,6 @@ common_errors = [
69 "Failed to read LoaderEntryOneShot variable, ignoring: Operation not supported", 69 "Failed to read LoaderEntryOneShot variable, ignoring: Operation not supported",
70 ] 70 ]
71 71
72video_related = [
73]
74
75x86_common = [ 72x86_common = [
76 '[drm:psb_do_init] *ERROR* Debug is', 73 '[drm:psb_do_init] *ERROR* Debug is',
77 'wrong ELF class', 74 'wrong ELF class',
@@ -225,11 +222,6 @@ class ParseLogsTest(OERuntimeTestCase):
225 cls.ignore_errors = ignore_errors 222 cls.ignore_errors = ignore_errors
226 cls.log_locations = log_locations 223 cls.log_locations = log_locations
227 cls.msg = '' 224 cls.msg = ''
228 is_lsb, _ = cls.tc.target.run("which LSB_Test.sh")
229 if is_lsb == 0:
230 for machine in cls.ignore_errors:
231 cls.ignore_errors[machine] = cls.ignore_errors[machine] \
232 + video_related
233 225
234 def getMachine(self): 226 def getMachine(self):
235 return self.td.get('MACHINE', '') 227 return self.td.get('MACHINE', '')