aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat
diff options
context:
space:
mode:
authorSemih Yavuz <semih.yavuz@qt.io>2023-09-07 16:05:54 +0200
committerSemih Yavuz <semih.yavuz@qt.io>2023-09-15 12:04:18 +0200
commit304b9ad97e756e0d8d40f0160a58d7fe6ce880c5 (patch)
treed3ca71bd7e5c947963a739ddc36f9ad3f5523d27 /tests/auto/qml/qmlformat
parentee5291afc3ac64faea06575bb7101411ff45ea3b (diff)
tst_qmlformat: Add some of the excluded tests back
These were excluded due to object destructuring statements and rest operator in formal parameter list. Now qmlformat can handle these constructs. Change-Id: I47316ed39ee7340915afa2e75423f62d64aa03f8 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Sami Shalayel <sami.shalayel@qt.io> Reviewed-by: Olivier De Cannière <olivier.decanniere@qt.io>
Diffstat (limited to 'tests/auto/qml/qmlformat')
-rw-r--r--tests/auto/qml/qmlformat/tst_qmlformat.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/qml/qmlformat/tst_qmlformat.cpp b/tests/auto/qml/qmlformat/tst_qmlformat.cpp
index 2d7a3ddae0..a763e2b5cc 100644
--- a/tests/auto/qml/qmlformat/tst_qmlformat.cpp
+++ b/tests/auto/qml/qmlformat/tst_qmlformat.cpp
@@ -152,11 +152,6 @@ void TestQmlformat::initTestCase()
// These files are too big
m_ignoreFiles << "tests/benchmarks/qml/qmldom/data/longQmlFile.qml";
m_ignoreFiles << "tests/benchmarks/qml/qmldom/data/deeplyNested.qml";
-
- // qmlformat cannot handle deconstructing arguments
- m_ignoreFiles << "tests/auto/qmldom/domdata/domitem/callExpressions.qml";
- m_ignoreFiles << "tests/auto/qmldom/domdata/domitem/iterationStatements.qml";
- m_ignoreFiles << "tests/auto/qmlls/utils/data/JSUsages.qml";
}
QStringList TestQmlformat::findFiles(const QDir &d)