diff options
author | Sami Nurmenniemi <sami.nurmenniemi@qt.io> | 2017-04-28 15:17:33 +0300 |
---|---|---|
committer | Sami Nurmenniemi <sami.nurmenniemi@qt.io> | 2017-05-02 06:06:27 +0000 |
commit | 555750221ee3850ba70169a2b6854041b434c592 (patch) | |
tree | eee7c844df3a41d70162f050219eda2d87d06b77 /tests/auto/auto.pro | |
parent | b70d45d3f3e8096fb88c5cee1cf1f0b6e7c15f34 (diff) | |
download | qtquickcontrols-555750221ee3850ba70169a2b6854041b434c592.tar.gz |
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: Ifabc4c4b93beda1990fc4f4d6e254dcd704f93fc
Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 14860dc0..f3b76771 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -2,3 +2,6 @@ TEMPLATE = subdirs SUBDIRS += testplugin controls activeFocusOnTab applicationwindow dialogs \ extras qquicktreemodeladaptor customcontrolsstyle controls.depends = testplugin + +# QTBUG-60268 +boot2qt: SUBDIRS -= controls activeFocusOnTab applicationwindow dialogs extras customcontrolsstyle |