diff options
author | Simon Hausmann <simon.hausmann@theqtcompany.com> | 2015-07-22 13:54:12 +0200 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@theqtcompany.com> | 2015-07-23 12:02:40 +0000 |
commit | 4819f9090433a8743d1a0703330091eb5689679a (patch) | |
tree | b6833541897331a84da9e5996269e586d8203f8b | |
parent | 82069d0527ee7c2c081d23c8e5913d31c9a92e4f (diff) | |
download | qtmultimedia-4819f9090433a8743d1a0703330091eb5689679a.tar.gz qtmultimedia-4819f9090433a8743d1a0703330091eb5689679a.tar.bz2 qtmultimedia-4819f9090433a8743d1a0703330091eb5689679a.zip |
Exclude failing tests on RHEL and Ubuntu
Change-Id: Ifbfb36f47da5f826c94777286fde27d5edd29d01
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
-rw-r--r-- | tests/auto/integration/qaudiooutput/BLACKLIST | 4 | ||||
-rw-r--r-- | tests/auto/integration/qmediaplayerbackend/BLACKLIST | 4 | ||||
-rw-r--r-- | tests/auto/integration/qsoundeffect/qsoundeffect.pro | 2 |
3 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/integration/qaudiooutput/BLACKLIST b/tests/auto/integration/qaudiooutput/BLACKLIST new file mode 100644 index 00000000..e640ef92 --- /dev/null +++ b/tests/auto/integration/qaudiooutput/BLACKLIST @@ -0,0 +1,4 @@ +[pullSuspendResume] +redhatenterpriselinuxworkstation-6.6 +ubuntu-14.04 +opensuse-13.1 64bit diff --git a/tests/auto/integration/qmediaplayerbackend/BLACKLIST b/tests/auto/integration/qmediaplayerbackend/BLACKLIST index 881919b7..0d2fe287 100644 --- a/tests/auto/integration/qmediaplayerbackend/BLACKLIST +++ b/tests/auto/integration/qmediaplayerbackend/BLACKLIST @@ -39,6 +39,10 @@ windows 64bit developer-build opensuse-13.1 64bit redhatenterpriselinuxworkstation-6.6 +[volumeAcrossFiles] +opensuse-13.1 64bit +redhatenterpriselinuxworkstation-6.6 + [initialVolume] opensuse-13.1 64bit redhatenterpriselinuxworkstation-6.6 diff --git a/tests/auto/integration/qsoundeffect/qsoundeffect.pro b/tests/auto/integration/qsoundeffect/qsoundeffect.pro index dd35cbb6..bce5fc77 100644 --- a/tests/auto/integration/qsoundeffect/qsoundeffect.pro +++ b/tests/auto/integration/qsoundeffect/qsoundeffect.pro @@ -16,3 +16,5 @@ unix:!mac { TESTDATA += test.wav DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 + +config_pulseaudio: CONFIG += insignificant_testcase # Crashes in QSoundEffectPrivate::sampleReady with bufferAttr == 0 |