Autotests `tst_qheaderview' and `tst_qtreeview' failed :(
The tests were determined to be flaky, meaning results were not consistent
across multiple runs. This might make the problem difficult to reproduce.
Also, flaky failures might or might not be related to any recent changes in the
source code.
Testing tst_QTreeView
FAIL! : tst_QTreeView::taskQTBUG_6450_selectAllWith1stColumnHidden()
'tree.selectionModel()->hasSelection()' returned FALSE. ()
Loc: [tst_qtreeview.cpp(3903)]
Totals: 170 passed, 1 failed, 0 skipped
QtQA::App::TestRunner: test failed, running again to see if it is flaky...
********* Start testing of tst_QTreeView *********
Config: Using QtTest library 5.3.0, Qt 5.3.0
PASS : tst_QTreeView::initTestCase()
PASS : tst_QTreeView::getSetCheck()
PASS : tst_QTreeView::construction()
PASS : tst_QTreeView::alternatingRowColors()
PASS : tst_QTreeView::currentIndex(-1, -1)
PASS : tst_QTreeView::currentIndex(-1, 0)
PASS : tst_QTreeView::currentIndex(0, -1)
PASS : tst_QTreeView::currentIndex(0, 0)
PASS : tst_QTreeView::currentIndex(0, 1)
PASS : tst_QTreeView::currentIndex(1, 0)
PASS : tst_QTreeView::currentIndex(1, 1)
PASS : tst_QTreeView::currentIndex(2, 0)
PASS : tst_QTreeView::currentIndex(2, 1)
PASS : tst_QTreeView::currentIndex(3, -1)
PASS : tst_QTreeView::currentIndex(3, 0)
PASS : tst_QTreeView::currentIndex(3, 1)
PASS : tst_QTreeView::dragDropMode(NoDragDrop)
PASS : tst_QTreeView::dragDropMode(DragOnly)
PASS : tst_QTreeView::dragDropMode(DropOnly)
PASS : tst_QTreeView::dragDropMode(DragDrop)
PASS : tst_QTreeView::dragDropMode(InternalMove)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop
-1)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop
0)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop
1)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop
2)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop
3)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop
4)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly -1)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 0)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 1)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 2)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 3)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 4)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly -1)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 0)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 1)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 2)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 3)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 4)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop -1)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 0)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 1)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 2)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 3)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 4)
PASS : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 5)
PASS : tst_QTreeView::dragDropOverwriteMode()
PASS : tst_QTreeView::editTriggers(NoEditTriggers 0)
PASS : tst_QTreeView::editTriggers(NoEditTriggers 1)
PASS : tst_QTreeView::editTriggers(NoEditTriggers 2)
PASS : tst_QTreeView::editTriggers(NoEditTriggers 3)
PASS : tst_QTreeView::editTriggers(NoEditTriggers 4)
PASS : tst_QTreeView::editTriggers(CurrentChanged 0)
PASS : tst_QTreeView::editTriggers(CurrentChanged 1)
PASS : tst_QTreeView::editTriggers(CurrentChanged 2)
PASS : tst_QTreeView::editTriggers(CurrentChanged 3)
PASS : tst_QTreeView::editTriggers(CurrentChanged 4)
PASS : tst_QTreeView::editTriggers(DoubleClicked 0)
PASS : tst_QTreeView::editTriggers(DoubleClicked 1)
PASS : tst_QTreeView::editTriggers(DoubleClicked 2)
PASS : tst_QTreeView::editTriggers(DoubleClicked 3)
PASS : tst_QTreeView::editTriggers(DoubleClicked 4)
PASS : tst_QTreeView::editTriggers(SelectedClicked 0)
PASS : tst_QTreeView::editTriggers(SelectedClicked 1)
PASS : tst_QTreeView::editTriggers(SelectedClicked 2)
PASS : tst_QTreeView::editTriggers(SelectedClicked 3)
PASS : tst_QTreeView::editTriggers(SelectedClicked 4)
PASS : tst_QTreeView::editTriggers(EditKeyPressed 0)
PASS : tst_QTreeView::editTriggers(EditKeyPressed 1)
PASS : tst_QTreeView::editTriggers(EditKeyPressed 2)
PASS : tst_QTreeView::editTriggers(EditKeyPressed 3)
PASS : tst_QTreeView::editTriggers(EditKeyPressed 4)
PASS : tst_QTreeView::hasAutoScroll()
PASS : tst_QTreeView::horizontalScrollMode()
PASS : tst_QTreeView::iconSize()
PASS : tst_QTreeView::indexAt()
PASS : tst_QTreeView::indexWidget()
PASS : tst_QTreeView::itemDelegate()
PASS : tst_QTreeView::itemDelegateForColumnOrRow()
PASS : tst_QTreeView::keyboardSearch()
PASS : tst_QTreeView::keyboardSearchMultiColumn()
PASS : tst_QTreeView::setModel()
PASS : tst_QTreeView::openPersistentEditor()
PASS : tst_QTreeView::rootIndex()
PASS : tst_QTreeView::setHeader()
PASS : tst_QTreeView::columnHidden()
PASS : tst_QTreeView::rowHidden()
PASS : tst_QTreeView::noDelegate()
PASS : tst_QTreeView::noModel()
PASS : tst_QTreeView::emptyModel()
PASS : tst_QTreeView::removeRows()
PASS : tst_QTreeView::removeCols()
PASS : tst_QTreeView::limitedExpand()
PASS : tst_QTreeView::expandAndCollapse(normal)
PASS : tst_QTreeView::expandAndCollapse(animated)
PASS : tst_QTreeView::expandAndCollapseAll()
PASS : tst_QTreeView::expandWithNoChildren()
PASS : tst_QTreeView::quickExpandCollapse()
PASS : tst_QTreeView::keyboardNavigation()
PASS : tst_QTreeView::headerSections()
PASS : tst_QTreeView::moveCursor(uniformRowHeights = false, scrollPerPixel
= false)
PASS : tst_QTreeView::moveCursor(uniformRowHeights = true, scrollPerPixel =
false)
PASS : tst_QTreeView::moveCursor(uniformRowHeights = false, scrollPerPixel
= true)
PASS : tst_QTreeView::moveCursor(uniformRowHeights = true, scrollPerPixel =
true)
PASS : tst_QTreeView::setSelection((0,0,50,20),rows)
PASS : tst_QTreeView::setSelection((0,0,50,90),rows)
PASS : tst_QTreeView::setSelection((50,0,0,90),rows,invalid rect)
PASS : tst_QTreeView::setSelection((0,-20,20,50),rows)
PASS : tst_QTreeView::setSelection((0,-50,20,90),rows)
PASS : tst_QTreeView::extendedSelection(select)
PASS : tst_QTreeView::extendedSelection(unselect)
PASS : tst_QTreeView::indexAbove()
PASS : tst_QTreeView::indexBelow()
PASS : tst_QTreeView::clicked()
WARNING: tst_QTreeView::mouseDoubleClick() Mouse event "MouseDClick" not
accepted by receiving widget
WARNING: tst_QTreeView::mouseDoubleClick() Mouse event "MouseDClick" not
accepted by receiving widget
PASS : tst_QTreeView::mouseDoubleClick()
PASS : tst_QTreeView::rowsAboutToBeRemoved()
PASS : tst_QTreeView::headerSections_unhideSection()
PASS : tst_QTreeView::columnAt()
PASS : tst_QTreeView::scrollTo()
PASS : tst_QTreeView::rowsAboutToBeRemoved_move()
PASS : tst_QTreeView::resizeColumnToContents()
PASS : tst_QTreeView::insertAfterSelect()
PASS : tst_QTreeView::removeAfterSelect()
PASS : tst_QTreeView::hiddenItems()
PASS : tst_QTreeView::spanningItems()
PASS : tst_QTreeView::rowSizeHint()
PASS : tst_QTreeView::setSortingEnabled()
PASS : tst_QTreeView::headerHidden()
PASS : tst_QTreeView::selection()
PASS : tst_QTreeView::removeAndInsertExpandedCol0()
PASS : tst_QTreeView::selectionWithHiddenItems()
PASS : tst_QTreeView::selectAll()
PASS : tst_QTreeView::disabledButCheckable()
PASS : tst_QTreeView::sortByColumn(sorting enabled)
PASS : tst_QTreeView::sortByColumn(sorting disabled)
PASS : tst_QTreeView::evilModel(visible)
PASS : tst_QTreeView::indexRowSizeHint()
PASS : tst_QTreeView::addRowsWhileSectionsAreHidden()
PASS : tst_QTreeView::filterProxyModelCrash()
PASS : tst_QTreeView::renderToPixmap(row-0)
PASS : tst_QTreeView::renderToPixmap(row-1)
PASS : tst_QTreeView::styleOptionViewItem()
PASS : tst_QTreeView::keyboardNavigationWithDisabled()
PASS : tst_QTreeView::task174627_moveLeftToRoot()
PASS : tst_QTreeView::task171902_expandWith1stColHidden()
PASS : tst_QTreeView::task203696_hidingColumnsAndRowsn()
PASS : tst_QTreeView::task211293_removeRootIndex()
PASS : tst_QTreeView::task216717_updateChildren()
PASS : tst_QTreeView::task220298_selectColumns()
PASS : tst_QTreeView::task224091_appendColumns()
PASS : tst_QTreeView::task225539_deleteModel()
PASS : tst_QTreeView::task230123_setItemsExpandable()
PASS : tst_QTreeView::task202039_closePersistentEditor()
PASS : tst_QTreeView::task238873_avoidAutoReopening()
PASS : tst_QTreeView::task244304_clickOnDecoration()
PASS : tst_QTreeView::task246536_scrollbarsNotWorking()
PASS : tst_QTreeView::task250683_wrongSectionSize()
PASS : tst_QTreeView::task239271_addRowsWithFirstColumnHidden()
PASS : tst_QTreeView::task254234_proxySort()
PASS : tst_QTreeView::task248022_changeSelection()
PASS : tst_QTreeView::task245654_changeModelAndExpandAll()
PASS : tst_QTreeView::doubleClickedWithSpans()
FAIL! : tst_QTreeView::taskQTBUG_6450_selectAllWith1stColumnHidden()
'tree.selectionModel()->hasSelection()' returned FALSE. ()
Loc: [tst_qtreeview.cpp(3903)]
PASS :
tst_QTreeView::taskQTBUG_9216_setSizeAndUniformRowHeightsWrongRepaint()
PASS : tst_QTreeView::taskQTBUG_11466_keyboardNavigationRegression()
PASS : tst_QTreeView::taskQTBUG_13567_removeLastItemRegression()
PASS : tst_QTreeView::taskQTBUG_25333_adjustViewOptionsForIndex()
PASS : tst_QTreeView::taskQTBUG_18539_emitLayoutChanged()
PASS : tst_QTreeView::taskQTBUG_8176_emitOnExpandAll()
FAIL! : tst_QTreeView::testInitialFocus() Compared values are not the same
Actual (treeWidget.currentIndex().column()): -1
Expected (2) : 2
Loc: [tst_qtreeview.cpp(4254)]
PASS : tst_QTreeView::cleanupTestCase()
Totals: 169 passed, 2 failed, 0 skipped
********* Finished testing of tst_QTreeView *********
QtQA::App::TestRunner: test failed on first and second attempts, but with
different behavior each time:
QtQA::App::TestRunner: first attempt: exited with exit code 1
QtQA::App::TestRunner: second attempt: exited with exit code 2
QtQA::App::TestRunner: the test seems to be flaky, please fix this
QtQA::App::TestRunner: this flaky test is being treated as a FAIL
QtQA::App::TestRunner: end tst_qtreeview: 25 seconds, exit code 2
Testing tst_QHeaderView
FAIL! : tst_QHeaderView::preserveHiddenSectionWidth() Compared values are
not the same
Actual (view.sectionSize(1)) : 0
Expected (view.defaultSectionSize()): 30
Loc: [tst_qheaderview.cpp(1939)]
FAIL! : tst_QHeaderView::logicalIndexAtTest(no_updates+normal)
'precalced_check1 == check1' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2535)]
FAIL! : tst_QHeaderView::logicalIndexAtTest(no_updates+special)
'precalced_check1 == check1' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2535)]
FAIL! : tst_QHeaderView::logicalIndexAtTest(hasupdates+special)
'precalced_check1 == check1' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2535)]
FAIL! : tst_QHeaderView::visualIndexAtTest(no_updates+normal)
'precalced_check1 == check1' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2563)]
FAIL! : tst_QHeaderView::visualIndexAtTest(hasupdates+normal)
'precalced_check1 == check1' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2563)]
FAIL! : tst_QHeaderView::visualIndexAtTest(no_updates+special)
'precalced_check1 == check1' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2563)]
FAIL! : tst_QHeaderView::visualIndexAtTest(hasupdates+special)
'precalced_check1 == check1' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2563)]
FAIL! : tst_QHeaderView::hideShowTest(no_updates+special) 'chk_sizes ==
x[2]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2585)
The *expected* result was : {-1523279360, -1523279360, -1321506816,
2105322423, 1879611280, 1879611280, 5225}
The calculated result was : {-1523279360, -1523279360, -1893550416,
2114455086, 1879611280, 1879611280, 4300};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::hideShowTest(hasupdates+special) 'chk_sizes ==
x[2]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2585)
The *expected* result was : {-1523279360, -1523279360, -1321506816,
2105322423, 1879611280, 1879611280, 5225}
The calculated result was : {-1523279360, -1523279360, 1611983584,
-2109112544, 988763512, 988763512, 4175};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::swapSectionsTest(no_updates+normal)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2601)
The *expected* result was : {-1536450048, -1774641430, -1347156568, 1,
1719705216, -240077576, 12500}
The calculated result was : {-1536450048, -1774641430, -1347156568, 1,
828629784, 828629784, 12500};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::swapSectionsTest(no_updates+special)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2601)
The *expected* result was : {-1536450048, -1774641430, -1347156568, 1,
1719705216, -240077576, 12500}
The calculated result was : {-1536450048, -1774641430, -1347156568, 1,
975965356, -1786129056, 12500};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::swapSectionsTest(hasupdates+special)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2601)
The *expected* result was : {-1536450048, -1774641430, -1347156568, 1,
1719705216, -240077576, 12500}
The calculated result was : {-1536450048, -1774641430, -1347156568, 1,
-1834603408, 1078477568, 12500};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::moveSectionTest(no_updates+normal)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2618)
The *expected* result was : {645125952, 577086896, -1347156568, 1,
1719705216, 709383416, 12500}
The calculated result was : {645125952, 577086896, -1347156568, 1, 828629784,
828629784, 12500};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::moveSectionTest(no_updates+special)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2618)
The *expected* result was : {645125952, 577086896, -1347156568, 1,
1719705216, 709383416, 12500}
The calculated result was : {645125952, 577086896, -1347156568, 1, 378433536,
-1801318368, 12500};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::moveSectionTest(hasupdates+special)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2618)
The *expected* result was : {645125952, 577086896, -1347156568, 1,
1719705216, 709383416, 12500}
The calculated result was : {645125952, 577086896, -1347156568, 1, -40122672,
-17384116, 12500};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::defaultSizeTest(hasupdates+normal) 'chk_sizes ==
x[2]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2630)
The *expected* result was : {-1523279360, -1523279360, -1739688320,
-1023807777, 997629696, 997629696, 14970}
The calculated result was : {-1523279360, -1523279360, 1099701248, 1,
828629784, 828629784, 15000};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::defaultSizeTest(no_updates+special) 'chk_sizes ==
x[2]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2630)
The *expected* result was : {-1523279360, -1523279360, -1739688320,
-1023807777, 997629696, 997629696, 14970}
The calculated result was : {-1523279360, -1523279360, -403132160,
1310901903, -465321400, -465321400, 3990};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::defaultSizeTest(hasupdates+special) 'chk_sizes ==
x[2]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2630)
The *expected* result was : {-1523279360, -1523279360, -1739688320,
-1023807777, 997629696, 997629696, 14970}
The calculated result was : {-1523279360, -1523279360, 1099701248, 1,
-1586832256, -1586832256, 15000};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::removeTest(no_updates+normal+reset)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2646)
The *expected* result was : {1741224292, -135269187, -569519837, 1,
1719705216, -1184395000, 6075}
The calculated result was : {1741224292, -135269187, -569519837, 1,
828629784, 828629784, 6075};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::removeTest(hasupdates+normal+reset)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2646)
The *expected* result was : {1741224292, -135269187, -569519837, 1,
1719705216, -1184395000, 6075}
The calculated result was : {1741224292, -135269187, -569519837, 1,
828629784, 828629784, 6075};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::removeTest(no_updates+special+reset)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2646)
The *expected* result was : {1741224292, -135269187, -569519837, 1,
1719705216, -1184395000, 6075}
The calculated result was : {1741224292, -135269187, -569519837, 1,
-40122672, -40122672, 6075};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::removeTest(hasupdates+special+reset)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2646)
The *expected* result was : {1741224292, -135269187, -569519837, 1,
1719705216, -1184395000, 6075}
The calculated result was : {1741224292, -135269187, -569519837, 1,
-40122672, -40122672, 6075};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::removeTest(no_updates+normal) 'chk_lookup_visual ==
x[4]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2649)
The *expected* result was : {289162397, 289162397, -569519837, 1, 1719705216,
1719705216, 6075}
The calculated result was : {289162397, 289162397, -569519837, 1, 828629784,
828629784, 6075};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::removeTest(no_updates+special) 'chk_lookup_visual
== x[4]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2649)
The *expected* result was : {289162397, 289162397, -569519837, 1, 1719705216,
1719705216, 6075}
The calculated result was : {289162397, 289162397, -569519837, 1,
-1588122844, -1588122844, 6075};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::removeTest(hasupdates+special) 'chk_lookup_visual
== x[4]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2649)
The *expected* result was : {289162397, 289162397, -569519837, 1, 1719705216,
1719705216, 6075}
The calculated result was : {289162397, 289162397, -569519837, 1, 1691547104,
1691547104, 6075};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::insertTest(no_updates+normal+reset)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2664)
The *expected* result was : {2040508069, -1280266538, -150350734, 1,
1719705216, 1331312784, 25525}
The calculated result was : {2040508069, -1280266538, -150350734, 1,
1725798916, 1725798916, 25525};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::insertTest(hasupdates+normal+reset)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2664)
The *expected* result was : {2040508069, -1280266538, -150350734, 1,
1719705216, 1331312784, 25525}
The calculated result was : {2040508069, -1280266538, -150350734, 1,
1725798916, 1725798916, 25525};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::insertTest(no_updates+special+reset)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2664)
The *expected* result was : {2040508069, -1280266538, -150350734, 1,
1719705216, 1331312784, 25525}
The calculated result was : {2040508069, -1280266538, -150350734, 1,
-508149376, -508149376, 25525};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::insertTest(hasupdates+special+reset)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2664)
The *expected* result was : {2040508069, -1280266538, -150350734, 1,
1719705216, 1331312784, 25525}
The calculated result was : {2040508069, -1280266538, -150350734, 1,
-508149376, -508149376, 25525};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::insertTest(no_updates+normal) 'chk_lookup_visual ==
x[4]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2667)
The *expected* result was : {-1909447021, 339092083, -150350734, 1,
1719705216, -969712728, 25525}
The calculated result was : {-1909447021, 339092083, -150350734, 1,
828629784, 828629784, 25525};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::insertTest(hasupdates+normal) 'chk_lookup_visual ==
x[4]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2667)
The *expected* result was : {-1909447021, 339092083, -150350734, 1,
1719705216, -969712728, 25525}
The calculated result was : {-1909447021, 339092083, -150350734, 1,
828629784, 828629784, 25525};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::insertTest(no_updates+special) 'chk_lookup_visual
== x[4]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2667)
The *expected* result was : {-1909447021, 339092083, -150350734, 1,
1719705216, -969712728, 25525}
The calculated result was : {-1909447021, 339092083, -150350734, 1,
1922147876, 1922147876, 25525};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::insertTest(hasupdates+special) 'chk_lookup_visual
== x[4]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2667)
The *expected* result was : {-1909447021, 339092083, -150350734, 1,
1719705216, -969712728, 25525}
The calculated result was : {-1909447021, 339092083, -150350734, 1,
1436813936, 1436813936, 25525};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::mixedTests(no_updates+normal+reset) 'chk_sizes ==
x[2]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2695)
The *expected* result was : {898296472, 337096378, -543340640, 1,
-1251526424, -568618976, 9250}
The calculated result was : {898296472, 337096378, 1402082936, 1,
-1568728356, -295772704, 12600};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::mixedTests(hasupdates+normal+reset) 'chk_sizes ==
x[2]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2695)
The *expected* result was : {898296472, 337096378, -543340640, 1,
-1251526424, -568618976, 9250}
The calculated result was : {898296472, 337096378, 1402082936, 1,
-1568728356, -295772704, 12600};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::mixedTests(no_updates+special+reset) 'chk_sizes ==
x[2]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2695)
The *expected* result was : {898296472, 337096378, -543340640, 1,
-1251526424, -568618976, 9250}
The calculated result was : {898296472, 337096378, -1020118760, 1,
-1568728356, -295772704, 12575};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::mixedTests(hasupdates+special+reset) 'chk_sizes ==
x[2]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2695)
The *expected* result was : {898296472, 337096378, -543340640, 1,
-1251526424, -568618976, 9250}
The calculated result was : {898296472, 337096378, 766955256, 1, -1568728356,
-295772704, 12125};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::mixedTests(no_updates+normal) 'chk_sizes == x[2]'
returned FALSE. (semantic problem at tst_qheaderview.cpp (2698)
The *expected* result was : {1911338224, 1693514365, -613398968, -1912534953,
1582159424, -1851079000, 9300}
The calculated result was : {1911338224, 1693514365, 1402082936, 1,
-1878077524, 473133800, 12600};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::mixedTests(hasupdates+normal) 'chk_sizes == x[2]'
returned FALSE. (semantic problem at tst_qheaderview.cpp (2698)
The *expected* result was : {1911338224, 1693514365, -613398968, -1912534953,
1582159424, -1851079000, 9300}
The calculated result was : {1911338224, 1693514365, 1402082936, 1,
-1878077524, 473133800, 12600};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::mixedTests(no_updates+special) 'chk_sizes == x[2]'
returned FALSE. (semantic problem at tst_qheaderview.cpp (2698)
The *expected* result was : {1911338224, 1693514365, -613398968, -1912534953,
1582159424, -1851079000, 9300}
The calculated result was : {1911338224, 1693514365, 1363806008, -1928723892,
-1878077524, 473133800, 8750};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::mixedTests(hasupdates+special) 'chk_sizes == x[2]'
returned FALSE. (semantic problem at tst_qheaderview.cpp (2698)
The *expected* result was : {1911338224, 1693514365, -613398968, -1912534953,
1582159424, -1851079000, 9300}
The calculated result was : {1911338224, 1693514365, 174219008, -1864294050,
-1878077524, 473133800, 8325};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::resizeToContentTest(no_updates+normal)
'hh->sectionSize(3) > hh->sectionSize(2)' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2715)]
FAIL! : tst_QHeaderView::resizeToContentTest(hasupdates+normal)
'hh->sectionSize(3) > hh->sectionSize(2)' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2715)]
FAIL! : tst_QHeaderView::resizeToContentTest(no_updates+special)
'hh->sectionSize(3) > hh->sectionSize(2)' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2715)]
FAIL! : tst_QHeaderView::resizeToContentTest(hasupdates+special)
'hh->sectionSize(3) > hh->sectionSize(2)' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2715)]
Totals: 97 passed, 46 failed, 0 skipped
QtQA::App::TestRunner: test failed, running again to see if it is flaky...
********* Start testing of tst_QHeaderView *********
Config: Using QtTest library 5.3.0, Qt 5.3.0
PASS : tst_QHeaderView::initTestCase()
PASS : tst_QHeaderView::getSetCheck()
PASS : tst_QHeaderView::visualIndex()
PASS : tst_QHeaderView::visualIndexAt(no hidden, no moved sections)
PASS : tst_QHeaderView::visualIndexAt(no hidden, moved sections)
PASS : tst_QHeaderView::visualIndexAt(hidden, no moved sections)
PASS : tst_QHeaderView::noModel()
PASS : tst_QHeaderView::emptyModel()
PASS : tst_QHeaderView::removeRows()
PASS : tst_QHeaderView::removeCols()
PASS : tst_QHeaderView::clickable()
PASS : tst_QHeaderView::movable()
PASS : tst_QHeaderView::hidden()
PASS : tst_QHeaderView::stretch()
PASS : tst_QHeaderView::sectionSize(data set one)
PASS : tst_QHeaderView::length()
PASS : tst_QHeaderView::offset()
PASS : tst_QHeaderView::sectionSizeHint()
PASS : tst_QHeaderView::logicalIndex()
PASS : tst_QHeaderView::logicalIndexAt()
PASS : tst_QHeaderView::swapSections()
PASS : tst_QHeaderView::moveSection(bad args, no hidden)
PASS : tst_QHeaderView::moveSection(good args, no hidden)
PASS : tst_QHeaderView::moveSection(hidden sections)
PASS : tst_QHeaderView::resizeMode()
PASS : tst_QHeaderView::resizeSection(bad args)
PASS : tst_QHeaderView::resizeAndMoveSection(resizeAndMove-1)
PASS : tst_QHeaderView::resizeAndMoveSection(resizeAndMove-2)
PASS : tst_QHeaderView::resizeAndMoveSection(resizeAndMove-3)
PASS : tst_QHeaderView::resizeAndMoveSection(resizeAndMove-4)
PASS : tst_QHeaderView::resizeAndMoveSection(resizeAndMove-5)
PASS : tst_QHeaderView::resizeHiddenSection(section 0 resize 50 to 20)
PASS : tst_QHeaderView::resizeHiddenSection(section 1 resize 50 to 20)
PASS : tst_QHeaderView::resizeHiddenSection(section 2 resize 50 to 20)
PASS : tst_QHeaderView::resizeHiddenSection(section 3 resize 50 to 20)
PASS : tst_QHeaderView::resizeAndInsertSection(section 0 size 50 insert 0)
PASS : tst_QHeaderView::resizeAndInsertSection(section 1 size 50 insert 1)
PASS : tst_QHeaderView::resizeAndInsertSection(section 1 size 50 insert 0)
PASS : tst_QHeaderView::resizeWithResizeModes(stretch first section)
PASS : tst_QHeaderView::moveAndInsertSection(move from 1 to 3, insert 0)
PASS : tst_QHeaderView::highlightSections()
PASS : tst_QHeaderView::showSortIndicator()
PASS : tst_QHeaderView::sortIndicatorTracking()
PASS : tst_QHeaderView::removeAndInsertRow()
PASS : tst_QHeaderView::unhideSection()
PASS : tst_QHeaderView::testEvent()
PASS : tst_QHeaderView::headerDataChanged()
PASS : tst_QHeaderView::currentChanged()
PASS : tst_QHeaderView::horizontalOffset()
PASS : tst_QHeaderView::verticalOffset()
PASS : tst_QHeaderView::stretchSectionCount()
FAIL! : tst_QHeaderView::hiddenSectionCount() Compared values are not the
same
Actual (view->hiddenSectionCount()): 0
Expected (5) : 5
Loc: [tst_qheaderview.cpp(1484)]
PASS : tst_QHeaderView::focusPolicy()
PASS : tst_QHeaderView::moveSectionAndReset()
PASS : tst_QHeaderView::moveSectionAndRemove()
PASS : tst_QHeaderView::saveRestore()
PASS : tst_QHeaderView::defaultSectionSizeTest()
PASS : tst_QHeaderView::defaultAlignment(horizontal right aligned)
PASS : tst_QHeaderView::defaultAlignment(horizontal left aligned)
PASS : tst_QHeaderView::defaultAlignment(vertical right aligned)
PASS : tst_QHeaderView::defaultAlignment(vertical left aligned)
PASS : tst_QHeaderView::globalResizeMode(horizontal ResizeToContents 0)
PASS : tst_QHeaderView::sectionPressedSignal(horizontal unclickable 0)
PASS : tst_QHeaderView::sectionPressedSignal(horizontal clickable 1)
PASS : tst_QHeaderView::sectionClickedSignal(horizontal unclickable 0)
PASS : tst_QHeaderView::sectionClickedSignal(horizontal clickable 1)
PASS : tst_QHeaderView::defaultSectionSize(horizontal, 0)
PASS : tst_QHeaderView::defaultSectionSize(horizontal, 5)
PASS : tst_QHeaderView::defaultSectionSize(horizontal,25)
PASS : tst_QHeaderView::oneSectionSize()
FAIL! : tst_QHeaderView::hideAndInsert(horizontal, 0, 0) Compared values are
not the same
Actual (h.isSectionHidden(i)): 1
Expected (false) : 0
Loc: [tst_qheaderview.cpp(1885)]
PASS : tst_QHeaderView::removeSection()
PASS : tst_QHeaderView::preserveHiddenSectionWidth()
PASS : tst_QHeaderView::invisibleStretchLastSection()
PASS : tst_QHeaderView::noSectionsWithNegativeSize()
PASS : tst_QHeaderView::emptySectionSpan()
PASS : tst_QHeaderView::task236450_hidden(set 1)
PASS : tst_QHeaderView::task236450_hidden(set 2)
PASS : tst_QHeaderView::task236450_hidden(set 3)
FAIL! : tst_QHeaderView::task248050_hideRow() Compared values are not the
same
Actual (header.sectionPosition(2)): 0
Expected (17*2) : 34
Loc: [tst_qheaderview.cpp(2045)]
PASS : tst_QHeaderView::QTBUG6058_reset()
PASS : tst_QHeaderView::QTBUG7833_sectionClicked()
PASS : tst_QHeaderView::QTBUG8650_crashOnInsertSections()
PASS : tst_QHeaderView::QTBUG12268_hiddenMovedSectionSorting()
PASS : tst_QHeaderView::QTBUG14242_hideSectionAutoSize()
PASS : tst_QHeaderView::ensureNoIndexAtLength()
PASS : tst_QHeaderView::offsetConsistent()
PASS : tst_QHeaderView::initialSortOrderRole()
FAIL! : tst_QHeaderView::logicalIndexAtTest(no_updates+normal)
'precalced_check1 == check1' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2535)]
FAIL! : tst_QHeaderView::logicalIndexAtTest(hasupdates+normal)
'precalced_check1 == check1' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2535)]
FAIL! : tst_QHeaderView::logicalIndexAtTest(no_updates+special)
'precalced_check1 == check1' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2535)]
FAIL! : tst_QHeaderView::logicalIndexAtTest(hasupdates+special)
'precalced_check1 == check1' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2535)]
FAIL! : tst_QHeaderView::visualIndexAtTest(no_updates+normal)
'precalced_check1 == check1' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2563)]
PASS : tst_QHeaderView::visualIndexAtTest(hasupdates+normal)
FAIL! : tst_QHeaderView::visualIndexAtTest(no_updates+special)
'precalced_check1 == check1' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2563)]
FAIL! : tst_QHeaderView::visualIndexAtTest(hasupdates+special)
'precalced_check1 == check1' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2563)]
PASS : tst_QHeaderView::hideShowTest(no_updates+normal)
FAIL! : tst_QHeaderView::hideShowTest(hasupdates+normal) 'chk_sizes == x[2]'
returned FALSE. (semantic problem at tst_qheaderview.cpp (2585)
The *expected* result was : {-1523279360, -1523279360, -1321506816,
2105322423, 1879611280, 1879611280, 5225}
The calculated result was : {-1523279360, -1523279360, -1347156568, 1,
988763512, 988763512, 12500};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::hideShowTest(no_updates+special) 'chk_sizes ==
x[2]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2585)
The *expected* result was : {-1523279360, -1523279360, -1321506816,
2105322423, 1879611280, 1879611280, 5225}
The calculated result was : {-1523279360, -1523279360, 1611983584,
-2109112544, 988763512, 988763512, 4175};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::hideShowTest(hasupdates+special) 'chk_sizes ==
x[2]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2585)
The *expected* result was : {-1523279360, -1523279360, -1321506816,
2105322423, 1879611280, 1879611280, 5225}
The calculated result was : {-1523279360, -1523279360, 1974507304,
2110017397, 988763512, 988763512, 4825};)
Loc: [tst_qheaderview.cpp(2436)]
PASS : tst_QHeaderView::swapSectionsTest(no_updates+normal)
FAIL! : tst_QHeaderView::swapSectionsTest(hasupdates+normal)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2601)
The *expected* result was : {-1536450048, -1774641430, -1347156568, 1,
1719705216, -240077576, 12500}
The calculated result was : {-1536450048, -1774641430, -1347156568, 1,
828629784, 828629784, 12500};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::swapSectionsTest(no_updates+special)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2601)
The *expected* result was : {-1536450048, -1774641430, -1347156568, 1,
1719705216, -240077576, 12500}
The calculated result was : {-1536450048, -1774641430, -1347156568, 1,
-146160416, -947168672, 12500};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::swapSectionsTest(hasupdates+special)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2601)
The *expected* result was : {-1536450048, -1774641430, -1347156568, 1,
1719705216, -240077576, 12500}
The calculated result was : {-1536450048, -1774641430, -1347156568, 1,
975965356, -1786129056, 12500};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::moveSectionTest(no_updates+normal)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2618)
The *expected* result was : {645125952, 577086896, -1347156568, 1,
1719705216, 709383416, 12500}
The calculated result was : {645125952, 577086896, -1347156568, 1, 828629784,
828629784, 12500};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::moveSectionTest(hasupdates+normal)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2618)
The *expected* result was : {645125952, 577086896, -1347156568, 1,
1719705216, 709383416, 12500}
The calculated result was : {645125952, 577086896, -1347156568, 1, 828629784,
828629784, 12500};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::moveSectionTest(no_updates+special)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2618)
The *expected* result was : {645125952, 577086896, -1347156568, 1,
1719705216, 709383416, 12500}
The calculated result was : {645125952, 577086896, -1347156568, 1, 975965356,
-1786129056, 12500};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::moveSectionTest(hasupdates+special)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2618)
The *expected* result was : {645125952, 577086896, -1347156568, 1,
1719705216, 709383416, 12500}
The calculated result was : {645125952, 577086896, -1347156568, 1, 975965356,
-1786129056, 12500};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::defaultSizeTest(no_updates+normal) 'chk_sizes ==
x[2]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2630)
The *expected* result was : {-1523279360, -1523279360, -1739688320,
-1023807777, 997629696, 997629696, 14970}
The calculated result was : {-1523279360, -1523279360, 1099701248, 1,
828629784, 828629784, 15000};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::defaultSizeTest(hasupdates+normal) 'chk_sizes ==
x[2]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2630)
The *expected* result was : {-1523279360, -1523279360, -1739688320,
-1023807777, 997629696, 997629696, 14970}
The calculated result was : {-1523279360, -1523279360, 1099701248, 1,
828629784, 828629784, 15000};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::defaultSizeTest(no_updates+special) 'chk_sizes ==
x[2]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2630)
The *expected* result was : {-1523279360, -1523279360, -1739688320,
-1023807777, 997629696, 997629696, 14970}
The calculated result was : {-1523279360, -1523279360, -1806909184,
1331973474, 825519544, 825519544, 5910};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::defaultSizeTest(hasupdates+special) 'chk_sizes ==
x[2]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2630)
The *expected* result was : {-1523279360, -1523279360, -1739688320,
-1023807777, 997629696, 997629696, 14970}
The calculated result was : {-1523279360, -1523279360, 1099701248, 1,
1795733060, 1795733060, 15000};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::removeTest(no_updates+normal+reset)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2646)
The *expected* result was : {1741224292, -135269187, -569519837, 1,
1719705216, -1184395000, 6075}
The calculated result was : {1741224292, -135269187, -569519837, 1,
828629784, 828629784, 6075};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::removeTest(hasupdates+normal+reset)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2646)
The *expected* result was : {1741224292, -135269187, -569519837, 1,
1719705216, -1184395000, 6075}
The calculated result was : {1741224292, -135269187, -569519837, 1,
828629784, 828629784, 6075};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::removeTest(no_updates+special+reset)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2646)
The *expected* result was : {1741224292, -135269187, -569519837, 1,
1719705216, -1184395000, 6075}
The calculated result was : {1741224292, -135269187, -569519837, 1,
378433536, -1625089336, 6075};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::removeTest(hasupdates+special+reset)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2646)
The *expected* result was : {1741224292, -135269187, -569519837, 1,
1719705216, -1184395000, 6075}
The calculated result was : {1741224292, -135269187, -569519837, 1,
378433536, -1625089336, 6075};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::removeTest(no_updates+normal) 'chk_lookup_visual ==
x[4]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2649)
The *expected* result was : {289162397, 289162397, -569519837, 1, 1719705216,
1719705216, 6075}
The calculated result was : {289162397, 289162397, -569519837, 1, 828629784,
828629784, 6075};)
Loc: [tst_qheaderview.cpp(2438)]
PASS : tst_QHeaderView::removeTest(hasupdates+normal)
FAIL! : tst_QHeaderView::removeTest(no_updates+special) 'chk_lookup_visual
== x[4]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2649)
The *expected* result was : {289162397, 289162397, -569519837, 1, 1719705216,
1719705216, 6075}
The calculated result was : {289162397, 289162397, -569519837, 1,
-1588122844, -1588122844, 6075};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::removeTest(hasupdates+special) 'chk_lookup_visual
== x[4]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2649)
The *expected* result was : {289162397, 289162397, -569519837, 1, 1719705216,
1719705216, 6075}
The calculated result was : {289162397, 289162397, -569519837, 1, 828629784,
828629784, 6075};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::insertTest(no_updates+normal+reset)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2664)
The *expected* result was : {2040508069, -1280266538, -150350734, 1,
1719705216, 1331312784, 25525}
The calculated result was : {2040508069, -1280266538, -150350734, 1,
1725798916, 1725798916, 25525};)
Loc: [tst_qheaderview.cpp(2438)]
PASS : tst_QHeaderView::insertTest(hasupdates+normal+reset)
FAIL! : tst_QHeaderView::insertTest(no_updates+special+reset)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2664)
The *expected* result was : {2040508069, -1280266538, -150350734, 1,
1719705216, 1331312784, 25525}
The calculated result was : {2040508069, -1280266538, -150350734, 1,
764853344, 361784416, 25525};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::insertTest(hasupdates+special+reset)
'chk_lookup_visual == x[4]' returned FALSE. (semantic problem at
tst_qheaderview.cpp (2664)
The *expected* result was : {2040508069, -1280266538, -150350734, 1,
1719705216, 1331312784, 25525}
The calculated result was : {2040508069, -1280266538, -150350734, 1,
-1302164248, 1001437432, 25525};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::insertTest(no_updates+normal) 'chk_lookup_visual ==
x[4]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2667)
The *expected* result was : {-1909447021, 339092083, -150350734, 1,
1719705216, -969712728, 25525}
The calculated result was : {-1909447021, 339092083, -150350734, 1,
828629784, 828629784, 25525};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::insertTest(hasupdates+normal) 'chk_lookup_visual ==
x[4]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2667)
The *expected* result was : {-1909447021, 339092083, -150350734, 1,
1719705216, -969712728, 25525}
The calculated result was : {-1909447021, 339092083, -150350734, 1,
828629784, 828629784, 25525};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::insertTest(no_updates+special) 'chk_lookup_visual
== x[4]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2667)
The *expected* result was : {-1909447021, 339092083, -150350734, 1,
1719705216, -969712728, 25525}
The calculated result was : {-1909447021, 339092083, -150350734, 1,
660455184, -1786129056, 25525};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::insertTest(hasupdates+special) 'chk_lookup_visual
== x[4]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2667)
The *expected* result was : {-1909447021, 339092083, -150350734, 1,
1719705216, -969712728, 25525}
The calculated result was : {-1909447021, 339092083, -150350734, 1,
660455184, -1786129056, 25525};)
Loc: [tst_qheaderview.cpp(2438)]
FAIL! : tst_QHeaderView::mixedTests(no_updates+normal+reset) 'chk_sizes ==
x[2]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2695)
The *expected* result was : {898296472, 337096378, -543340640, 1,
-1251526424, -568618976, 9250}
The calculated result was : {898296472, 337096378, 1402082936, 1,
-1568728356, -295772704, 12600};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::mixedTests(hasupdates+normal+reset) 'chk_sizes ==
x[2]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2695)
The *expected* result was : {898296472, 337096378, -543340640, 1,
-1251526424, -568618976, 9250}
The calculated result was : {898296472, 337096378, -103580688, 1,
-1251526424, -568618976, 9275};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::mixedTests(no_updates+special+reset) 'chk_sizes ==
x[2]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2695)
The *expected* result was : {898296472, 337096378, -543340640, 1,
-1251526424, -568618976, 9250}
The calculated result was : {898296472, 337096378, 759893744, 1, -1251526424,
-568618976, 11775};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::mixedTests(hasupdates+special+reset) 'chk_sizes ==
x[2]' returned FALSE. (semantic problem at tst_qheaderview.cpp (2695)
The *expected* result was : {898296472, 337096378, -543340640, 1,
-1251526424, -568618976, 9250}
The calculated result was : {898296472, 337096378, -218376936, 1,
-1251526424, -568618976, 12200};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::mixedTests(no_updates+normal) 'chk_sizes == x[2]'
returned FALSE. (semantic problem at tst_qheaderview.cpp (2698)
The *expected* result was : {1911338224, 1693514365, -613398968, -1912534953,
1582159424, -1851079000, 9300}
The calculated result was : {1911338224, 1693514365, 1402082936, 1,
-1878077524, 473133800, 12600};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::mixedTests(hasupdates+normal) 'chk_sizes == x[2]'
returned FALSE. (semantic problem at tst_qheaderview.cpp (2698)
The *expected* result was : {1911338224, 1693514365, -613398968, -1912534953,
1582159424, -1851079000, 9300}
The calculated result was : {1911338224, 1693514365, 1402082936, 1,
-1878077524, 473133800, 12600};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::mixedTests(no_updates+special) 'chk_sizes == x[2]'
returned FALSE. (semantic problem at tst_qheaderview.cpp (2698)
The *expected* result was : {1911338224, 1693514365, -613398968, -1912534953,
1582159424, -1851079000, 9300}
The calculated result was : {1911338224, 1693514365, -550538440, -1896004920,
-1878077524, 473133800, 8625};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::mixedTests(hasupdates+special) 'chk_sizes == x[2]'
returned FALSE. (semantic problem at tst_qheaderview.cpp (2698)
The *expected* result was : {1911338224, 1693514365, -613398968, -1912534953,
1582159424, -1851079000, 9300}
The calculated result was : {1911338224, 1693514365, -315321832, -1935050349,
-1878077524, 473133800, 8425};)
Loc: [tst_qheaderview.cpp(2436)]
FAIL! : tst_QHeaderView::resizeToContentTest(no_updates+normal)
'view->sectionSize(1) > 1' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2721)]
FAIL! : tst_QHeaderView::resizeToContentTest(hasupdates+normal)
'view->sectionSize(1) > 1' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2721)]
FAIL! : tst_QHeaderView::resizeToContentTest(no_updates+special)
'view->sectionSize(1) > 1' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2721)]
FAIL! : tst_QHeaderView::resizeToContentTest(hasupdates+special)
'view->sectionSize(1) > 1' returned FALSE. ()
Loc: [tst_qheaderview.cpp(2721)]
PASS : tst_QHeaderView::testStreamWithHide()
PASS : tst_QHeaderView::testStylePosition()
PASS : tst_QHeaderView::cleanupTestCase()
Totals: 93 passed, 50 failed, 0 skipped
********* Finished testing of tst_QHeaderView *********
QtQA::App::TestRunner: test failed on first and second attempts, but with
different behavior each time:
QtQA::App::TestRunner: first attempt: exited with exit code 46
QtQA::App::TestRunner: second attempt: exited with exit code 50
QtQA::App::TestRunner: the test seems to be flaky, please fix this
QtQA::App::TestRunner: this flaky test is being treated as a FAIL
QtQA::App::TestRunner: end tst_qheaderview: 9 seconds, exit code 50
Build log:
http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_02089/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz
Tested changes (refs/builds/dev_1382386610):
http://codereview.qt-project.org/67406 [PS5] - QHeaderView - move ishidden
into the section
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports