tst_qinputmethod: Skip tests that fail with qwindow-compositor.
Change-Id: I0163bffe49e3fcbb8132c4926ec975e3a6979285 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
This commit is contained in:
parent
b38eb2985a
commit
bcea65851c
@ -199,6 +199,9 @@ void tst_qinputmethod::cursorRectangle()
|
|||||||
{
|
{
|
||||||
QCOMPARE(qApp->inputMethod()->cursorRectangle(), QRectF());
|
QCOMPARE(qApp->inputMethod()->cursorRectangle(), QRectF());
|
||||||
|
|
||||||
|
if (qApp->platformName().toLower() == QLatin1String("wayland"))
|
||||||
|
QSKIP("Wayland: This fails. Figure out why.");
|
||||||
|
|
||||||
DummyWindow window;
|
DummyWindow window;
|
||||||
window.show();
|
window.show();
|
||||||
QVERIFY(QTest::qWaitForWindowExposed(&window));
|
QVERIFY(QTest::qWaitForWindowExposed(&window));
|
||||||
@ -294,6 +297,9 @@ void tst_qinputmethod::inputDirection()
|
|||||||
|
|
||||||
void tst_qinputmethod::inputMethodAccepted()
|
void tst_qinputmethod::inputMethodAccepted()
|
||||||
{
|
{
|
||||||
|
if (qApp->platformName().toLower() == QLatin1String("wayland"))
|
||||||
|
QSKIP("Wayland: This fails. Figure out why.");
|
||||||
|
|
||||||
InputItem disabledItem;
|
InputItem disabledItem;
|
||||||
disabledItem.setEnabled(false);
|
disabledItem.setEnabled(false);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user