summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2011-11-16 11:21:23 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-21 11:31:35 +0100
commit84f0add9b3f8390d18b23a445bacb7c3abaedc10 (patch)
treed10ffa2e55206de0c63c7911a4aac6919b7759aa /tests/tests.pro
parent249c4fc8e964876081fa3dab097573aab891f8ef (diff)
Re-enable the corelib autotests on Mac OS X
This is the first change to re-enable the autotests for the individual qtbase modules. This means adding subdir.CONFIG=no_check_target for each module (except corelib) in tests/auto/auto.pro instead of in tests/tests.pro QFileSystemWatcher, QIODeice, QSettings, QTextStream, QSocketNotifier, QVariant, QPluginLoader, QLocale: These tests currently fail, which will block any changes that attempt to re-enable the autotests. Ignore the failures for now by marking them as insignificant. QAbstractItemModel: This test currently crashes, which can destabilize the CI system when attempting to re-enable the autotests. Skip this test for now by disabling the check target for it. Change-Id: Ie5147d5c5cfae5e7d0a495d5c4788ce92fe2e6d8 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index ead5f80e89..0c933681ee 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -4,6 +4,3 @@ SUBDIRS = auto
# benchmarks in debug mode is rarely sensible
# benchmarks are not sensible for code coverage (here with tool testcocoon)
!testcocoon:contains(QT_CONFIG,release):SUBDIRS += benchmarks
-
-# disable 'make check' on Mac OS X for the time being
-mac: auto.CONFIG += no_check_target