Updated qaudioinput and qaudiooutput tests.

- qaudioinput changed to checking notify signal emitted
  instead of range checking as on loaded system this is not valid.
- Added qskip's for resume() bug.

Change-Id: I8d2a52427d4263ce8b5edeaaf395c4577b7394ab
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Daniel Kovacic <daniel.kovacic@nokia.com>
This commit is contained in:
Kurt Korbatits
2012-07-16 08:17:58 +10:00
committed by Qt by Nokia
parent 5daa9c340c
commit 9ed0d5e177
2 changed files with 13 additions and 2 deletions

View File

@@ -545,6 +545,10 @@ void tst_QAudioOutput::pull()
void tst_QAudioOutput::pullSuspendResume()
{
#ifdef Q_OS_LINUX
if (m_inCISystem)
QSKIP("QTBUG-26504 Fails 20% of time with pulseaudio backend");
#endif
for(int i=0; i<audioFiles.count(); i++) {
QAudioOutput audioOutput(testFormats.at(i), this);