Disable particle-related examples from tst_examples
authorChris Adams <christopher.adams@nokia.com>
Wed, 14 Mar 2012 06:07:03 +0000 (16:07 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 14 Mar 2012 08:14:32 +0000 (09:14 +0100)
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>

tests/auto/quick/examples/tst_examples.cpp

index 3c10947..9a2a800 100644 (file)
@@ -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()