aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickitem2
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@digia.com>2014-09-24 10:29:39 +0300
committerAndrew Knight <andrew.knight@digia.com>2014-09-30 08:48:48 +0200
commitd5b10eda96e2b00a11a2346cb2374af053a5c5af (patch)
tree7e755165755b142702cc52d71e2615c7105ecc70 /tests/auto/quick/qquickitem2
parentda15a19b3f23cc29a5cc513f283e04c8cf51bd09 (diff)
Revert "Temporarily mark grab()/item.layer tests insignificant under ANGLE"
This reverts commit 6b31418a1b5d9be47df5ed61747e8a5fb225acfa. These tests now pass with the latest ANGLE. Change-Id: If812d430e69f0d39a970e9119ebc1f2e5b4886dc Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'tests/auto/quick/qquickitem2')
-rw-r--r--tests/auto/quick/qquickitem2/tst_qquickitem.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/quick/qquickitem2/tst_qquickitem.cpp b/tests/auto/quick/qquickitem2/tst_qquickitem.cpp
index a6011a252f..68a8260827 100644
--- a/tests/auto/quick/qquickitem2/tst_qquickitem.cpp
+++ b/tests/auto/quick/qquickitem2/tst_qquickitem.cpp
@@ -2806,9 +2806,6 @@ void tst_QQuickItem::childAt()
void tst_QQuickItem::grab()
{
-#if defined(Q_OS_WIN32) && defined(QT_OPENGL_ES_2_ANGLE)
- QSKIP("QTBUG-40649");
-#endif
QQuickView view;
view.setSource(testFileUrl("grabToImage.qml"));
view.show();