Moved tests into integrationtests/ and widgets/
Task-number: QTBUG-19013 Change-Id: Ibb776f5967c0645ce6d22ef7afdc40657c575461 Reviewed-by: Holger Ihrig <holger.ihrig@nokia.com>
@ -5,6 +5,7 @@ SUBDIRS += \
|
|||||||
dbus \
|
dbus \
|
||||||
host.pro \
|
host.pro \
|
||||||
gui.pro \
|
gui.pro \
|
||||||
|
integrationtests \
|
||||||
network.pro \
|
network.pro \
|
||||||
opengl \
|
opengl \
|
||||||
sql \
|
sql \
|
||||||
@ -13,6 +14,7 @@ SUBDIRS += \
|
|||||||
v8.pro \
|
v8.pro \
|
||||||
xml \
|
xml \
|
||||||
other.pro \
|
other.pro \
|
||||||
|
widgets \
|
||||||
|
|
||||||
cross_compile: SUBDIRS -= host.pro
|
cross_compile: SUBDIRS -= host.pro
|
||||||
cross_compile: SUBDIRS -= tools
|
cross_compile: SUBDIRS -= tools
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
TEMPLATE=subdirs
|
TEMPLATE=subdirs
|
||||||
SUBDIRS=\
|
SUBDIRS=\
|
||||||
corelib \
|
corelib \
|
||||||
collections \
|
|
||||||
exceptionsafety \
|
|
||||||
qobjectrace \
|
qobjectrace \
|
||||||
utf8
|
utf8
|
||||||
|
@ -13,7 +13,7 @@ SUBDIRS=\
|
|||||||
qsignalmapper \
|
qsignalmapper \
|
||||||
qsocketnotifier \
|
qsocketnotifier \
|
||||||
qtimer \
|
qtimer \
|
||||||
# qtipc \ # needs to be moved to qtscript
|
# qtipc \ # needs to be moved to qtscript (and note that it uses private API)
|
||||||
qtranslator \
|
qtranslator \
|
||||||
qvariant \
|
qvariant \
|
||||||
qwineventnotifier
|
qwineventnotifier
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
INCLUDEPATH += $$PWD/../../../modeltest
|
mtdir = ../../../integrationtests/modeltest
|
||||||
|
INCLUDEPATH += $$PWD/$${mtdir}
|
||||||
QT += widgets
|
QT += widgets
|
||||||
SOURCES += tst_qabstractitemmodel.cpp ../../../modeltest/dynamictreemodel.cpp ../../../modeltest/modeltest.cpp
|
SOURCES += tst_qabstractitemmodel.cpp $${mtdir}/dynamictreemodel.cpp $${mtdir}/modeltest.cpp
|
||||||
HEADERS += ../../../modeltest/dynamictreemodel.h ../../../modeltest/modeltest.h
|
HEADERS += $${mtdir}/dynamictreemodel.h $${mtdir}/modeltest.h
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,130 +6,9 @@
|
|||||||
TEMPLATE=subdirs
|
TEMPLATE=subdirs
|
||||||
SUBDIRS=\
|
SUBDIRS=\
|
||||||
gui \
|
gui \
|
||||||
gestures \
|
|
||||||
languagechange \
|
|
||||||
modeltest \
|
|
||||||
qabstractbutton \
|
|
||||||
qabstractitemview \
|
|
||||||
qabstractprintdialog \
|
|
||||||
qabstractproxymodel \
|
|
||||||
qabstractscrollarea \
|
|
||||||
qabstractslider \
|
|
||||||
qabstractspinbox \
|
|
||||||
qaction \
|
|
||||||
qactiongroup \
|
|
||||||
qapplication \
|
|
||||||
qboxlayout \
|
|
||||||
qbuttongroup \
|
|
||||||
qcalendarwidget \
|
|
||||||
qcheckbox \
|
|
||||||
qcolordialog \
|
|
||||||
qcolumnview \
|
|
||||||
qcommandlinkbutton \
|
|
||||||
qcompleter \
|
|
||||||
qcomplextext \
|
|
||||||
qdatawidgetmapper \
|
|
||||||
qdatetimeedit \
|
|
||||||
qdesktopwidget \
|
|
||||||
qdial \
|
|
||||||
qdialog \
|
|
||||||
qdialogbuttonbox \
|
|
||||||
qdirmodel \
|
|
||||||
qdockwidget \
|
|
||||||
qdoublespinbox \
|
|
||||||
qdoublevalidator \
|
|
||||||
qerrormessage \
|
|
||||||
qfiledialog \
|
|
||||||
qfiledialog2 \
|
|
||||||
qfileiconprovider \
|
|
||||||
qfilesystemmodel \
|
|
||||||
qfocusframe \
|
|
||||||
qfontcombobox \
|
|
||||||
qfontdialog \
|
|
||||||
qformlayout \
|
|
||||||
qgraphicsanchorlayout \
|
|
||||||
qgraphicsanchorlayout1 \
|
|
||||||
qgraphicseffect \
|
|
||||||
qgraphicseffectsource \
|
|
||||||
qgraphicsgridlayout \
|
|
||||||
qgraphicsitem \
|
|
||||||
qgraphicsitemanimation \
|
|
||||||
qgraphicslayout \
|
|
||||||
qgraphicslayoutitem \
|
|
||||||
qgraphicslinearlayout \
|
|
||||||
qgraphicsobject \
|
|
||||||
qgraphicspixmapitem \
|
|
||||||
qgraphicspolygonitem \
|
|
||||||
qgraphicsproxywidget \
|
|
||||||
qgraphicsscene \
|
|
||||||
qgraphicssceneindex \
|
|
||||||
qgraphicstransform \
|
|
||||||
qgraphicsview \
|
|
||||||
qgraphicswidget \
|
|
||||||
qgridlayout \
|
|
||||||
qgroupbox \
|
|
||||||
qheaderview \
|
|
||||||
qidentityproxymodel \
|
|
||||||
qinputcontext \
|
|
||||||
qinputdialog \
|
|
||||||
qintvalidator \
|
|
||||||
qitemdelegate \
|
|
||||||
qitemeditorfactory \
|
|
||||||
qitemselectionmodel \
|
|
||||||
qitemview \
|
|
||||||
qlabel \
|
|
||||||
qlcdnumber \
|
|
||||||
qlineedit \
|
|
||||||
qlistview \
|
|
||||||
qlistwidget \
|
|
||||||
qmacstyle \
|
|
||||||
qmainwindow \
|
|
||||||
qmdisubwindow \
|
|
||||||
qmessagebox \
|
|
||||||
qnetworkaccessmanager_and_qprogressdialog \
|
|
||||||
qopengl \
|
qopengl \
|
||||||
qplaintextedit \
|
|
||||||
qprogressbar \
|
|
||||||
qprogressdialog \
|
|
||||||
qpushbutton \
|
|
||||||
qradiobutton \
|
|
||||||
qregexpvalidator \
|
|
||||||
qscrollarea \
|
|
||||||
qscrollbar \
|
|
||||||
qscroller \
|
|
||||||
qsharedpointer_and_qwidget \
|
|
||||||
qsidebar \
|
|
||||||
qsizegrip \
|
|
||||||
qslider \
|
|
||||||
qsortfilterproxymodel \
|
|
||||||
qsound \
|
|
||||||
qspinbox \
|
|
||||||
qstackedlayout \
|
|
||||||
qstackedwidget \
|
|
||||||
qstandarditem \
|
|
||||||
qstandarditemmodel \
|
|
||||||
qstatusbar \
|
|
||||||
qstringlistmodel \
|
|
||||||
qstyle \
|
|
||||||
qstyleoption \
|
|
||||||
qstylesheetstyle \
|
|
||||||
qsystemtrayicon \
|
|
||||||
qtabbar \
|
|
||||||
qtableview \
|
|
||||||
qtablewidget \
|
|
||||||
qtoolbar \
|
|
||||||
qtoolbox \
|
|
||||||
qtooltip \
|
|
||||||
qtransformedscreen \
|
qtransformedscreen \
|
||||||
qtreeview \
|
|
||||||
qtreewidget \
|
|
||||||
qtreewidgetitemiterator \
|
|
||||||
qundogroup \
|
|
||||||
qundostack \
|
|
||||||
qwidget_window \
|
|
||||||
qwidgetaction \
|
|
||||||
qwindowsurface \
|
qwindowsurface \
|
||||||
qwizard \
|
|
||||||
qwsembedwidget \
|
qwsembedwidget \
|
||||||
qwsinputmethod \
|
qwsinputmethod \
|
||||||
qwswindowsystem \
|
qwswindowsystem \
|
||||||
@ -139,13 +18,6 @@ SUBDIRS=\
|
|||||||
mac*:SUBDIRS -= \
|
mac*:SUBDIRS -= \
|
||||||
qwindowsurface \
|
qwindowsurface \
|
||||||
|
|
||||||
# This test can only be run on Mac OS
|
|
||||||
!mac:SUBDIRS -= \
|
|
||||||
qmacstyle \
|
|
||||||
|
|
||||||
# This test takes too long to run on IRIX, so skip it on that platform
|
|
||||||
irix-*:SUBDIRS -= qitemview
|
|
||||||
|
|
||||||
# These tests are only valid for QWS
|
# These tests are only valid for QWS
|
||||||
!embedded|wince*:SUBDIRS -= \
|
!embedded|wince*:SUBDIRS -= \
|
||||||
qtransformedscreen \
|
qtransformedscreen \
|
||||||
@ -153,28 +25,3 @@ irix-*:SUBDIRS -= qitemview
|
|||||||
qwsinputmethod \
|
qwsinputmethod \
|
||||||
qwswindowsystem \
|
qwswindowsystem \
|
||||||
|
|
||||||
# These tests require the cleanlooks style
|
|
||||||
!contains(styles, cleanlooks):SUBDIRS -= \
|
|
||||||
qgraphicswidget \
|
|
||||||
qgraphicsproxywidget \
|
|
||||||
|
|
||||||
win32:SUBDIRS -= qtextpiecetable
|
|
||||||
|
|
||||||
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
||||||
qcolumnview \
|
|
||||||
qgraphicsanchorlayout \
|
|
||||||
qgraphicsanchorlayout1 \
|
|
||||||
qgraphicsitem \
|
|
||||||
qgraphicsscene \
|
|
||||||
qgraphicssceneindex \
|
|
||||||
qlistwidget \
|
|
||||||
qmainwindow \
|
|
||||||
qpathclipper \
|
|
||||||
qpixmapcache \
|
|
||||||
qsidebar \
|
|
||||||
qstylesheetstyle \
|
|
||||||
qtextlayout \
|
|
||||||
qtextpiecetable \
|
|
||||||
qtipc \
|
|
||||||
qtoolbar \
|
|
||||||
|
|
||||||
|
35
tests/auto/integrationtests/integrationtests.pro
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
TEMPLATE=subdirs
|
||||||
|
SUBDIRS=\
|
||||||
|
collections \
|
||||||
|
exceptionsafety \
|
||||||
|
exceptionsafety_objects \
|
||||||
|
gestures \
|
||||||
|
lancelot \
|
||||||
|
languagechange \
|
||||||
|
macgui \
|
||||||
|
macnativeevents \
|
||||||
|
macplist \
|
||||||
|
modeltest \
|
||||||
|
networkselftest \
|
||||||
|
qaccessibility \
|
||||||
|
qcomplextext \
|
||||||
|
qdirectpainter \
|
||||||
|
qfocusevent \
|
||||||
|
qmultiscreen \
|
||||||
|
qnetworkaccessmanager_and_qprogressdialog \
|
||||||
|
qsharedpointer_and_qwidget \
|
||||||
|
windowsmobile \
|
||||||
|
|
||||||
|
wince*|!contains(QT_CONFIG, accessibility):SUBDIRS -= qaccessibility
|
||||||
|
|
||||||
|
!mac|qpa: SUBDIRS -= \
|
||||||
|
macgui \
|
||||||
|
macnativeevents \
|
||||||
|
macplist \
|
||||||
|
|
||||||
|
!embedded|wince*: SUBDIRS -= \
|
||||||
|
qdirectpainter \
|
||||||
|
qmultiscreen \
|
||||||
|
|
||||||
|
!linux*-g++*:SUBDIRS -= exceptionsafety_objects
|
||||||
|
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 254 B After Width: | Height: | Size: 254 B |
Before Width: | Height: | Size: 182 B After Width: | Height: | Size: 182 B |
Before Width: | Height: | Size: 826 B After Width: | Height: | Size: 826 B |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 287 B After Width: | Height: | Size: 287 B |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 213 B |
Before Width: | Height: | Size: 216 B After Width: | Height: | Size: 216 B |
Before Width: | Height: | Size: 216 B After Width: | Height: | Size: 216 B |
Before Width: | Height: | Size: 205 B After Width: | Height: | Size: 205 B |
Before Width: | Height: | Size: 187 B After Width: | Height: | Size: 187 B |
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 166 KiB |
Before Width: | Height: | Size: 274 B After Width: | Height: | Size: 274 B |
Before Width: | Height: | Size: 319 B After Width: | Height: | Size: 319 B |
Before Width: | Height: | Size: 788 B After Width: | Height: | Size: 788 B |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 607 B After Width: | Height: | Size: 607 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 426 B After Width: | Height: | Size: 426 B |
@ -7,7 +7,7 @@ SOURCES += tst_lancelot.cpp \
|
|||||||
HEADERS += paintcommands.h
|
HEADERS += paintcommands.h
|
||||||
RESOURCES += images.qrc
|
RESOURCES += images.qrc
|
||||||
|
|
||||||
include($$PWD/../../baselineserver/shared/qbaselinetest.pri)
|
include($$PWD/../../../baselineserver/shared/qbaselinetest.pri)
|
||||||
|
|
||||||
!wince*:DEFINES += SRCDIR=\\\"$$PWD\\\"
|
!wince*:DEFINES += SRCDIR=\\\"$$PWD\\\"
|
||||||
linux-g++-maemo:DEFINES += USE_RUNTIME_DIR
|
linux-g++-maemo:DEFINES += USE_RUNTIME_DIR
|