From b9bfe241cc3c3466ad250da80b2a7ccf087706a4 Mon Sep 17 00:00:00 2001
From: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
Date: Thu, 27 Apr 2017 16:40:50 +0300
Subject: [PATCH] Disable/blacklist failing tests for boot2qt

Currently boot2qt is tested with QEMU and some tests fail. Disabling
them for now to make it possible to enable qt5 tests for Coin.

Task-number: QTBUG-60266
Change-Id: I0eadd95e202e4ff14f811856d982424608d29c44
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Yoann Lopes <yoann.lopes@qt.io>
---
 tests/auto/integration/multimedia.pro              |  3 +++
 .../integration/qaudiodecoderbackend/BLACKLIST     |  8 ++++++++
 .../auto/integration/qmediaplayerbackend/BLACKLIST | 14 ++++++++++++++
 3 files changed, 25 insertions(+)

diff --git a/tests/auto/integration/multimedia.pro b/tests/auto/integration/multimedia.pro
index 88960ec03..de152d942 100644
--- a/tests/auto/integration/multimedia.pro
+++ b/tests/auto/integration/multimedia.pro
@@ -17,3 +17,6 @@ qtHaveModule(quick) {
 }
 
 !qtHaveModule(widgets): SUBDIRS -= qcamerabackend
+
+# QTBUG-60268
+boot2qt: SUBDIRS -= qdeclarativevideooutput_window
diff --git a/tests/auto/integration/qaudiodecoderbackend/BLACKLIST b/tests/auto/integration/qaudiodecoderbackend/BLACKLIST
index 316c5a083..8b6712728 100644
--- a/tests/auto/integration/qaudiodecoderbackend/BLACKLIST
+++ b/tests/auto/integration/qaudiodecoderbackend/BLACKLIST
@@ -1,2 +1,10 @@
 # QTBUG-56796
 windows
+
+[fileTest]
+# QTBUG-60268
+b2qt
+
+[deviceTest]
+# QTBUG-60268
+b2qt
diff --git a/tests/auto/integration/qmediaplayerbackend/BLACKLIST b/tests/auto/integration/qmediaplayerbackend/BLACKLIST
index 8aa622881..4f8656e0a 100644
--- a/tests/auto/integration/qmediaplayerbackend/BLACKLIST
+++ b/tests/auto/integration/qmediaplayerbackend/BLACKLIST
@@ -9,9 +9,13 @@ opensuse-13.1 64bit
 
 [loadMedia]
 windows 64bit developer-build
+# QTBUG-60268
+b2qt
 
 [unloadMedia]
 windows 64bit developer-build
+# QTBUG-60268
+b2qt
 
 [playPauseStop]
 linux
@@ -19,12 +23,18 @@ windows 64bit developer-build
 
 [processEOS]
 windows 64bit developer-build
+# QTBUG-60268
+b2qt
 
 [deleteLaterAtEOS]
 windows 64bit developer-build
+# QTBUG-60268
+b2qt
 
 [initialVolume]
 windows 64bit developer-build
+# QTBUG-60268
+b2qt
 
 [playlist]
 redhatenterpriselinuxworkstation-6.6
@@ -43,3 +53,7 @@ redhatenterpriselinuxworkstation-6.6
 
 [surfaceTest]
 redhatenterpriselinuxworkstation-6.6
+
+[playlistObject]
+# QTBUG-60268
+b2qt
-- 
GitLab