From 466fe00e80fe80c0babc7b895882926c0a34b785 Mon Sep 17 00:00:00 2001 From: Toby Tomkins Date: Thu, 6 Oct 2011 12:15:06 +1000 Subject: [PATCH] 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 --- tests/auto/particles/qsgage/qsgage.pro | 2 +- .../qsgcustomparticle/qsgcustomparticle.pro | 2 +- tests/auto/particles/qsgfriction/qsgfriction.pro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.2.5