aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2011-10-06 12:15:06 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-06 05:29:00 +0200
commit466fe00e80fe80c0babc7b895882926c0a34b785 (patch)
treec0cd041944bb41dcfd3bb3c3b83351882e84a2ff
parent752cd2aca42f6625f1cfc364937e0d39828cf954 (diff)
Mark failing tests as insignificant.
Change-Id: I105d94624d5c14a54375f59cf48955ea99553f86 Reviewed-on: http://codereview.qt-project.org/6095 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
-rw-r--r--tests/auto/particles/qsgage/qsgage.pro2
-rw-r--r--tests/auto/particles/qsgcustomparticle/qsgcustomparticle.pro2
-rw-r--r--tests/auto/particles/qsgfriction/qsgfriction.pro2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/particles/qsgage/qsgage.pro b/tests/auto/particles/qsgage/qsgage.pro
index 17b3b13c73..4c93c76a69 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 += parallel_test
+CONFIG += insignificant_test parallel_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 d963c13437..e7f63dabf3 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 += parallel_test
+CONFIG += insignificant_test parallel_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 6793006c55..7fe50190cf 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 += parallel_test
+CONFIG += insignificant_test parallel_test
QT += core-private gui-private v8-private declarative-private opengl-private