Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: 5.0.0
-
Fix Version/s: None
-
Component/s: Widgets: Itemviews
-
Labels:None
Description
This is blocking integration in api_changes after QHash randomization was enabled by default: the testChildrenLayoutsChanged test of tst_qabstractitemmodel randomly fails. For instance:
FAIL! : tst_QAbstractItemModel::testChildrenLayoutsChanged() Compared values are not the same Actual (p2FirstPersistent.row()): 0 Expected (9): 9 Loc: [tst_qabstractitemmodel.cpp(2138)]
or
FAIL! : tst_QAbstractItemModel::testChildrenLayoutsChanged() Compared values are not the same Actual (p2LastPersistent.row()): 9 Expected (8): 8 Loc: [tst_qabstractitemmodel.cpp(2139)]
I don't know if it's a test issue, or the test is exposing a true problem inside QAIM.