remove blacklisting of tiger and fonts examples

the associated bugs are marked as fixed for a long time.

Change-Id: If8c8710bdf4b7b1962c9749b701cbd335d938fdb
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
This commit is contained in:
Oswald Buddenhagen 2016-05-03 18:31:32 +02:00 committed by Jani Heikkinen
parent 3cdf72a7b5
commit 83d3611199
1 changed files with 0 additions and 2 deletions

View File

@ -79,13 +79,11 @@ private:
tst_examples::tst_examples() tst_examples::tst_examples()
{ {
// Add files to exclude here // 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 excludedFiles << "snippets/qml/listmodel/listmodel.qml"; //Just a ListModel, no root QQuickItem
excludedFiles << "examples/quick/demos/photosurface/photosurface.qml"; // root item is Window rather than Item excludedFiles << "examples/quick/demos/photosurface/photosurface.qml"; // root item is Window rather than Item
// Add directories you want excluded here // Add directories you want excluded here
excludedDirs << "shared"; //Not an example excludedDirs << "shared"; //Not an example
excludedDirs << "quick/text/fonts"; // QTBUG-29004
excludedDirs << "snippets/qml/path"; //No root QQuickItem excludedDirs << "snippets/qml/path"; //No root QQuickItem
excludedDirs << "examples/quick/tutorials/gettingStartedQml"; //C++ example, but no cpp files in root dir excludedDirs << "examples/quick/tutorials/gettingStartedQml"; //C++ example, but no cpp files in root dir