From: Toby Tomkins Date: Thu, 6 Oct 2011 02:15:06 +0000 (+1000) Subject: Mark failing tests as insignificant. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=466fe00e80fe80c0babc7b895882926c0a34b785;p=konrad%2Fqtdeclarative.git Mark failing tests as insignificant. Change-Id: I105d94624d5c14a54375f59cf48955ea99553f86 Reviewed-on: http://codereview.qt-project.org/6095 Reviewed-by: Qt Sanity Bot Reviewed-by: Alan Alpert --- diff --git a/tests/auto/particles/qsgage/qsgage.pro b/tests/auto/particles/qsgage/qsgage.pro index 17b3b13..4c93c76 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 d963c13..e7f63da 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 6793006..7fe5019 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