********* Start testing of tst_qquicktreeview *********
Config: Using QtTest library 6.11.0, Qt 6.11.0 (arm64-little_endian-lp64 shared (dynamic) debug build; by Apple LLVM 17.0.0 (clang-1700.3.19.1)), macos 26.0.0
PASS   : tst_qquicktreeview::initTestCase()
PASS   : tst_qquicktreeview::showTreeView()
PASS   : tst_qquicktreeview::invalidArguments()
PASS   : tst_qquicktreeview::expandAndCollapseRoot()
PASS   : tst_qquicktreeview::toggleExpanded()
PASS   : tst_qquicktreeview::expandAndCollapseChildren()
PASS   : tst_qquicktreeview::expandChildDuringInsert()
PASS   : tst_qquicktreeview::expandChildPendingToBeVisible()
PASS   : tst_qquicktreeview::expandRecursivelyRoot(0, -1)
PASS   : tst_qquicktreeview::expandRecursivelyRoot(0, 0)
PASS   : tst_qquicktreeview::expandRecursivelyRoot(0, 1)
PASS   : tst_qquicktreeview::expandRecursivelyRoot(0, 2)
PASS   : tst_qquicktreeview::expandRecursivelyChild(5, -1)
PASS   : tst_qquicktreeview::expandRecursivelyChild(5, 0)
PASS   : tst_qquicktreeview::expandRecursivelyChild(5, 1)
PASS   : tst_qquicktreeview::expandRecursivelyChild(5, 2)
PASS   : tst_qquicktreeview::expandRecursivelyChild(5, 3)
PASS   : tst_qquicktreeview::expandRecursivelyWholeTree()
PASS   : tst_qquicktreeview::collapseRecursivelyRoot()
PASS   : tst_qquicktreeview::collapseRecursivelyChild()
PASS   : tst_qquicktreeview::collapseRecursivelyWholeTree()
PASS   : tst_qquicktreeview::expandToIndex()
PASS   : tst_qquicktreeview::requiredPropertiesRoot()
PASS   : tst_qquicktreeview::requiredPropertiesChildren()
PASS   : tst_qquicktreeview::emptyModel()
PASS   : tst_qquicktreeview::updatedModifiedModel()
PASS   : tst_qquicktreeview::insertRows()
PASS   : tst_qquicktreeview::insertColumns()
PASS   : tst_qquicktreeview::toggleExpandedUsingArrowKeys()
PASS   : tst_qquicktreeview::expandAndCollapsUsingDoubleClick()
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(0, 0), QPoint(0, 0))
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(0, 1), QPoint(0, 1))
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(0, 2), QPoint(0, 2))
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(2, 2), QPoint(0, 0))
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(2, 2), QPoint(1, 0))
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(2, 2), QPoint(2, 0))
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(2, 2), QPoint(-1, 0))
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(2, 2), QPoint(-2, 0))
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(2, 2), QPoint(0, 1))
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(2, 2), QPoint(0, 2))
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(2, 2), QPoint(0, -1))
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(2, 2), QPoint(0, -2))
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(2, 2), QPoint(1, 1))
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(2, 2), QPoint(1, 2))
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(2, 2), QPoint(1, -1))
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(2, 2), QPoint(1, -2))
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(2, 2), QPoint(-1, 1))
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(2, 2), QPoint(-1, 2))
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(2, 2), QPoint(-1, -1))
PASS   : tst_qquicktreeview::selectionBehaviorCells(QPoint(2, 2), QPoint(-1, -2))
PASS   : tst_qquicktreeview::selectionBehaviorRows()
PASS   : tst_qquicktreeview::selectionBehaviorColumns()
QWARN  : tst_qquicktreeview::selectionBehaviorDisabled() file:///Users/qt/work/qt/qtdeclarative/tests/auto/quick/qquicktreeview/data/normaltreeview.qml:13:5: QML TreeView: Cannot start selection: TableView.selectionBehavior == TableView.SelectionDisabled
PASS   : tst_qquicktreeview::selectionBehaviorDisabled()
PASS   : tst_qquicktreeview::sortTreeModel(TreeModel)
PASS   : tst_qquicktreeview::sortTreeModel(Number model)
PASS   : tst_qquicktreeview::sortTreeModelDynamic(TreeModel 0)
PASS   : tst_qquicktreeview::sortTreeModelDynamic(TreeModel 1)
PASS   : tst_qquicktreeview::sortTreeModelDynamic(TreeModel 3)
PASS   : tst_qquicktreeview::sortTreeModelDynamic(TreeModel 6)
QWARN  : tst_qquicktreeview::sortTreeModelDynamic(Number model) file:///Users/qt/work/qt/qtdeclarative/tests/auto/quick/qquicktreeview/data/CustomDelegate.qml:45:9: Unable to assign [undefined] to QString
PASS   : tst_qquicktreeview::sortTreeModelDynamic(Number model)
PASS   : tst_qquicktreeview::setRootIndex()
PASS   : tst_qquicktreeview::setRootIndexToLeaf()
PASS   : tst_qquicktreeview::editUsingEditTriggers(NoEditTriggers)
PASS   : tst_qquicktreeview::editUsingEditTriggers(SingleTapped)
PASS   : tst_qquicktreeview::editUsingEditTriggers(DoubleTapped)
PASS   : tst_qquicktreeview::editUsingEditTriggers(SelectedTapped)
PASS   : tst_qquicktreeview::editUsingEditTriggers(EditKeyPressed)
PASS   : tst_qquicktreeview::editUsingEditTriggers(AnyKeyPressed)
PASS   : tst_qquicktreeview::editUsingEditTriggers(DoubleTapped | EditKeyPressed)
PASS   : tst_qquicktreeview::editUsingEditTriggers(SingleTapped | AnyKeyPressed)
PASS   : tst_qquicktreeview::editOnNonEditableCell(SingleTapped)
PASS   : tst_qquicktreeview::editOnNonEditableCell(DoubleTapped)
PASS   : tst_qquicktreeview::editOnNonEditableCell(SelectedTapped)
PASS   : tst_qquicktreeview::editOnNonEditableCell(EditKeyPressed)
PASS   : tst_qquicktreeview::editOnNonEditableCell(AnyKeyPressed)
QWARN  : tst_qquicktreeview::delegateModelAccess(Qt5ReadWrite-Singular-Untyped) Member modelIndex of the object QQuickTreeView_QML_41 overrides a member of the base object. Consider renaming it or adding final or virtual specifier
PASS   : tst_qquicktreeview::delegateModelAccess(Qt5ReadWrite-Singular-Untyped)
PASS   : tst_qquicktreeview::delegateModelAccess(Qt5ReadWrite-Singular-Typed)
PASS   : tst_qquicktreeview::delegateModelAccess(Qt5ReadWrite-List-Untyped)
PASS   : tst_qquicktreeview::delegateModelAccess(Qt5ReadWrite-List-Typed)
PASS   : tst_qquicktreeview::delegateModelAccess(ReadOnly-Singular-Untyped)
PASS   : tst_qquicktreeview::delegateModelAccess(ReadOnly-Singular-Typed)
PASS   : tst_qquicktreeview::delegateModelAccess(ReadOnly-List-Untyped)
PASS   : tst_qquicktreeview::delegateModelAccess(ReadOnly-List-Typed)
PASS   : tst_qquicktreeview::delegateModelAccess(ReadWrite-Singular-Untyped)
PASS   : tst_qquicktreeview::delegateModelAccess(ReadWrite-Singular-Typed)
PASS   : tst_qquicktreeview::delegateModelAccess(ReadWrite-List-Untyped)
PASS   : tst_qquicktreeview::delegateModelAccess(ReadWrite-List-Typed)
PASS   : tst_qquicktreeview::cleanupTestCase()
Totals: 88 passed, 0 failed, 0 skipped, 0 blacklisted, 3137ms
********* Finished testing of tst_qquicktreeview *********
