aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlmin
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-06-17 13:52:38 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-06-17 13:56:23 +0200
commit39fe77d0485ddb5f393e1be428b85eef400fec3e (patch)
treea91020cb5f6bb3626da4aed0b968b6b66dc845f2 /tests/auto/qml/qmlmin
parentb7731f69f1e8c1410f860f74481222b4b3752505 (diff)
Fix qmlmin test
Exclude the test262 test suite, as qmlmin can't deal with all of the test cases there. Change-Id: Ie56c0d9adecc6b1ae0ddcbcd3edd5b0eaf30cd4d Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tests/auto/qml/qmlmin')
-rw-r--r--tests/auto/qml/qmlmin/tst_qmlmin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlmin/tst_qmlmin.cpp b/tests/auto/qml/qmlmin/tst_qmlmin.cpp
index 65549efddc..a69dce7ec3 100644
--- a/tests/auto/qml/qmlmin/tst_qmlmin.cpp
+++ b/tests/auto/qml/qmlmin/tst_qmlmin.cpp
@@ -94,6 +94,7 @@ void tst_qmlmin::initTestCase()
excludedDirs << "doc/src/snippets/qtquick1/visualdatamodel_rootindex";
excludedDirs << "doc/src/snippets/qtquick1/qtbinding";
excludedDirs << "doc/src/snippets/qtquick1/imports";
+ excludedDirs << "tests/manual/v4";
// Add invalid files (i.e. files with syntax errors)
invalidFiles << "tests/auto/quick/qquickloader/data/InvalidSourceComponent.qml";