diff options
Diffstat (limited to 'meta/lib/oeqa/runtime')
| -rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index 9dafb89b03..3cad0709a1 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
| @@ -60,7 +60,6 @@ common_errors = [ | |||
| 60 | ] | 60 | ] |
| 61 | 61 | ||
| 62 | video_related = [ | 62 | video_related = [ |
| 63 | "uvesafb", | ||
| 64 | ] | 63 | ] |
| 65 | 64 | ||
| 66 | x86_common = [ | 65 | x86_common = [ |
| @@ -82,11 +81,8 @@ qemux86_common = [ | |||
| 82 | "fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.", | 81 | "fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.", |
| 83 | "can't claim BAR ", | 82 | "can't claim BAR ", |
| 84 | 'amd_nb: Cannot enumerate AMD northbridges', | 83 | 'amd_nb: Cannot enumerate AMD northbridges', |
| 85 | 'uvesafb: 5000 ms task timeout, infinitely waiting', | ||
| 86 | 'tsc: HPET/PMTIMER calibration failed', | 84 | 'tsc: HPET/PMTIMER calibration failed', |
| 87 | "modeset(0): Failed to initialize the DRI2 extension", | 85 | "modeset(0): Failed to initialize the DRI2 extension", |
| 88 | "uvesafb: cannot reserve video memory at", | ||
| 89 | "uvesafb: probe of uvesafb.0 failed with error", | ||
| 90 | "glamor initialization failed", | 86 | "glamor initialization failed", |
| 91 | ] + common_errors | 87 | ] + common_errors |
| 92 | 88 | ||
