From 3e6a8eca00334df344a45f09afbcf8fd8e2b7c54 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Fri, 23 Mar 2012 18:10:18 +0100 Subject: [PATCH] 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 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/auto/quick/qquickimage/qquickimage.pro b/tests/auto/quick/qquickimage/qquickimage.pro index ad0097d..e0d309d 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 -- 1.7.2.5