Skip svg related test that is ASSERTing through no fault of declarative.
authorToby Tomkins <toby.tomkins@nokia.com>
Mon, 16 Jul 2012 00:53:27 +0000 (10:53 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 16 Jul 2012 02:47:29 +0000 (04:47 +0200)
Task-number: QTBUG-26528

Change-Id: Id4a610ede0a9cbb8e58d8d8f4ff98cde3c27a6ec
Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
tests/auto/quick/examples/tst_examples.cpp

index 3c23c6c..6cce5b8 100644 (file)
@@ -89,6 +89,7 @@ private:
 tst_examples::tst_examples() : canvas(0)
 {
     // Add files to exclude here
+    excludedFiles << "examples/quick/canvas/tiger/tiger.qml"; // QTBUG-26528
     excludedFiles << "snippets/qml/listmodel/listmodel.qml"; //Just a ListModel, no root QQuickItem
 
     // Add directories you want excluded here (don't add examples/, because they install to examples/qtdeclarative/)