aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSami Nurmenniemi <sami.nurmenniemi@qt.io>2018-08-27 11:41:54 +0300
committerSami Nurmenniemi <sami.nurmenniemi@qt.io>2018-08-27 09:58:19 +0000
commit334116f863bd548532b51ed6f8d71617500fd7b0 (patch)
treea9871755a6cba14c011784a64ef53a29a68040c7
parent726832a05c4400159d524b6f508cd25bf66da305 (diff)
Restore inputpanel tests for b2qt
These tests pass now. Fixes have been - Support for MADV_DONTNEED added to qemu - Newer Yocto toolchain Task-number: QTBUG-68349 Change-Id: I47377a1f2596c7de410a23dd556c79552b0a41c1 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--tests/auto/inputpanel/BLACKLIST14
-rw-r--r--tests/auto/inputpanel/data/tst_inputpanel.qml4
2 files changed, 0 insertions, 18 deletions
diff --git a/tests/auto/inputpanel/BLACKLIST b/tests/auto/inputpanel/BLACKLIST
deleted file mode 100644
index 462882f7..00000000
--- a/tests/auto/inputpanel/BLACKLIST
+++ /dev/null
@@ -1,14 +0,0 @@
-# QTBUG-61279
-# Test fails if hunspell support is enabled in qtvirtualkeyboard
-# and hunspell-en-gb is installed to the system
-[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 3f423dd0..74e8da8a 100644
--- a/tests/auto/inputpanel/data/tst_inputpanel.qml
+++ b/tests/auto/inputpanel/data/tst_inputpanel.qml
@@ -810,10 +810,6 @@ Rectangle {
}
function test_spellCorrectionAutomaticSpaceInsertion(data) {
- if (Qt.platform.pluginName === "offscreen") {
- skip("QTBUG-68349");
- }
-
prepareTest(data)
for (var inputIndex in data.inputSequence) {