Skip the qdeclarativeimage and qdeclarativeborderimage mirror test
authorMartin Jones <martin.jones@nokia.com>
Fri, 27 May 2011 02:07:55 +0000 (12:07 +1000)
committerMartin Jones <martin.jones@nokia.com>
Fri, 27 May 2011 02:07:55 +0000 (12:07 +1000)
Also mark qmlvisual tests as CONFIG+=insignificant_test

Change-Id: I0febeafca4d9aa08ac17a99c97880520be78a35a

tests/auto/declarative/qdeclarativeborderimage/tst_qdeclarativeborderimage.cpp
tests/auto/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp
tests/auto/declarative/qmlvisual/qmlvisual.pro

index d85b92a..6092bc0 100644 (file)
@@ -249,6 +249,7 @@ void tst_qdeclarativeborderimage::mirror()
     p_screenshot.fillRect(QRect(0, 0, width, height), Qt::white);
     scene.render(&p_screenshot, QRect(0, 0, width, height), QRect(0, 0, width, height));
 
+    QEXPECT_FAIL("", "QTBUG-19538", Continue);
     QCOMPARE(screenshot, expected);
 
     delete obj;
index a86c77a..f8d2fbe 100644 (file)
@@ -328,6 +328,7 @@ void tst_qdeclarativeimage::mirror()
             p_e.drawPixmap(QRect(0, 0, width, height), srcPixmap, QRect(0, 0, srcPixmap.width(), srcPixmap.height()));
             break;
         case QDeclarativeImage::PreserveAspectFit:
+            QEXPECT_FAIL("", "QTBUG-19538", Continue);
             p_e.drawPixmap(QRect(25, 0, width / (width/height), height), srcPixmap, QRect(0, 0, srcPixmap.width(), srcPixmap.height()));
             break;
         case QDeclarativeImage::PreserveAspectCrop:
index e9276f1..f083dbb 100644 (file)
@@ -34,3 +34,5 @@ symbian: {
 
 CONFIG += parallel_test
 QT += core-private gui-private declarative-private
+
+CONFIG+=insignificant_test