aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpositioners
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2018-07-03 12:02:08 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2018-07-03 21:04:16 +0000
commita7f17c437e1c5b33ee6ac39e05f33ab3648a2fdc (patch)
treeb46cec981fda4b7c1958629ba2219d34f62b1d45 /tests/auto/quick/qquickpositioners
parentf2794a3d0eaa19c4f55a8699a53a2ee9b5e49bea (diff)
tst_qquickpositioners: Remove forced basic renderloop workaround
The issue has been worked around in the macOS platform plugin. Task-number: QTBUG-69040 Change-Id: I3b7ca71eb355c3ded11afbeb3e792179729c5208 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tests/auto/quick/qquickpositioners')
-rw-r--r--tests/auto/quick/qquickpositioners/tst_qquickpositioners.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/quick/qquickpositioners/tst_qquickpositioners.cpp b/tests/auto/quick/qquickpositioners/tst_qquickpositioners.cpp
index ec31acf035..9881af690c 100644
--- a/tests/auto/quick/qquickpositioners/tst_qquickpositioners.cpp
+++ b/tests/auto/quick/qquickpositioners/tst_qquickpositioners.cpp
@@ -3774,10 +3774,6 @@ void tst_qquickpositioners::test_mirroring()
QList<QString> objectNames;
objectNames << "one" << "two" << "three" << "four" << "five";
-#ifdef Q_OS_MACOS
- qputenv("QSG_RENDER_LOOP","basic"); // QTBUG-69040
-#endif
-
foreach (const QString qmlFile, qmlFiles) {
QScopedPointer<QQuickView> windowA(createView(testFile(qmlFile)));
QQuickItem *rootA = qobject_cast<QQuickItem*>(windowA->rootObject());