summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSami Nurmenniemi <sami.nurmenniemi@qt.io>2017-05-03 12:04:49 +0300
committerSami Nurmenniemi <sami.nurmenniemi@qt.io>2017-05-08 12:42:40 +0000
commit1a20a227411199dc28e1231dac863893ca58e927 (patch)
tree5ab57f558f542ce08e715753c74535ee9a925710 /tests
parent028bd20e41fc1995c34ca4c19e5342ff3efe0c6a (diff)
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: I91a61bfb99b2629cb549b76d60c24f1d5f8c3ad8 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/core/core.pro3
-rw-r--r--tests/auto/quick/quick.pro3
-rw-r--r--tests/auto/widgets/widgets.pro5
3 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/core/core.pro b/tests/auto/core/core.pro
index 09b0dd69d..c1b2147bd 100644
--- a/tests/auto/core/core.pro
+++ b/tests/auto/core/core.pro
@@ -3,3 +3,6 @@ TEMPLATE = subdirs
SUBDIRS += \
qwebenginecookiestore \
qwebengineurlrequestinterceptor \
+
+# QTBUG-60268
+boot2qt: SUBDIRS = ""
diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro
index d220348ab..8733ccac1 100644
--- a/tests/auto/quick/quick.pro
+++ b/tests/auto/quick/quick.pro
@@ -11,3 +11,6 @@ isQMLTestSupportApiEnabled() {
qmltests \
qquickwebengineviewgraphics
}
+
+# QTBUG-60268
+boot2qt: SUBDIRS -= inspectorserver qquickwebenginedefaultsurfaceformat qquickwebengineview
diff --git a/tests/auto/widgets/widgets.pro b/tests/auto/widgets/widgets.pro
index de00e5f07..90352310e 100644
--- a/tests/auto/widgets/widgets.pro
+++ b/tests/auto/widgets/widgets.pro
@@ -20,3 +20,8 @@ contains(WEBENGINE_CONFIG, use_spellchecker):!cross_compile {
message("Spellcheck test will not be built because it depends on usage of Hunspell dictionaries.")
}
}
+
+# QTBUG-60268
+boot2qt: SUBDIRS -= qwebengineaccessibility qwebenginedefaultsurfaceformat \
+ qwebenginefaviconmanager qwebenginepage qwebenginehistory \
+ qwebengineprofile qwebenginescript qwebengineview