From: Toby Tomkins Date: Mon, 16 Jul 2012 00:53:27 +0000 (+1000) Subject: Skip svg related test that is ASSERTing through no fault of declarative. X-Git-Tag: upstream/5.2.1~1428 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec949bad2d393a0e9471dc8c82f59b8444bccfd6;p=platform%2Fupstream%2Fqtdeclarative.git Skip svg related test that is ASSERTing through no fault of declarative. Task-number: QTBUG-26528 Change-Id: Id4a610ede0a9cbb8e58d8d8f4ff98cde3c27a6ec Reviewed-by: Yunqiao Yin --- diff --git a/tests/auto/quick/examples/tst_examples.cpp b/tests/auto/quick/examples/tst_examples.cpp index 3c23c6c..6cce5b8 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/)