aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-10-06 15:47:47 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-06 08:15:56 +0200
commite503a51856db7ecb93bdc02b00ba0e4d78273278 (patch)
tree164a86ca409b1246205f2c3a9ad2629dea2b078a
parent625bb0520708879ef5d281ab0c62fc7ad5415441 (diff)
Disable particle system tests for CI
Particle System tests appear to be unstable when run in CI. They should not have their results counted until this issue is resolved. Task-number: QTBUG-21867 Change-Id: Ib6a7cd6a48f96bdb1558a1061e0952f583bbcd91 Reviewed-on: http://codereview.qt-project.org/6106 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
-rw-r--r--tests/auto/particles/qsgage/qsgage.pro2
-rw-r--r--tests/auto/particles/qsgangleddirection/qsgangleddirection.pro2
-rw-r--r--tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro2
-rw-r--r--tests/auto/particles/qsgcustomaffector/qsgcustomaffector.pro2
-rw-r--r--tests/auto/particles/qsgcustomparticle/qsgcustomparticle.pro2
-rw-r--r--tests/auto/particles/qsgellipseextruder/qsgellipseextruder.pro2
-rw-r--r--tests/auto/particles/qsgfriction/qsgfriction.pro2
-rw-r--r--tests/auto/particles/qsggravity/qsggravity.pro2
-rw-r--r--tests/auto/particles/qsgimageparticle/qsgimageparticle.pro2
-rw-r--r--tests/auto/particles/qsgitemparticle/qsgitemparticle.pro2
-rw-r--r--tests/auto/particles/qsglineextruder/qsglineextruder.pro2
-rw-r--r--tests/auto/particles/qsgmaskextruder/qsgmaskextruder.pro2
-rw-r--r--tests/auto/particles/qsgparticlegroup/qsgparticlegroup.pro2
-rw-r--r--tests/auto/particles/qsgparticlesystem/qsgparticlesystem.pro2
-rw-r--r--tests/auto/particles/qsgpointattractor/qsgpointattractor.pro2
-rw-r--r--tests/auto/particles/qsgpointdirection/qsgpointdirection.pro2
-rw-r--r--tests/auto/particles/qsgrectangleextruder/qsgrectangleextruder.pro2
-rw-r--r--tests/auto/particles/qsgtargetdirection/qsgtargetdirection.pro2
-rw-r--r--tests/auto/particles/qsgtrailemitter/qsgtrailemitter.pro2
-rw-r--r--tests/auto/particles/qsgturbulence/qsgturbulence.pro2
-rw-r--r--tests/auto/particles/qsgwander/qsgwander.pro2
21 files changed, 21 insertions, 21 deletions
diff --git a/tests/auto/particles/qsgage/qsgage.pro b/tests/auto/particles/qsgage/qsgage.pro
index 4c93c76a69..bdcf720618 100644
--- a/tests/auto/particles/qsgage/qsgage.pro
+++ b/tests/auto/particles/qsgage/qsgage.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += insignificant_test parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsgangleddirection/qsgangleddirection.pro b/tests/auto/particles/qsgangleddirection/qsgangleddirection.pro
index 5c055a4ec1..d58fe4b66a 100644
--- a/tests/auto/particles/qsgangleddirection/qsgangleddirection.pro
+++ b/tests/auto/particles/qsgangleddirection/qsgangleddirection.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro b/tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro
index fdfee46d32..f069178f57 100644
--- a/tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro
+++ b/tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsgcustomaffector/qsgcustomaffector.pro b/tests/auto/particles/qsgcustomaffector/qsgcustomaffector.pro
index 91b4e739f3..3365ef1f0c 100644
--- a/tests/auto/particles/qsgcustomaffector/qsgcustomaffector.pro
+++ b/tests/auto/particles/qsgcustomaffector/qsgcustomaffector.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsgcustomparticle/qsgcustomparticle.pro b/tests/auto/particles/qsgcustomparticle/qsgcustomparticle.pro
index e7f63dabf3..313c84c92b 100644
--- a/tests/auto/particles/qsgcustomparticle/qsgcustomparticle.pro
+++ b/tests/auto/particles/qsgcustomparticle/qsgcustomparticle.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += insignificant_test parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsgellipseextruder/qsgellipseextruder.pro b/tests/auto/particles/qsgellipseextruder/qsgellipseextruder.pro
index 8bdb2f1fe5..403606cd7d 100644
--- a/tests/auto/particles/qsgellipseextruder/qsgellipseextruder.pro
+++ b/tests/auto/particles/qsgellipseextruder/qsgellipseextruder.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsgfriction/qsgfriction.pro b/tests/auto/particles/qsgfriction/qsgfriction.pro
index 7fe50190cf..6288612b47 100644
--- a/tests/auto/particles/qsgfriction/qsgfriction.pro
+++ b/tests/auto/particles/qsgfriction/qsgfriction.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += insignificant_test parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsggravity/qsggravity.pro b/tests/auto/particles/qsggravity/qsggravity.pro
index 3f68b4e350..f60e3512ee 100644
--- a/tests/auto/particles/qsggravity/qsggravity.pro
+++ b/tests/auto/particles/qsggravity/qsggravity.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsgimageparticle/qsgimageparticle.pro b/tests/auto/particles/qsgimageparticle/qsgimageparticle.pro
index 5563ecd6f6..592be21a82 100644
--- a/tests/auto/particles/qsgimageparticle/qsgimageparticle.pro
+++ b/tests/auto/particles/qsgimageparticle/qsgimageparticle.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsgitemparticle/qsgitemparticle.pro b/tests/auto/particles/qsgitemparticle/qsgitemparticle.pro
index fd3eac9280..fd75e25728 100644
--- a/tests/auto/particles/qsgitemparticle/qsgitemparticle.pro
+++ b/tests/auto/particles/qsgitemparticle/qsgitemparticle.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsglineextruder/qsglineextruder.pro b/tests/auto/particles/qsglineextruder/qsglineextruder.pro
index 243c441cab..78ab2eb3da 100644
--- a/tests/auto/particles/qsglineextruder/qsglineextruder.pro
+++ b/tests/auto/particles/qsglineextruder/qsglineextruder.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsgmaskextruder/qsgmaskextruder.pro b/tests/auto/particles/qsgmaskextruder/qsgmaskextruder.pro
index f04e61e08a..50076dbfaa 100644
--- a/tests/auto/particles/qsgmaskextruder/qsgmaskextruder.pro
+++ b/tests/auto/particles/qsgmaskextruder/qsgmaskextruder.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsgparticlegroup/qsgparticlegroup.pro b/tests/auto/particles/qsgparticlegroup/qsgparticlegroup.pro
index ff23437daf..4f51a09a80 100644
--- a/tests/auto/particles/qsgparticlegroup/qsgparticlegroup.pro
+++ b/tests/auto/particles/qsgparticlegroup/qsgparticlegroup.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsgparticlesystem/qsgparticlesystem.pro b/tests/auto/particles/qsgparticlesystem/qsgparticlesystem.pro
index 525ecb8d1d..0393ce079e 100644
--- a/tests/auto/particles/qsgparticlesystem/qsgparticlesystem.pro
+++ b/tests/auto/particles/qsgparticlesystem/qsgparticlesystem.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsgpointattractor/qsgpointattractor.pro b/tests/auto/particles/qsgpointattractor/qsgpointattractor.pro
index b112dcdf47..9bdcfa141e 100644
--- a/tests/auto/particles/qsgpointattractor/qsgpointattractor.pro
+++ b/tests/auto/particles/qsgpointattractor/qsgpointattractor.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsgpointdirection/qsgpointdirection.pro b/tests/auto/particles/qsgpointdirection/qsgpointdirection.pro
index 52e970f375..8e5a1be44f 100644
--- a/tests/auto/particles/qsgpointdirection/qsgpointdirection.pro
+++ b/tests/auto/particles/qsgpointdirection/qsgpointdirection.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsgrectangleextruder/qsgrectangleextruder.pro b/tests/auto/particles/qsgrectangleextruder/qsgrectangleextruder.pro
index 5b04c64536..7cf10ca04d 100644
--- a/tests/auto/particles/qsgrectangleextruder/qsgrectangleextruder.pro
+++ b/tests/auto/particles/qsgrectangleextruder/qsgrectangleextruder.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsgtargetdirection/qsgtargetdirection.pro b/tests/auto/particles/qsgtargetdirection/qsgtargetdirection.pro
index c6959b3f93..71996a00a4 100644
--- a/tests/auto/particles/qsgtargetdirection/qsgtargetdirection.pro
+++ b/tests/auto/particles/qsgtargetdirection/qsgtargetdirection.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsgtrailemitter/qsgtrailemitter.pro b/tests/auto/particles/qsgtrailemitter/qsgtrailemitter.pro
index 3a9c66a007..a695d5c387 100644
--- a/tests/auto/particles/qsgtrailemitter/qsgtrailemitter.pro
+++ b/tests/auto/particles/qsgtrailemitter/qsgtrailemitter.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsgturbulence/qsgturbulence.pro b/tests/auto/particles/qsgturbulence/qsgturbulence.pro
index f179fea6e8..e38d21bdfa 100644
--- a/tests/auto/particles/qsgturbulence/qsgturbulence.pro
+++ b/tests/auto/particles/qsgturbulence/qsgturbulence.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/particles/qsgwander/qsgwander.pro b/tests/auto/particles/qsgwander/qsgwander.pro
index 5be0083411..cf9d88ccca 100644
--- a/tests/auto/particles/qsgwander/qsgwander.pro
+++ b/tests/auto/particles/qsgwander/qsgwander.pro
@@ -7,7 +7,7 @@ testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles
-CONFIG += parallel_test
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private