From e503a51856db7ecb93bdc02b00ba0e4d78273278 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Thu, 6 Oct 2011 15:47:47 +1000 Subject: [PATCH] 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 Reviewed-by: Rohan McGovern --- tests/auto/particles/qsgage/qsgage.pro | 2 +- tests/auto/particles/qsgangleddirection/qsgangleddirection.pro | 2 +- tests/auto/particles/qsgcumulativedirection/qsgcumulativedirection.pro | 2 +- tests/auto/particles/qsgcustomaffector/qsgcustomaffector.pro | 2 +- tests/auto/particles/qsgcustomparticle/qsgcustomparticle.pro | 2 +- tests/auto/particles/qsgellipseextruder/qsgellipseextruder.pro | 2 +- tests/auto/particles/qsgfriction/qsgfriction.pro | 2 +- tests/auto/particles/qsggravity/qsggravity.pro | 2 +- tests/auto/particles/qsgimageparticle/qsgimageparticle.pro | 2 +- tests/auto/particles/qsgitemparticle/qsgitemparticle.pro | 2 +- tests/auto/particles/qsglineextruder/qsglineextruder.pro | 2 +- tests/auto/particles/qsgmaskextruder/qsgmaskextruder.pro | 2 +- tests/auto/particles/qsgparticlegroup/qsgparticlegroup.pro | 2 +- tests/auto/particles/qsgparticlesystem/qsgparticlesystem.pro | 2 +- tests/auto/particles/qsgpointattractor/qsgpointattractor.pro | 2 +- tests/auto/particles/qsgpointdirection/qsgpointdirection.pro | 2 +- tests/auto/particles/qsgrectangleextruder/qsgrectangleextruder.pro | 2 +- tests/auto/particles/qsgtargetdirection/qsgtargetdirection.pro | 2 +- tests/auto/particles/qsgtrailemitter/qsgtrailemitter.pro | 2 +- tests/auto/particles/qsgturbulence/qsgturbulence.pro | 2 +- tests/auto/particles/qsgwander/qsgwander.pro | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/tests/auto/particles/qsgage/qsgage.pro b/tests/auto/particles/qsgage/qsgage.pro index 4c93c76..bdcf720 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 5c055a4..d58fe4b 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 fdfee46..f069178 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 91b4e73..3365ef1 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 e7f63da..313c84c 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 8bdb2f1..403606c 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 7fe5019..6288612 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 3f68b4e..f60e351 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 5563ecd..592be21 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 fd3eac9..fd75e25 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 243c441..78ab2eb 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 f04e61e..50076db 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 ff23437..4f51a09 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 525ecb8..0393ce0 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 b112dcd..9bdcfa1 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 52e970f..8e5a1be 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 5b04c64..7cf10ca 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 c6959b3..71996a0 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 3a9c66a..a695d5c 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 f179fea..e38d21b 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 5be0083..cf9d88c 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 -- 2.7.4