Re-enable 'check' target for tests/auto/gui on Mac OS X

Failing tests are marked with CONFIG+=insignificant_test.
tst_QTextLayout currently asserts, so it has been disabled to prevent
destabilization of the CI system.

Change-Id: I7bd836ee14085689c8a0f0ce8e3c80d81a55eb94
Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
This commit is contained in:
Bradley T. Hughes 2011-12-08 12:08:12 +01:00 committed by Qt by Nokia
parent 4ebceaba39
commit 60e93449d2
10 changed files with 18 additions and 1 deletions

View File

@ -21,7 +21,6 @@ cross_compile: SUBDIRS -= tools
# disable 'make check' on Mac OS X for the following subdirs for the time being
mac {
gui.CONFIG += no_check_target
network.CONFIG += no_check_target
widgets.CONFIG += no_check_target
}

View File

@ -19,3 +19,5 @@ wince* {
DEPLOYMENT += copier paster rsc reg_resource
}
mac: CONFIG += insignificant_test # QTBUG-23057

View File

@ -7,3 +7,5 @@ QT += core-private gui-private
SOURCES += tst_qkeysequence.cpp
RESOURCES += qkeysequence.qrc
mac: CONFIG += insignificant_test # QTBUG-23058

View File

@ -5,3 +5,4 @@ QT += core-private gui-private testlib
SOURCES += tst_qwindow.cpp
mac: CONFIG += insignificant_test # QTBUG-23059

View File

@ -5,3 +5,5 @@ SOURCES += tst_qprinterinfo.cpp
QT += printsupport network testlib
DEFINES += QT_USE_USING_NAMESPACE
mac: CONFIG += insignificant_test # QTBUG-23060

View File

@ -7,3 +7,5 @@ TARGET = tst_qopengl
QT += gui gui-private core-private testlib
SOURCES += tst_qopengl.cpp
mac: CONFIG += insignificant_test # QTBUG-23061

View File

@ -10,3 +10,4 @@ wince* {
DEPLOYMENT += additionalFiles
}
mac: CONFIG += insignificant_test # QTBUG-23062

View File

@ -3,3 +3,5 @@ TARGET = tst_qstatictext
QT += widgets widgets-private testlib
QT += core core-private gui gui-private
SOURCES += tst_qstatictext.cpp
mac: CONFIG += insignificant_test # QTBUG-23063

View File

@ -6,3 +6,5 @@ QT += core-private gui-private testlib
HEADERS +=
SOURCES += tst_qtextscriptengine.cpp
INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/harfbuzz/src
mac: CONFIG += insignificant_test # QTBUG-23064

View File

@ -31,3 +31,7 @@ win32:SUBDIRS -= qtextpiecetable
qstatictext \
qtextlayout \
qtextpiecetable \
mac {
qtextlayout.CONFIG = no_check_target # QTBUG-23050
}