From 831a160e006a5c26e2ecc1212393851f47f32dbd Mon Sep 17 00:00:00 2001 From: Jo Asplin Date: Mon, 12 Sep 2011 15:17:30 +0200 Subject: Disabled tests for refactor->master integration This change disables failing tests to increase the likelihood that 'make check' terminates with a zero exit status. This is done to prevent the CI system from blocking further commits once qtbase#refactor is merged into qtbase#master. Failing tests are marked as insignificant (by putting 'CONFIG += insignificant_test' in the .pro file). Note: This is a temporary measure that needs to be cleaned up once the refactor->master integration is complete. Ideally all disabled tests need to be enabled and passing. All changes will be marked by the string QTBUG-21402 in a comment for easy location. Task-number: QTBUG-21402 Change-Id: Ic4400671671f6d9b75b106a6aa4755b20e74378d Reviewed-on: http://codereview.qt-project.org/4678 Reviewed-by: Qt Sanity Bot Reviewed-by: Gunnar Sletta --- tests/auto/corelib/tools/qsharedpointer/qsharedpointer.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/auto/corelib/tools') diff --git a/tests/auto/corelib/tools/qsharedpointer/qsharedpointer.pro b/tests/auto/corelib/tools/qsharedpointer/qsharedpointer.pro index 014006e782..fc791f485c 100644 --- a/tests/auto/corelib/tools/qsharedpointer/qsharedpointer.pro +++ b/tests/auto/corelib/tools/qsharedpointer/qsharedpointer.pro @@ -13,3 +13,5 @@ QT = core include(externaltests.pri) CONFIG += parallel_test + +CONFIG += insignificant_test # QTBUG-21402 -- cgit v1.2.3