diff options
| -rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index 4714741aff..1bb0425521 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
| @@ -88,6 +88,8 @@ qemux86_common = [ | |||
| 88 | 'tsc: HPET/PMTIMER calibration failed', | 88 | 'tsc: HPET/PMTIMER calibration failed', |
| 89 | "modeset(0): Failed to initialize the DRI2 extension", | 89 | "modeset(0): Failed to initialize the DRI2 extension", |
| 90 | "glamor initialization failed", | 90 | "glamor initialization failed", |
| 91 | "blk_update_request: I/O error, dev fd0, sector 0 op 0x0:(READ)", | ||
| 92 | "floppy: error", | ||
| 91 | ] + common_errors | 93 | ] + common_errors |
| 92 | 94 | ||
| 93 | ignore_errors = { | 95 | ignore_errors = { |
