aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/inputpanel/data/tst_inputpanel.qml
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 /tests/auto/inputpanel/data/tst_inputpanel.qml
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>
Diffstat (limited to 'tests/auto/inputpanel/data/tst_inputpanel.qml')
-rw-r--r--tests/auto/inputpanel/data/tst_inputpanel.qml4
1 files changed, 0 insertions, 4 deletions
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) {