aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/examples
diff options
context:
space:
mode:
authorChris Adams <christopher.adams@nokia.com>2012-03-14 16:07:03 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-14 09:14:32 +0100
commitd73e6d4374e21a4137b1b83fa76cf9600b214a8b (patch)
tree30f90b0a0706699e14b0e22392d4fed1a6b5c88a /tests/auto/quick/examples
parent956399fc36bfa0b6bb4a1523ff2f45d2a6d20aa3 (diff)
Disable particle-related examples from tst_examples
CustomParticle and ShaderEffect are currently broken. Disabling these examples until they can be fixed. Task-number: QTBUG-24034 Change-Id: Ic1ebba1f66f28495822cd729af1e1c24acad79da Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'tests/auto/quick/examples')
-rw-r--r--tests/auto/quick/examples/tst_examples.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/quick/examples/tst_examples.cpp b/tests/auto/quick/examples/tst_examples.cpp
index 3c109471c5..9a2a800cfd 100644
--- a/tests/auto/quick/examples/tst_examples.cpp
+++ b/tests/auto/quick/examples/tst_examples.cpp
@@ -113,6 +113,10 @@ tst_examples::tst_examples() : canvas(0)
excludedDirs << "demos/flickr";
excludedDirs << "demos/photoviewer";
#endif
+
+ // QTBUG-24034 - don't run customparticle examples
+ excludedDirs << "demos/flickr";
+ excludedDirs << "examples/particles/customparticle";
}
tst_examples::~tst_examples()