aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickitem2
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@digia.com>2014-08-07 15:44:50 +0300
committerAndrew Knight <andrew.knight@digia.com>2014-08-07 20:03:39 +0200
commit6b31418a1b5d9be47df5ed61747e8a5fb225acfa (patch)
tree3e902f1ca6d8c5c7992b6dbb5807a6d3229d5383 /tests/auto/quick/qquickitem2
parentfa29df24bd2792f5eb64e4ff21a116b2c5f5384c (diff)
Temporarily mark grab()/item.layer tests insignificant under ANGLE
This is to pass CI while the issue is being fixed. Task-number: QTBUG-40649 Change-Id: I9b095ce0ce0a3c51956ab81d09975b6cc6ce3592 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, 3 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickitem2/tst_qquickitem.cpp b/tests/auto/quick/qquickitem2/tst_qquickitem.cpp
index 305e18c2eb..1eb9bb0cf2 100644
--- a/tests/auto/quick/qquickitem2/tst_qquickitem.cpp
+++ b/tests/auto/quick/qquickitem2/tst_qquickitem.cpp
@@ -2814,6 +2814,9 @@ 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();