oeqa/parselogs: Add harmless failure warning introduced by new qemu version on qemuppc

(From OE-Core rev: d9f49e0e6b377c402e01de631edca73bb6537ab9)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2014-12-31 08:17:26 +00:00
parent 39dea062d6
commit 4477069b64
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ ignore_errors = {
] + common_errors,
'qemuppc' : [
'PCI 0000:00 Cannot reserve Legacy IO [io 0x0000-0x0fff]',
'host side 80-wire cable detection failed, limiting max speed',
'mode "640x480" test failed',
'Failed to load module "glx"',
] + common_errors,