summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qinputmethod/tst_qinputmethod.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/kernel/qinputmethod/tst_qinputmethod.cpp')
-rw-r--r--tests/auto/gui/kernel/qinputmethod/tst_qinputmethod.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/gui/kernel/qinputmethod/tst_qinputmethod.cpp b/tests/auto/gui/kernel/qinputmethod/tst_qinputmethod.cpp
index a36e31e2e2..ab17edecb6 100644
--- a/tests/auto/gui/kernel/qinputmethod/tst_qinputmethod.cpp
+++ b/tests/auto/gui/kernel/qinputmethod/tst_qinputmethod.cpp
@@ -292,6 +292,9 @@ void tst_qinputmethod::inputMethodAccepted()
if (qApp->platformName().toLower() == QLatin1String("wayland"))
QSKIP("Wayland: This fails. Figure out why.");
+ if (qApp->platformName().toLower() == QLatin1String("xcb"))
+ QSKIP("XCB: depends on dedicated platform context.");
+
InputItem disabledItem;
disabledItem.setEnabled(false);