Add CONFIG+=parallel_test to suspected parallel-safe tests.
authorRohan McGovern <rohan.mcgovern@nokia.com>
Thu, 24 May 2012 08:05:55 +0000 (18:05 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 28 May 2012 05:33:01 +0000 (07:33 +0200)
These tests have passed a parallel stress test on all three of Linux,
Mac, Windows.  Mark them with CONFIG+=parallel_test to allow CI to run
them in parallel, saving time.

Change-Id: I19fd333c3c645a67374ca998f6c8530dd236b0f8
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
171 files changed:
tests/auto/corelib/animation/qparallelanimationgroup/qparallelanimationgroup.pro
tests/auto/corelib/animation/qpauseanimation/qpauseanimation.pro
tests/auto/corelib/animation/qpropertyanimation/qpropertyanimation.pro
tests/auto/corelib/codecs/qtextcodec/test/test.pro
tests/auto/corelib/itemmodels/qabstractitemmodel/qabstractitemmodel.pro
tests/auto/corelib/itemmodels/qabstractproxymodel/qabstractproxymodel.pro
tests/auto/corelib/itemmodels/qidentityproxymodel/qidentityproxymodel.pro
tests/auto/corelib/itemmodels/qitemselectionmodel/qitemselectionmodel.pro
tests/auto/corelib/itemmodels/qsortfilterproxymodel/qsortfilterproxymodel.pro
tests/auto/corelib/itemmodels/qstringlistmodel/qstringlistmodel.pro
tests/auto/corelib/json/json.pro
tests/auto/corelib/kernel/qeventloop/qeventloop.pro
tests/auto/corelib/kernel/qmetamethod/qmetamethod.pro
tests/auto/corelib/kernel/qmetaobject/qmetaobject.pro
tests/auto/corelib/kernel/qmetaproperty/qmetaproperty.pro
tests/auto/corelib/kernel/qmimedata/qmimedata.pro
tests/auto/corelib/kernel/qobject/test/test.pro
tests/auto/corelib/kernel/qpointer/qpointer.pro
tests/auto/corelib/kernel/qsignalmapper/qsignalmapper.pro
tests/auto/corelib/kernel/qsocketnotifier/qsocketnotifier.pro
tests/auto/corelib/kernel/qvariant/qvariant.pro
tests/auto/corelib/plugin/qfactoryloader/test/test.pro
tests/auto/corelib/plugin/qlibrary/tst/tst.pro
tests/auto/corelib/plugin/qplugin/tst_qplugin.pro
tests/auto/corelib/plugin/qpluginloader/tst/tst.pro
tests/auto/corelib/plugin/quuid/test/test.pro
tests/auto/corelib/thread/qmutex/qmutex.pro
tests/auto/corelib/tools/qalgorithms/qalgorithms.pro
tests/auto/corelib/tools/qlist/qlist.pro
tests/auto/corelib/tools/qlocale/test/test.pro
tests/auto/corelib/xml/qxmlstream/qxmlstream.pro
tests/auto/gui/image/qicoimageformat/qicoimageformat.pro
tests/auto/gui/image/qicon/qicon.pro
tests/auto/gui/image/qimage/qimage.pro
tests/auto/gui/image/qimageiohandler/qimageiohandler.pro
tests/auto/gui/image/qmovie/qmovie.pro
tests/auto/gui/image/qpicture/qpicture.pro
tests/auto/gui/image/qpixmapcache/qpixmapcache.pro
tests/auto/gui/kernel/qbackingstore/qbackingstore.pro
tests/auto/gui/kernel/qdrag/qdrag.pro
tests/auto/gui/kernel/qguitimer/qguitimer.pro
tests/auto/gui/kernel/qguivariant/qguivariant.pro
tests/auto/gui/kernel/qinputmethod/qinputmethod.pro
tests/auto/gui/kernel/qkeysequence/qkeysequence.pro
tests/auto/gui/kernel/qpalette/qpalette.pro
tests/auto/gui/kernel/qscreen/qscreen.pro
tests/auto/gui/math3d/qmatrixnxn/qmatrixnxn.pro
tests/auto/gui/math3d/qquaternion/qquaternion.pro
tests/auto/gui/math3d/qvectornd/qvectornd.pro
tests/auto/gui/painting/qbrush/qbrush.pro
tests/auto/gui/painting/qcolor/qcolor.pro
tests/auto/gui/painting/qpaintengine/qpaintengine.pro
tests/auto/gui/painting/qpainter/qpainter.pro
tests/auto/gui/painting/qpainterpathstroker/qpainterpathstroker.pro
tests/auto/gui/painting/qpathclipper/qpathclipper.pro
tests/auto/gui/painting/qpen/qpen.pro
tests/auto/gui/painting/qpolygon/qpolygon.pro
tests/auto/gui/painting/qregion/qregion.pro
tests/auto/gui/painting/qtransform/qtransform.pro
tests/auto/gui/painting/qwmatrix/qwmatrix.pro
tests/auto/gui/qopengl/qopengl.pro
tests/auto/gui/text/qabstracttextdocumentlayout/qabstracttextdocumentlayout.pro
tests/auto/gui/text/qcssparser/qcssparser.pro
tests/auto/gui/text/qfont/qfont.pro
tests/auto/gui/text/qfontdatabase/qfontdatabase.pro
tests/auto/gui/text/qfontmetrics/qfontmetrics.pro
tests/auto/gui/text/qglyphrun/qglyphrun.pro
tests/auto/gui/text/qrawfont/qrawfont.pro
tests/auto/gui/text/qstatictext/qstatictext.pro
tests/auto/gui/text/qsyntaxhighlighter/qsyntaxhighlighter.pro
tests/auto/gui/text/qtextblock/qtextblock.pro
tests/auto/gui/text/qtextcursor/qtextcursor.pro
tests/auto/gui/text/qtextdocumentlayout/qtextdocumentlayout.pro
tests/auto/gui/text/qtextformat/qtextformat.pro
tests/auto/gui/text/qtextlist/qtextlist.pro
tests/auto/gui/text/qtextobject/qtextobject.pro
tests/auto/gui/text/qtextscriptengine/qtextscriptengine.pro
tests/auto/gui/text/qtexttable/qtexttable.pro
tests/auto/gui/util/qdesktopservices/qdesktopservices.pro
tests/auto/network/access/qhttpnetworkconnection/qhttpnetworkconnection.pro
tests/auto/network/access/qhttpnetworkreply/qhttpnetworkreply.pro
tests/auto/network/access/qnetworkaccessmanager/qnetworkaccessmanager.pro
tests/auto/network/access/qnetworkcachemetadata/qnetworkcachemetadata.pro
tests/auto/network/access/qnetworkcookie/qnetworkcookie.pro
tests/auto/network/access/qnetworkcookiejar/qnetworkcookiejar.pro
tests/auto/network/access/qnetworkrequest/qnetworkrequest.pro
tests/auto/network/kernel/qdnslookup/qdnslookup.pro
tests/auto/network/kernel/qdnslookup_appless/qdnslookup_appless.pro
tests/auto/network/kernel/qhostaddress/qhostaddress.pro
tests/auto/network/kernel/qnetworkaddressentry/qnetworkaddressentry.pro
tests/auto/network/kernel/qnetworkinterface/qnetworkinterface.pro
tests/auto/network/kernel/qnetworkproxyfactory/qnetworkproxyfactory.pro
tests/auto/network/ssl/qsslcertificate/qsslcertificate.pro
tests/auto/network/ssl/qsslcipher/qsslcipher.pro
tests/auto/network/ssl/qsslerror/qsslerror.pro
tests/auto/network/ssl/qsslkey/qsslkey.pro
tests/auto/network/ssl/qsslsocket_onDemandCertificates_member/qsslsocket_onDemandCertificates_member.pro
tests/auto/network/ssl/qsslsocket_onDemandCertificates_static/qsslsocket_onDemandCertificates_static.pro
tests/auto/opengl/qglbuffer/qglbuffer.pro
tests/auto/opengl/qglfunctions/qglfunctions.pro
tests/auto/other/lancelot/lancelot.pro
tests/auto/other/languagechange/languagechange.pro
tests/auto/other/qcomplextext/qcomplextext.pro
tests/auto/other/qnetworkaccessmanager_and_qprogressdialog/qnetworkaccessmanager_and_qprogressdialog.pro
tests/auto/other/qsharedpointer_and_qwidget/qsharedpointer_and_qwidget.pro
tests/auto/other/windowsmobile/test/test.pro
tests/auto/printsupport/kernel/qprinterinfo/qprinterinfo.pro
tests/auto/sql/kernel/qsql/qsql.pro
tests/auto/sql/kernel/qsqldriver/qsqldriver.pro
tests/auto/sql/kernel/qsqlerror/qsqlerror.pro
tests/auto/sql/kernel/qsqlfield/qsqlfield.pro
tests/auto/sql/kernel/qsqlrecord/qsqlrecord.pro
tests/auto/tools/moc/moc.pro
tests/auto/widgets/dialogs/qabstractprintdialog/qabstractprintdialog.pro
tests/auto/widgets/dialogs/qcolordialog/qcolordialog.pro
tests/auto/widgets/dialogs/qdialog/qdialog.pro
tests/auto/widgets/dialogs/qerrormessage/qerrormessage.pro
tests/auto/widgets/dialogs/qfontdialog/qfontdialog.pro
tests/auto/widgets/dialogs/qmessagebox/qmessagebox.pro
tests/auto/widgets/dialogs/qprogressdialog/qprogressdialog.pro
tests/auto/widgets/dialogs/qsidebar/qsidebar.pro
tests/auto/widgets/dialogs/qwizard/qwizard.pro
tests/auto/widgets/effects/qpixmapfilter/qpixmapfilter.pro
tests/auto/widgets/itemviews/qabstractitemview/qabstractitemview.pro
tests/auto/widgets/itemviews/qcolumnview/qcolumnview.pro
tests/auto/widgets/itemviews/qdatawidgetmapper/qdatawidgetmapper.pro
tests/auto/widgets/itemviews/qfileiconprovider/qfileiconprovider.pro
tests/auto/widgets/itemviews/qitemeditorfactory/qitemeditorfactory.pro
tests/auto/widgets/itemviews/qitemview/qitemview.pro
tests/auto/widgets/itemviews/qstandarditem/qstandarditem.pro
tests/auto/widgets/itemviews/qstandarditemmodel/qstandarditemmodel.pro
tests/auto/widgets/itemviews/qtableview/qtableview.pro
tests/auto/widgets/itemviews/qtablewidget/qtablewidget.pro
tests/auto/widgets/itemviews/qtreewidgetitemiterator/qtreewidgetitemiterator.pro
tests/auto/widgets/kernel/qactiongroup/qactiongroup.pro
tests/auto/widgets/kernel/qboxlayout/qboxlayout.pro
tests/auto/widgets/kernel/qdesktopwidget/qdesktopwidget.pro
tests/auto/widgets/kernel/qformlayout/qformlayout.pro
tests/auto/widgets/kernel/qgridlayout/qgridlayout.pro
tests/auto/widgets/kernel/qstackedlayout/qstackedlayout.pro
tests/auto/widgets/kernel/qwidget_window/qwidget_window.pro
tests/auto/widgets/kernel/qwidgetaction/qwidgetaction.pro
tests/auto/widgets/styles/qstyle/qstyle.pro
tests/auto/widgets/styles/qstyleoption/qstyleoption.pro
tests/auto/widgets/util/qscroller/qscroller.pro
tests/auto/widgets/util/qsystemtrayicon/qsystemtrayicon.pro
tests/auto/widgets/widgets/qabstractscrollarea/qabstractscrollarea.pro
tests/auto/widgets/widgets/qabstractslider/qabstractslider.pro
tests/auto/widgets/widgets/qabstractspinbox/qabstractspinbox.pro
tests/auto/widgets/widgets/qdatetimeedit/qdatetimeedit.pro
tests/auto/widgets/widgets/qdial/qdial.pro
tests/auto/widgets/widgets/qdialogbuttonbox/qdialogbuttonbox.pro
tests/auto/widgets/widgets/qdockwidget/qdockwidget.pro
tests/auto/widgets/widgets/qdoublevalidator/qdoublevalidator.pro
tests/auto/widgets/widgets/qfocusframe/qfocusframe.pro
tests/auto/widgets/widgets/qfontcombobox/qfontcombobox.pro
tests/auto/widgets/widgets/qgroupbox/qgroupbox.pro
tests/auto/widgets/widgets/qintvalidator/qintvalidator.pro
tests/auto/widgets/widgets/qlabel/qlabel.pro
tests/auto/widgets/widgets/qlcdnumber/qlcdnumber.pro
tests/auto/widgets/widgets/qmainwindow/qmainwindow.pro
tests/auto/widgets/widgets/qregexpvalidator/qregexpvalidator.pro
tests/auto/widgets/widgets/qscrollarea/qscrollarea.pro
tests/auto/widgets/widgets/qscrollbar/qscrollbar.pro
tests/auto/widgets/widgets/qsizegrip/qsizegrip.pro
tests/auto/widgets/widgets/qslider/qslider.pro
tests/auto/widgets/widgets/qsplitter/qsplitter.pro
tests/auto/widgets/widgets/qstackedwidget/qstackedwidget.pro
tests/auto/widgets/widgets/qtabbar/qtabbar.pro
tests/auto/widgets/widgets/qtoolbox/qtoolbox.pro
tests/auto/xml/sax/qxml/qxml.pro

index 74fb2ee..66e5b93 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qpauseanimation
 QT = core-private gui-private testlib
 SOURCES = tst_qpauseanimation.cpp
index bfeb183..3537d97 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qpropertyanimation
 QT = core gui widgets testlib
 SOURCES = tst_qpropertyanimation.cpp
index 29b359c..f1ebb52 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 QT += testlib
 SOURCES = ../tst_qtextcodec.cpp
 
index 5ded15a..1a1d6fa 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qabstractproxymodel
 QT += widgets testlib
 SOURCES  += tst_qabstractproxymodel.cpp
index aff9b31..41d0d0d 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qitemselectionmodel
 QT += widgets testlib
 SOURCES  += tst_qitemselectionmodel.cpp
index 821a480..ef38b51 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qstringlistmodel
 QT += widgets testlib
 HEADERS += qmodellistener.h
index 7978a74..b5f4b20 100644 (file)
@@ -2,6 +2,7 @@ TARGET = tst_qtjson
 QT = core testlib
 CONFIG -= app_bundle
 CONFIG += testcase
+CONFIG += parallel_test
 
 TESTDATA += test.json test.bjson test3.json test2.json
 
index adfc810..e742857 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qeventloop
 QT = core network testlib core-private
 SOURCES = tst_qeventloop.cpp
index f909742..8af37bc 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qmetamethod
 QT = core testlib
 SOURCES = tst_qmetamethod.cpp
index e7c20d8..b92c803 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qmetaobject
 QT = core gui widgets testlib
 SOURCES = tst_qmetaobject.cpp
index e097b38..66589b8 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qmetaproperty
 QT = core gui testlib
 SOURCES = tst_qmetaproperty.cpp
index 502ec78..9ad5fd0 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qmimedata
 QT += testlib
 SOURCES = tst_qmimedata.cpp
index 824223d..ba98bf3 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase console
+CONFIG += parallel_test
 TARGET = ../tst_qobject
 QT = core-private network testlib
 SOURCES = ../tst_qobject.cpp
index c5d96b4..e9b4b59 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qpointer
 QT += widgets testlib
 SOURCES = tst_qpointer.cpp
index d7a2532..a6ee150 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qsignalmapper
 QT += widgets testlib
 SOURCES = tst_qsignalmapper.cpp
index 58e4b98..10c483a 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qsocketnotifier
 QT = core-private network-private testlib
 SOURCES = tst_qsocketnotifier.cpp
index 9b4b346..b591a18 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qvariant
 QT += widgets network testlib
 SOURCES = tst_qvariant.cpp
index 1ec4db8..0660cf9 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET  = ../tst_qfactoryloader
 QT = core-private testlib
 
index d59cd73..e0e9966 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 CONFIG -= app_bundle
 TARGET = ../tst_qlibrary
 QT = core testlib
index 8c6540f..d69f1fc 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qplugin
 QT = core testlib
 SOURCES = tst_qplugin.cpp
index a8dad32..10c3339 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET  = ../tst_qpluginloader
 QT = core testlib
 SOURCES = ../tst_qpluginloader.cpp
index 0f6f915..07f612d 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_quuid
 QT = core testlib
 SOURCES = ../tst_quuid.cpp
index 229e57e..0b5b0b7 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qmutex
 QT = core testlib
 SOURCES = tst_qmutex.cpp
index 0e6e830..3935216 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qalgorithms
 QT = core testlib
 SOURCES = tst_qalgorithms.cpp
index c4afb5e..8f93997 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qlist
 QT = core testlib
 SOURCES = tst_qlist.cpp
index 25023fa..4bb409a 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += console testcase
+CONFIG += parallel_test
 CONFIG -= app_bundle
 QT = core testlib
 embedded: QT += gui
index 0a739f0..3065069 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qxmlstream
 QT = core xml network testlib
 SOURCES = tst_qxmlstream.cpp
index fc25d75..83af396 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qicoimageformat
 SOURCES+= tst_qicoimageformat.cpp
 QT += testlib
index c44c080..cb9bd2c 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qicon
 
 QT += widgets testlib
index d9252f0..467a59e 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qimage
 SOURCES  += tst_qimage.cpp
 
index b2891a4..fc2c570 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qmovie
 QT += widgets testlib
 SOURCES += tst_qmovie.cpp
index 82e6244..13f0212 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qpicture
 QT += widgets testlib
 SOURCES  += tst_qpicture.cpp
index fe3b5a2..a81712b 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qpixmapcache
 QT += gui-private testlib
 SOURCES  += tst_qpixmapcache.cpp
index 211be4c..c3113ed 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qbackingstore
 
 QT += core-private gui-private testlib
index ac3fde8..d4a7bc2 100644 (file)
@@ -3,6 +3,7 @@
 ############################################################
 
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qdrag
 QT += testlib
 SOURCES += tst_qdrag.cpp
index 8a71e48..15793d6 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qguitimer
 QT = core gui testlib
 SOURCES += ../../../corelib/kernel/qtimer/tst_qtimer.cpp
index 9653d8e..13e8666 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qguivariant
 SOURCES  += tst_qguivariant.cpp
 QT += testlib
index 015cc78..ff491c1 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qinputmethod
 SOURCES  += tst_qinputmethod.cpp
 QT += core-private gui-private testlib
index 9f79fe9..82c471e 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qkeysequence
 
 QT += testlib
index 9dd3f3e..de87e8f 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qpalette
 QT += testlib
 SOURCES  += tst_qpalette.cpp
index b631f4c..b2c98a9 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qscreen
 
 QT += core-private gui-private testlib
index 9c43d60..3aea7be 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qmatrixnxn
 SOURCES += tst_qmatrixnxn.cpp
 QT += testlib
index f578a38..d20719f 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qquaternion
 SOURCES += tst_qquaternion.cpp
 QT += testlib
index 9e5155a..9504b4a 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qvectornd
 SOURCES += tst_qvectornd.cpp
 QT += testlib
index 3ef9b36..526de12 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qbrush
 QT += testlib
 SOURCES  += tst_qbrush.cpp
index 7dba0ce..f7439c2 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qcolor
 SOURCES  += tst_qcolor.cpp
 QT += testlib
index 810dd81..1cf79af 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qpaintengine
 SOURCES += tst_qpaintengine.cpp
 QT += testlib
index 15af82a..5a799ea 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qpainter
 
 QT += widgets widgets-private printsupport testlib
index 218183d..8ad476b 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qpainterpathstroker
 SOURCES  += tst_qpainterpathstroker.cpp
 QT += testlib
index e8a3b8a..18f7cce 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qpathclipper
 INCLUDEPATH += .
 HEADERS += paths.h
index 762b8f4..cafec29 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qpen
 SOURCES  += tst_qpen.cpp
 QT += testlib
index 804fc0d..f3e75d7 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qpolygon
 QT += testlib
 SOURCES  += tst_qpolygon.cpp
index e9dff9a..01eb9dd 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qregion
 
 QT += gui-private testlib
index 79ac236..1b5c2a4 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qtransform
 SOURCES  += tst_qtransform.cpp
 QT += testlib
index a7d79c7..e0e2605 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qwmatrix
 SOURCES  += tst_qwmatrix.cpp
 QT += testlib
index 0cc574a..91eeda3 100644 (file)
@@ -3,6 +3,7 @@
 ############################################################
 
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qopengl
 QT += gui gui-private core-private testlib
 
index 3848a28..b205911 100644 (file)
@@ -3,6 +3,7 @@
 ############################################################
 
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qabstracttextdocumentlayout
 QT += testlib
 SOURCES += tst_qabstracttextdocumentlayout.cpp
index d8d275a..346a38d 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qcssparser
 SOURCES += tst_qcssparser.cpp
 QT += xml gui-private testlib
index 6d5b3bc..480def1 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qfont
 QT += widgets testlib
 SOURCES  += tst_qfont.cpp
index 8be6fe2..527de4a 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qfontdatabase
 SOURCES  += tst_qfontdatabase.cpp
 DEFINES += SRCDIR=\\\"$$PWD\\\"
index f5cf957..fcda664 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qfontmetrics
 QT += testlib
 SOURCES  += tst_qfontmetrics.cpp
index acdff05..b913567 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qglyphrun
 QT = core gui testlib
 
index 149ad64..cad81fc 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qrawfont
 
 QT = core core-private gui gui-private testlib
index 9abc324..2e63f5d 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qstatictext
 QT += testlib
 QT += core core-private gui gui-private
index 14f5add..690e199 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qsyntaxhighlighter
 SOURCES += tst_qsyntaxhighlighter.cpp
 QT += testlib
index cf3456b..6048361 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qtextblock
 
 QT += testlib
index bae85d9..5e04540 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qtextcursor
 SOURCES  += tst_qtextcursor.cpp
 QT += testlib
index 505ca8a..bb74050 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qtextdocumentlayout
 QT += widgets testlib
 SOURCES += tst_qtextdocumentlayout.cpp
index f810a3b..b137dac 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qtextformat
 QT += testlib
 SOURCES += tst_qtextformat.cpp
index e9ca3ad..b837f1f 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qtextlist
 
 QT += core-private gui-private testlib
index 02ae3ae..46cf6cc 100644 (file)
@@ -3,6 +3,7 @@
 ############################################################
 
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qtextobject
 QT += widgets testlib
 SOURCES += tst_qtextobject.cpp
index 6dcb1b4..f7cee97 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qtextscriptengine
 
 QT += core-private gui-private testlib
index 88583ff..d39704d 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qtexttable
 QT += widgets testlib
 SOURCES  += tst_qtexttable.cpp
index cf14e6b..965804b 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 QT += testlib
 
 SOURCES                += tst_qdesktopservices.cpp
index 75afda5..b5dc199 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qhttpnetworkconnection
 SOURCES  += tst_qhttpnetworkconnection.cpp
 INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/zlib
index 786cc50..1d0c1ee 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qhttpnetworkreply
 SOURCES  += tst_qhttpnetworkreply.cpp
 INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/zlib
index e84f9f7..8b3de90 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qnetworkaccessmanager
 SOURCES += tst_qnetworkaccessmanager.cpp
 QT = core network testlib
index 320e3a8..ba3ece8 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qnetworkcookie
 SOURCES  += tst_qnetworkcookie.cpp
 
index c00c2c3..0470d96 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qnetworkrequest
 SOURCES  += tst_qnetworkrequest.cpp
 
index 0880e8e..421685d 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qhostaddress
 SOURCES  += tst_qhostaddress.cpp
 
index ed73e3e..c63c774 100644 (file)
@@ -3,6 +3,7 @@
 ############################################################
 
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qnetworkproxyfactory
 QT = core network testlib
 
index 60ad3cb..09cb22d 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 
 SOURCES += tst_qsslcertificate.cpp
 !wince*:win32:LIBS += -lws2_32
index 541c5cb..a091bd0 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 
 SOURCES += tst_qsslcipher.cpp
 !wince*:win32:LIBS += -lws2_32
index 06e9bfc..85a5046 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 
 SOURCES += tst_qsslerror.cpp
 !wince*:win32:LIBS += -lws2_32
index d794c0f..78cfb9c 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 
 SOURCES += tst_qsslkey.cpp
 !wince*:win32:LIBS += -lws2_32
index f766cb8..b5b5d23 100644 (file)
@@ -3,6 +3,7 @@
 ############################################################
 
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qglbuffer
 requires(contains(QT_CONFIG,opengl))
 QT += opengl widgets testlib
index 0113068..5851b15 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qglfunctions
 requires(contains(QT_CONFIG,opengl))
 QT += opengl widgets testlib
index 534452e..2a02b92 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_lancelot
 QT += xml widgets testlib
 contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl
index b115c01..be38d5c 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_languagechange
 QT += widgets core-private gui-private testlib
 SOURCES += tst_languagechange.cpp
index ccea018..92505f7 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qcomplextext
 QT += widgets widgets-private testlib
 QT += core-private gui-private
index 722f575..ff786ba 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qsharedpointer_and_qwidget
 QT += widgets testlib
 SOURCES += tst_qsharedpointer_and_qwidget.cpp
index 36dd15f..400f3d0 100644 (file)
@@ -1,5 +1,6 @@
 
 CONFIG += testcase
+CONFIG += parallel_test
 QT += widgets testlib
 HEADERS += ddhelper.h
 SOURCES += tst_windowsmobile.cpp ddhelper.cpp
index f397f48..ca8ad01 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qprinterinfo
 SOURCES  += tst_qprinterinfo.cpp
 
index df6e553..a0e8153 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qsql
 SOURCES  += tst_qsql.cpp
 
index 9639d5c..ef7bb70 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qsqldriver
 SOURCES  += tst_qsqldriver.cpp
 
index ef0d213..c217e27 100644 (file)
@@ -3,6 +3,7 @@
 ############################################################
 
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qsqlerror
 QT = core sql testlib
 
index 5e0f4af..6b74041 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qsqlfield
 SOURCES  += tst_qsqlfield.cpp
 
index ee17b5f..0e92797 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qsqlrecord
 SOURCES  += tst_qsqlrecord.cpp
 
index dfda3c2..64a7c56 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_moc
 
 #exists(/usr/include/boost/spirit.hpp) {
index b867610..2e9ae33 100644 (file)
@@ -3,6 +3,7 @@
 ############################################################
 
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qabstractprintdialog
 QT += widgets printsupport testlib
 SOURCES += tst_qabstractprintdialog.cpp
index f5ad784..22f6bab 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qcolordialog
 QT += widgets testlib
 SOURCES  += tst_qcolordialog.cpp
index 2c4d10d..72a2dc5 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qdialog
 QT += widgets testlib
 SOURCES += tst_qdialog.cpp
index ff7fbb0..8116fe3 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qfontdialog
 
 QT += widgets widgets-private testlib
index 91848fe..e9f2201 100644 (file)
@@ -2,5 +2,6 @@ TEMPLATE = app
 TARGET = tst_qmessagebox
 QT += gui-private core-private widgets testlib
 CONFIG += testcase
+CONFIG += parallel_test
 
 SOURCES += tst_qmessagebox.cpp 
index 478e1d9..3fb76cc 100644 (file)
@@ -3,6 +3,7 @@
 ############################################################
 
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qprogressdialog
 QT += widgets testlib
 SOURCES += tst_qprogressdialog.cpp
index 18e6371..cdab2eb 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 
 QT += core-private
 QT += widgets widgets-private testlib
index c6e5bce..a1d72e8 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qwizard
 QT += widgets testlib
 SOURCES  += tst_qwizard.cpp tst_qwizard_2.cpp
index 872686b..879d316 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qpixmapfilter
 
 QT += widgets widgets-private testlib
index 2f0ca73..8fbc3c1 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qabstractitemview
 QT += widgets testlib
 SOURCES         += tst_qabstractitemview.cpp
index 15d904e..dc9311f 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 QT += widgets widgets-private
 QT += gui-private core-private testlib
 
index 53b23b5..3f4cb49 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qdatawidgetmapper
 QT += widgets testlib
 SOURCES += tst_qdatawidgetmapper.cpp
index 37173a1..0c3a780 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qfileiconprovider
 QT += widgets testlib
 SOURCES  += tst_qfileiconprovider.cpp
index 5ff7771..55df1d8 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qitemeditorfactory
 QT += widgets testlib
 SOURCES  += tst_qitemeditorfactory.cpp
index 079953d..6e1697f 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qitemview
 QT += widgets testlib
 SOURCES += tst_qitemview.cpp
index 9d90f5f..1fef72e 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qstandarditem
 QT += widgets testlib
 SOURCES  += tst_qstandarditem.cpp
index 889caaf..2d48575 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qtableview
 QT += widgets widgets-private testlib
 QT += core-private gui-private
index 114ce11..d2c962b 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qtablewidget
 QT += widgets testlib
 SOURCES  += tst_qtablewidget.cpp
index 87521ed..82c0204 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qactiongroup
 QT += widgets testlib
 SOURCES += tst_qactiongroup.cpp 
index 90e83f5..e30a4b5 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qboxlayout
 QT += widgets testlib
 SOURCES  += tst_qboxlayout.cpp
index 1ab155f..77709df 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qdesktopwidget
 QT += widgets testlib
 SOURCES += tst_qdesktopwidget.cpp
index be94460..668b890 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qformlayout
 QT += widgets testlib
 SOURCES  += tst_qformlayout.cpp
index ee64f85..febcee6 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qgridlayout
 
 QT += widgets widgets-private testlib
index 1f94c1b..cd80253 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qstackedlayout
 QT += widgets testlib
 SOURCES  += tst_qstackedlayout.cpp
index cf04478..baa2823 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qwidget_window
 QT += widgets testlib
 SOURCES  += tst_qwidget_window.cpp
index e415855..0029ebd 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qwidgetaction
 QT += widgets testlib
 SOURCES += tst_qwidgetaction.cpp 
index 842fd11..2b9268f 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qstyle
 TARGET.EPOCHEAPSIZE = 0x200000 0x800000
 QT += widgets testlib
index bf12a6b..2ca24c4 100644 (file)
@@ -2,6 +2,7 @@ TEMPLATE = app
 TARGET = tst_qstyleoption
 
 CONFIG += testcase
+CONFIG += parallel_test
 QT += widgets testlib
 
 SOURCES += tst_qstyleoption.cpp
index b1cdaa5..c22520d 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qscroller
 
 QT += widgets testlib
index e9310fc..d409d23 100644 (file)
@@ -3,6 +3,7 @@
 ############################################################
 
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qsystemtrayicon
 QT += widgets testlib
 SOURCES += tst_qsystemtrayicon.cpp
index 2d9aa52..9118984 100644 (file)
@@ -3,6 +3,7 @@
 ############################################################
 
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qabstractscrollarea
 QT += widgets testlib
 SOURCES += tst_qabstractscrollarea.cpp
index 6453999..020be08 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qabstractslider
 QT += widgets testlib
 SOURCES  += tst_qabstractslider.cpp
index f9b6012..8fa1c0f 100644 (file)
@@ -3,6 +3,7 @@
 ############################################################
 
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qabstractspinbox
 QT += widgets testlib
 SOURCES += tst_qabstractspinbox.cpp
index 2362be3..ab0638f 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qdatetimeedit
 QT += widgets testlib
 SOURCES  += tst_qdatetimeedit.cpp
index 9bdd61f..0af9633 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qdial
 QT += widgets testlib
 SOURCES  += tst_qdial.cpp
index 5c1ef52..eca396f 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qdockwidget
 QT += widgets widgets-private testlib
 QT += core-private gui-private
index ab7ee03..4d4a012 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qdoublevalidator
 QT += widgets testlib
 SOURCES += tst_qdoublevalidator.cpp
index 404edcd..6fa0589 100644 (file)
@@ -3,6 +3,7 @@
 ############################################################
 
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qfocusframe
 QT += widgets testlib
 SOURCES += tst_qfocusframe.cpp
index 418789a..b21729b 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qfontcombobox
 QT += widgets testlib
 SOURCES  += tst_qfontcombobox.cpp
index 4a5e76f..bf3a0e8 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qgroupbox
 QT += widgets testlib
 SOURCES  += tst_qgroupbox.cpp
index 52e0b85..4bc3541 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qintvalidator
 SOURCES += tst_qintvalidator.cpp
 QT += testlib
index 6a5757f..6c259bc 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qlabel
 
 QT += widgets widgets-private testlib
index 1508806..220380b 100644 (file)
@@ -3,6 +3,7 @@
 ############################################################
 
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qlcdnumber
 QT += widgets testlib
 SOURCES += tst_qlcdnumber.cpp
index 7e0a532..bd4fc6b 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qmainwindow
 QT += widgets widgets-private testlib
 SOURCES += tst_qmainwindow.cpp
index 8f1de5b..5b70d7b 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qregexpvalidator
 SOURCES += tst_qregexpvalidator.cpp
 QT += testlib
index bdf18a0..0cd7064 100644 (file)
@@ -3,6 +3,7 @@
 ############################################################
 
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qscrollarea
 QT += widgets testlib
 SOURCES += tst_qscrollarea.cpp
index 2863dd2..8c6ea6e 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qscrollbar
 QT += widgets testlib
 SOURCES += tst_qscrollbar.cpp
index 1149b50..ceb897c 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qsizegrip
 INCLUDEPATH += .
 QT += widgets testlib
index 4c8b061..d0a61e5 100644 (file)
@@ -3,6 +3,7 @@
 ############################################################
 
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qslider
 QT += widgets testlib
 SOURCES += tst_qslider.cpp
index 8ae745e..c43847b 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qsplitter
 QT += widgets testlib
 SOURCES  += tst_qsplitter.cpp
index 2e8b86f..d016caf 100644 (file)
@@ -3,6 +3,7 @@
 ############################################################
 
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qstackedwidget
 QT += widgets testlib
 SOURCES += tst_qstackedwidget.cpp
index 01b3c4a..8772005 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qtabbar
 QT += widgets testlib
 SOURCES  += tst_qtabbar.cpp
index 19b3a03..a8c62ec 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qtoolbox
 QT += widgets testlib
 SOURCES  += tst_qtoolbox.cpp
index e0b48ad..e5fd4ea 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qxml
 
 SOURCES += tst_qxml.cpp