Details
-
Bug
-
Resolution: Done
-
P0: Blocker
-
5.12
-
None
-
-
6952f40a3ef47e5bc62286f75b26b2d79eaa9d74
Description
As part of the update of qt5 at https://codereview.qt-project.org/#/c/235389/ , the sha1s in patch set 5 result in failures in the tumbler auto-test.
Example log:
For example:
FAIL! : tst_controls::Default::Tumbler::test_displacementListView(contentY=-16.66666666666667) Delegate of ListView-based Tumbler at index 0 has displacement of -0.0050000000000001415 when it should be 0.75 Actual (): -0.0050000000000001415 Expected (): 0.75 Loc: [/Users/qt/work/qt/qtquickcontrols2/tests/auto/controls/data/tst_tumbler.qml(831)]
For once I don't suspect any JS/QML changes to be the cause , but there were flickable changes in declarative.
Attachments
Issue Links
- relates to
-
QTBUG-69419 Use qtestlib APIs in qtquicktest, instead of duplicating logic
- Reported