Start running some disabled tests again on Mac OS.

These tests were disabled when trying to get CI working on Mac OS
because they asserted or crashed.  Now that CI is working well on Mac
OS, start running these tests again, initially as insignificant tests.
CI results will then be used to determine whether the tests can be made
significant.

Change-Id: Ife411e6b8c84ade45c865ef35f3ae0071d6f8d2b
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
Jason McDonald 2012-04-21 00:25:11 +10:00 committed by Qt by Nokia
parent 3a78aabf3f
commit d7a102ac65
8 changed files with 7 additions and 11 deletions

View File

@ -7,5 +7,3 @@ SUBDIRS = qabstractitemmodel \
qitemselectionmodel \
qsortfilterproxymodel \
qstringlistmodel
mac: qabstractitemmodel.CONFIG = no_check_target # QTBUG-22748

View File

@ -6,3 +6,5 @@ mtdir = ../../../other/modeltest
INCLUDEPATH += $$PWD/$${mtdir}
SOURCES = tst_qabstractitemmodel.cpp $${mtdir}/dynamictreemodel.cpp $${mtdir}/modeltest.cpp
HEADERS = $${mtdir}/dynamictreemodel.h $${mtdir}/modeltest.h
mac:CONFIG+=insignificant_test # QTBUG-22748

View File

@ -5,3 +5,5 @@ HEADERS +=
SOURCES += tst_qtextlayout.cpp
DEFINES += QT_COMPILES_IN_HARFBUZZ
INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/harfbuzz/src
mac:CONFIG+=insignificant_test # QTBUG-23050

View File

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

View File

@ -11,3 +11,5 @@ RESOURCES += images.qrc
include($$PWD/../../../baselineserver/shared/qbaselinetest.pri)
TESTDATA += scripts/*
mac:CONFIG+=insignificant_test # QTBUG-22792

View File

@ -42,5 +42,3 @@ wince*|!contains(QT_CONFIG, accessibility):SUBDIRS -= qaccessibility
qdirectpainter
!linux*-g++*:SUBDIRS -= exceptionsafety_objects
mac: lancelot.CONFIG = no_check_target # QTBUG-22792

View File

@ -17,5 +17,3 @@ SUBDIRS=\
qshortcut \
SUBDIRS -= qsound
mac: qwidget.CONFIG += no_check_target # crashes, see QTBUG-23695

View File

@ -21,4 +21,4 @@ x11 {
!wince*:win32: LIBS += -luser32 -lgdi32
CONFIG+=insignificant_test # QTBUG-25300
CONFIG+=insignificant_test # QTBUG-25300, QTBUG-23695