Re-enable the integrationtests autotests on Mac OS X

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>
This commit is contained in:
Bradley T. Hughes 2011-11-16 16:15:00 +01:00 committed by Qt by Nokia
parent f65cda93e9
commit 74589cde9a
5 changed files with 5 additions and 1 deletions

View File

@ -24,7 +24,6 @@ cross_compile: SUBDIRS -= tools
mac {
dbus.CONFIG += no_check_target
gui.CONFIG += no_check_target
integrationtests.CONFIG += no_check_target
network.CONFIG += no_check_target
opengl.CONFIG += no_check_target
sql.CONFIG += no_check_target

View File

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

View File

@ -15,3 +15,4 @@ SOURCES += expectedeventlist.cpp nativeeventlist.cpp
SOURCES += tst_macnativeevents.cpp
requires(mac)
CONFIG += insignificant_test # QTBUG-22775

View File

@ -11,3 +11,5 @@ wince*: {
accessneeded.path = accessible
DEPLOYMENT += accessneeded
}
mac: CONFIG += insignificant_test # QTBUG-22812

View File

@ -2,3 +2,4 @@ CONFIG += testcase
TARGET = tst_qfocusevent
QT += widgets testlib
SOURCES += tst_qfocusevent.cpp
mac: CONFIG += insignificant_test # QTBUG-22815