aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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 f9164f97..0b9f11ff 100644
--- a/tests/auto/inputpanel/data/tst_inputpanel.qml
+++ b/tests/auto/inputpanel/data/tst_inputpanel.qml
@@ -1199,6 +1199,10 @@ Rectangle {
}
function test_hwrSpellCorrectionSuggestions(data) {
+ if (Qt.platform.pluginName === "offscreen") {
+ skip("QTBUG-65507");
+ }
+
prepareTest(data)
if (!inputPanel.setHandwritingMode(true))