Mark tst_qquickimage as insignificant
authorKent Hansen <kent.hansen@nokia.com>
Fri, 23 Mar 2012 17:10:18 +0000 (18:10 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 23 Mar 2012 17:19:50 +0000 (18:19 +0100)
The nullPixmapPaint() test is flaky. There are also several other
places where QQuickView::show() is called without a subsequent call
to QTest::qWaitForWindowShown(); in some of the test functions,
processEvents() is called instead (twice, even, just to be sure: see
the imageCrash_QTBUG_22125 function).

Change-Id: Icb49a36dcf968664f16c3223658ddd6189e965fc
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
tests/auto/quick/qquickimage/qquickimage.pro

index ad0097d..e0d309d 100644 (file)
@@ -13,3 +13,4 @@ TESTDATA = data/*
 
 CONFIG += parallel_test
 QT += core-private gui-private qml-private quick-private network testlib
+CONFIG += insignificant_test