74589cde9a
The tst_MacNativeEvents, tst_QAccessibility, and tst_QFocusEvent tests currently fail, which will block any changes that attempt to re-enable the autotests. Ignore the failures for now by marking the tests as insignificant. The tst_Lancelot for 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: Icc1dc77ebb9b7be746606aae04c9abf2480d0c3f Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
38 lines
781 B
Prolog
38 lines
781 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
collections \
|
|
exceptionsafety \
|
|
exceptionsafety_objects \
|
|
gestures \
|
|
lancelot \
|
|
languagechange \
|
|
macgui \
|
|
macnativeevents \
|
|
macplist \
|
|
modeltest \
|
|
networkselftest \
|
|
qaccessibility \
|
|
qcomplextext \
|
|
qdirectpainter \
|
|
qfocusevent \
|
|
qmultiscreen \
|
|
qnetworkaccessmanager_and_qprogressdialog \
|
|
qobjectrace \
|
|
qsharedpointer_and_qwidget \
|
|
windowsmobile \
|
|
|
|
wince*|!contains(QT_CONFIG, accessibility):SUBDIRS -= qaccessibility
|
|
|
|
!mac: SUBDIRS -= \
|
|
macgui \
|
|
macnativeevents \
|
|
macplist
|
|
|
|
!embedded|wince*: SUBDIRS -= \
|
|
qdirectpainter \
|
|
qmultiscreen \
|
|
|
|
!linux*-g++*:SUBDIRS -= exceptionsafety_objects
|
|
|
|
mac: lancelot.CONFIG = no_check_target # QTBUG-22792
|