aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickimage
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-03-23 18:10:18 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-23 18:19:50 +0100
commit3e6a8eca00334df344a45f09afbcf8fd8e2b7c54 (patch)
treec6f16e246cf3df6077b0689b770922371c26bb28 /tests/auto/quick/qquickimage
parent0655209fdad022bd0f6eb20ce85522cb56506bf0 (diff)
Mark tst_qquickimage as insignificant
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>
Diffstat (limited to 'tests/auto/quick/qquickimage')
-rw-r--r--tests/auto/quick/qquickimage/qquickimage.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickimage/qquickimage.pro b/tests/auto/quick/qquickimage/qquickimage.pro
index ad0097df08..e0d309da33 100644
--- a/tests/auto/quick/qquickimage/qquickimage.pro
+++ b/tests/auto/quick/qquickimage/qquickimage.pro
@@ -13,3 +13,4 @@ TESTDATA = data/*
CONFIG += parallel_test
QT += core-private gui-private qml-private quick-private network testlib
+CONFIG += insignificant_test