aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat
diff options
context:
space:
mode:
authorJonas Karlsson <jonas.karlsson@qt.io>2020-06-23 13:25:39 +0200
committerJonas Karlsson <jonas.karlsson@qt.io>2020-06-29 15:24:12 +0200
commitbd1c28a82c2ff955e0d154fac2e2df8d5a110dd7 (patch)
tree499f56b6a1d39f7ceb202b53a3f8a4d0bd530eb9 /tests/auto/qml/qmlformat
parenta059aa2e2812fab98dc11da73a6241ba6937dce1 (diff)
Reimplement UniformAnimator for ShaderEffect
Fixes: QTBUG-83976 Change-Id: I307e96be0d3d2edeb8d9065d100c1ef38c8824c7 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'tests/auto/qml/qmlformat')
-rw-r--r--tests/auto/qml/qmlformat/tst_qmlformat.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlformat/tst_qmlformat.cpp b/tests/auto/qml/qmlformat/tst_qmlformat.cpp
index f1fb0d025f..c3e5f40481 100644
--- a/tests/auto/qml/qmlformat/tst_qmlformat.cpp
+++ b/tests/auto/qml/qmlformat/tst_qmlformat.cpp
@@ -143,6 +143,10 @@ void TestQmlformat::initTestCase()
m_invalidFiles << "tests/auto/qml/qqmlecmascript/data/incrDecrSemicolon1.qml";
m_invalidFiles << "tests/auto/qml/qqmlecmascript/data/incrDecrSemicolon_error1.qml";
m_invalidFiles << "tests/auto/qml/qqmlecmascript/data/incrDecrSemicolon2.qml";
+
+ // QTBUG-85321
+ m_invalidFiles << "tests/manual/scenegraph_lancelot/data/shaders/propertyanimation/"
+ "uniformanimator_stall.qml";
}
QStringList TestQmlformat::findFiles(const QDir &d)