Add CONFIG+=parallel_test to suspected parallel-safe tests.
authorRohan McGovern <rohan.mcgovern@nokia.com>
Mon, 28 May 2012 04:33:28 +0000 (14:33 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 28 May 2012 07:10:30 +0000 (09:10 +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: I16407d68c583e6e9b8ef9c536cfee156d56bd2e2
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
tests/auto/particles/qquickcustomparticle/qquickcustomparticle.pro
tests/auto/particles/qquickitemparticle/qquickitemparticle.pro
tests/auto/qml/animation/qparallelanimationgroupjob/qparallelanimationgroupjob.pro
tests/auto/qml/animation/qpauseanimationjob/qpauseanimationjob.pro
tests/auto/qml/qjsengine/qjsengine.pro
tests/auto/qml/qjsvalue/qjsvalue.pro
tests/auto/qml/qjsvalueiterator/qjsvalueiterator.pro
tests/auto/quick/qquickanimationcontroller/qquickanimationcontroller.pro
tests/auto/quick/qquickapplication/qquickapplication.pro
tests/auto/quick/qquickmultipointtoucharea/qquickmultipointtoucharea.pro
tests/auto/quick/qquickview/qquickview.pro

index 0ee7fc9..3d0d846 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qquickcustomparticle
 SOURCES += tst_qquickcustomparticle.cpp
 macx:CONFIG -= app_bundle
index 047af9f..9effe9b 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qquickitemparticle
 SOURCES += tst_qquickitemparticle.cpp
 macx:CONFIG -= app_bundle
index b80bb0c..1544362 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 macx:CONFIG -= app_bundle
 TARGET = tst_qpauseanimationjob
 QT = core-private gui-private qml-private testlib
index 6c0f91e..49338e7 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qjsengine
 QT += qml widgets testlib
 macx:CONFIG -= app_bundle
index 19b983e..ffadebf 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qjsvalue
 macx:CONFIG -= app_bundle
 QT += qml widgets testlib
index 4ee1693..abaa37b 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qjsvalueiterator
 macx:CONFIG -= app_bundle
 QT = core qml testlib
index c09eb5c..2548c44 100644 (file)
@@ -3,6 +3,7 @@ TEMPLATE=app
 TARGET=tst_qquickanimationcontroller
 
 CONFIG += warn_on qmltestcase
+CONFIG += parallel_test
 SOURCES += tst_qquickanimationcontroller.cpp
 
 TESTDATA = data/*
index 96cfe82..4545912 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qquickapplication
 macx:CONFIG -= app_bundle
 
index 6816566..a58919f 100644 (file)
@@ -1,5 +1,6 @@
 TARGET = tst_qquickmultipointtoucharea
 CONFIG += testcase
+CONFIG += parallel_test
 macx:CONFIG -= app_bundle
 
 SOURCES += tst_qquickmultipointtoucharea.cpp
index 1302908..2d42d1b 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG += testcase
+CONFIG += parallel_test
 TARGET = tst_qquickview
 macx:CONFIG -= app_bundle