summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSami Nurmenniemi <sami.nurmenniemi@qt.io>2017-12-29 17:36:13 +0200
committerSami Nurmenniemi <sami.nurmenniemi@qt.io>2017-12-29 16:13:57 +0000
commit0be966ba560ec11d3835e2ad5925b59666ad200c (patch)
treea21a2696f858522798abc99c86e9c56ab283bb3f
parent3be9ca58af5a011fdd20a7aba608781865544e01 (diff)
downloadqtquickcontrols-0be966ba560ec11d3835e2ad5925b59666ad200c.tar.gz
Re-enable tst_splitview for other targets than qemu
Test was skipped for all the targets when it should only be skipped on offscreen platform. Task-number: QTBUG-65307 Change-Id: Id6ef2aefcf885447d4529caecdaf3514e52b3ebd Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
-rw-r--r--tests/auto/controls/data/tst_splitview.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/controls/data/tst_splitview.qml b/tests/auto/controls/data/tst_splitview.qml
index 1d04ba02..17a632d9 100644
--- a/tests/auto/controls/data/tst_splitview.qml
+++ b/tests/auto/controls/data/tst_splitview.qml
@@ -111,7 +111,8 @@ TestCase {
}
function init() {
- skip("QTBUG-65211")
+ if (Qt.platform.pluginName === "offscreen")
+ skip("QTBUG-65211")
}
function test_01_splitView() {