From ec949bad2d393a0e9471dc8c82f59b8444bccfd6 Mon Sep 17 00:00:00 2001 From: Toby Tomkins Date: Mon, 16 Jul 2012 10:53:27 +1000 Subject: [PATCH] Skip svg related test that is ASSERTing through no fault of declarative. Task-number: QTBUG-26528 Change-Id: Id4a610ede0a9cbb8e58d8d8f4ff98cde3c27a6ec Reviewed-by: Yunqiao Yin --- tests/auto/quick/examples/tst_examples.cpp | 1 + 1 file changed, 1 insertion(+) 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/) -- 2.7.4