diff options
Diffstat (limited to 'meta/lib')
| -rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index b7c7b30adf..9dafb89b03 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
| @@ -185,11 +185,6 @@ ignore_errors = { | |||
| 185 | 'Failed to make EGL context current', | 185 | 'Failed to make EGL context current', |
| 186 | 'glamor initialization failed', | 186 | 'glamor initialization failed', |
| 187 | ] + common_errors, | 187 | ] + common_errors, |
| 188 | 'mpc8315e-rdb' : [ | ||
| 189 | 'of_irq_parse_pci: failed with', | ||
| 190 | 'Fatal server error:', | ||
| 191 | 'Server terminated with error', | ||
| 192 | ] + common_errors, | ||
| 193 | } | 188 | } |
| 194 | 189 | ||
| 195 | log_locations = ["/var/log/","/var/log/dmesg", "/tmp/dmesg_output.log"] | 190 | log_locations = ["/var/log/","/var/log/dmesg", "/tmp/dmesg_output.log"] |
