On Fri, Aug 15, 2014 at 1:08 PM, Peter Maydell <peter.mayd...@linaro.org> wrote: > On 12 August 2014 13:37, Stefan Hajnoczi <stefa...@redhat.com> wrote: >> No test case actually uses the audio backend. Disable audio to prevent >> errors on hosts with no sound hardware present: >> >> GTESTER check-qtest-aarch64 >> sdl: SDL_OpenAudio failed >> sdl: Reason: No available audio device >> sdl: SDL_OpenAudio failed >> sdl: Reason: No available audio device >> audio: Failed to create voice `lm4549.out' > > These are just warnings, right? This shouldn't cause the > tests to actually fail... It makes sense to make sure we suppress > the irrelevant warnings and behave consistently on all test > hosts, though.
Yes, they are just warnings. Initially I thought they were errors that cause the build to fail. Stefan