aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/examples
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2012-07-16 10:53:27 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-16 04:47:29 +0200
commitec949bad2d393a0e9471dc8c82f59b8444bccfd6 (patch)
treef032832b00b92b254afd809c1c34996a8b7714ff /tests/auto/quick/examples
parent432a48b8f2d9ebaef1bd7be4a168a45524faaf68 (diff)
Skip svg related test that is ASSERTing through no fault of declarative.
Task-number: QTBUG-26528 Change-Id: Id4a610ede0a9cbb8e58d8d8f4ff98cde3c27a6ec Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
Diffstat (limited to 'tests/auto/quick/examples')
-rw-r--r--tests/auto/quick/examples/tst_examples.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/examples/tst_examples.cpp b/tests/auto/quick/examples/tst_examples.cpp
index 3c23c6c9d1..6cce5b82f2 100644
--- a/tests/auto/quick/examples/tst_examples.cpp
+++ b/tests/auto/quick/examples/tst_examples.cpp
@@ -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/)