aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp
diff options
context:
space:
mode:
authorAlan Alpert <aalpert@blackberry.com>2013-09-16 14:14:05 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-16 23:25:52 +0200
commitf94c14821b5a4bede0ad1a5e41cb355880f87f97 (patch)
treeccd9808d80e6db39cc2b59c2887ea53b17515af9 /tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp
parent880fbe04cc6a9c1824c61e66cc4ed3ea85020317 (diff)
Skip failing tests
Rendering seems to have changed for some reason. Unblocking CI while it is investigated. Task-number: QTBUG-33517 Change-Id: Ieb7fdf2bbe151fc46fbdee64a2b5786349f9fbe8 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp')
-rw-r--r--tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp b/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp
index 4f103bd1fa..0923ba73a2 100644
--- a/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp
+++ b/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp
@@ -133,6 +133,7 @@ tst_QQuickItemLayer::tst_QQuickItemLayer()
void tst_QQuickItemLayer::layerSmooth()
{
+ QSKIP("Rendering seems to have changed, still investigating - QTBUG-33517");
if (m_isMesaSoftwareRasterizer && m_mesaVersion < QT_VERSION_CHECK(7, 11, 0))
QSKIP("Mesa Software Rasterizer below version 7.11 does not render this test correctly.");
QImage fb = runTest("Smooth.qml");
@@ -168,6 +169,7 @@ void tst_QQuickItemLayer::layerEnabled()
void tst_QQuickItemLayer::layerMipmap()
{
+ QSKIP("Rendering seems to have changed, still investigating - QTBUG-33517");
if (m_isMesaSoftwareRasterizer)
QSKIP("Mipmapping does not work with the Mesa Software Rasterizer.");
QImage fb = runTest("Mipmap.qml");
@@ -407,6 +409,7 @@ void tst_QQuickItemLayer::changeSamplerName()
void tst_QQuickItemLayer::itemEffect()
{
+ QSKIP("Rendering seems to have changed, still investigating - QTBUG-33517");
if (m_isMesaSoftwareRasterizer && m_mesaVersion < QT_VERSION_CHECK(7, 11, 0))
QSKIP("Mesa Software Rasterizer below version 7.11 does not render this test correctly.");
QImage fb = runTest("ItemEffect.qml");