aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--tests/auto/inputpanel/BLACKLIST8
-rw-r--r--tests/auto/inputpanel/data/tst_inputpanel.qml4
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/inputpanel/BLACKLIST b/tests/auto/inputpanel/BLACKLIST
index b814578b..462882f7 100644
--- a/tests/auto/inputpanel/BLACKLIST
+++ b/tests/auto/inputpanel/BLACKLIST
@@ -4,3 +4,11 @@
[tst_plugin::test_wclAutoCommitWordSetting:row 0]
b2qt
+# QTBUG-65507
+[tst_plugin::test_inputMethodHints:row 8]
+b2qt
+
+# QTBUG-65507
+[tst_plugin::test_shiftCapsLock:row 1]
+b2qt
+
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))