From 8ac0e6592bdf0f846586cfe9f15c2c4bf80f01e7 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Thu, 12 Apr 2018 11:43:07 +0200 Subject: Skip flaky tst_QWindow::childWindowPositioning on Wayland Sometimes causes protocol errors (i.e. termination) on Wayland with xdg-shell v6. Task-number: QTBUG-67648 Change-Id: I6c855affb145590f47a425d233c5fd6b7e1e8914 Reviewed-by: Gatis Paeglis Reviewed-by: Pier Luigi Fiorini --- tests/auto/gui/kernel/qwindow/tst_qwindow.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp b/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp index 5a87ae6067..722405377e 100644 --- a/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp +++ b/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp @@ -588,6 +588,9 @@ void tst_QWindow::childWindowPositioning_data() void tst_QWindow::childWindowPositioning() { + if (isPlatformWayland()) + QSKIP("Wayland: This is flaky (protocol errors for xdg-shell v6). See QTBUG-67648."); + const QPoint topLeftOrigin(0, 0); ColoredWindow topLevelWindowFirst(Qt::green); -- cgit v1.2.3