aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/inputpanel/data/tst_inputpanel.qml
diff options
context:
space:
mode:
authorSami Nurmenniemi <sami.nurmenniemi@qt.io>2017-12-29 17:29:21 +0200
committerSami Nurmenniemi <sami.nurmenniemi@qt.io>2018-01-03 09:47:17 +0000
commit477fa0d4b5c27b649e15c8819bf8a95e7a8922c1 (patch)
tree8dbb656d880247b7afcc5e86001ea9e08db6bb7e /tests/auto/inputpanel/data/tst_inputpanel.qml
parentc54148fc090701be274bc7bbb4addeedbd31f960 (diff)
Blacklist and skip failing/crashing tests on boot2qt
Task-number: QTBUG-63152 Change-Id: I588c4b71a9d7e44cab5010e9a32c75e6e12c7389 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/inputpanel/data/tst_inputpanel.qml')
-rw-r--r--tests/auto/inputpanel/data/tst_inputpanel.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/inputpanel/data/tst_inputpanel.qml b/tests/auto/inputpanel/data/tst_inputpanel.qml
index 89bd1d70..e505d36c 100644
--- a/tests/auto/inputpanel/data/tst_inputpanel.qml
+++ b/tests/auto/inputpanel/data/tst_inputpanel.qml
@@ -1198,6 +1198,10 @@ Rectangle {
}
function test_hwrSpellCorrectionSuggestions(data) {
+ if (Qt.platform.pluginName === "offscreen") {
+ skip("QTBUG-65507");
+ }
+
prepareTest(data)
if (!inputPanel.setHandwritingMode(true))