From 3e6a8eca00334df344a45f09afbcf8fd8e2b7c54 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Fri, 23 Mar 2012 18:10:18 +0100 Subject: 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 --- tests/auto/quick/qquickimage/qquickimage.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/quick/qquickimage') 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 -- cgit v1.2.3