aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/quick/qquickpositioners/tst_qquickpositioners.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickpositioners/tst_qquickpositioners.cpp b/tests/auto/quick/qquickpositioners/tst_qquickpositioners.cpp
index 6e5314f4f2..c2ea9cc0d6 100644
--- a/tests/auto/quick/qquickpositioners/tst_qquickpositioners.cpp
+++ b/tests/auto/quick/qquickpositioners/tst_qquickpositioners.cpp
@@ -1934,6 +1934,9 @@ void tst_qquickpositioners::test_mirroring()
QScopedPointer<QQuickView> windowB(createView(testFile(qmlFile)));
QQuickItem *rootB = qobject_cast<QQuickItem*>(windowB->rootObject());
+ // On OS X the windows might get positioned exactly on top of each other
+ // that means no repaint for the bottom window will ever occur
+ windowB->setPosition(windowB->position() + QPoint(10, 10));
rootA->setProperty("testRightToLeft", true); // layoutDirection: Qt.RightToLeft