Autotest `tst_qcombobox' failed :(

  Testing tst_QComboBox
  FAIL!  : tst_QComboBox::task190205_setModelAdjustToContents() Compared values 
are not the same
     Actual   (box.size()): QSize(99x20)
     Expected (correctBox.size()): QSize(104x20)
  tst_qcombobox.cpp(2179) : failure location
  Totals: 147 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QComboBox *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QComboBox::initTestCase()
  PASS   : tst_QComboBox::getSetCheck()
  PASS   : tst_QComboBox::ensureReturnIsIgnored()
  PASS   : tst_QComboBox::setEditable()
  PASS   : tst_QComboBox::setPalette()
  PASS   : tst_QComboBox::sizeAdjustPolicy()
  PASS   : tst_QComboBox::clear()
  PASS   : tst_QComboBox::insertPolicy(NoInsert-NoInitial)
  PASS   : tst_QComboBox::insertPolicy(NoInsert-OneInitial)
  PASS   : tst_QComboBox::insertPolicy(NoInsert-FiveInitial-FirstCurrent)
  PASS   : tst_QComboBox::insertPolicy(NoInsert-FiveInitial-ThirdCurrent)
  PASS   : tst_QComboBox::insertPolicy(NoInsert-FiveInitial-LastCurrent)
  PASS   : tst_QComboBox::insertPolicy(AtTop-NoInitial)
  PASS   : tst_QComboBox::insertPolicy(AtTop-OneInitial)
  PASS   : tst_QComboBox::insertPolicy(AtTop-FiveInitial-FirstCurrent)
  PASS   : tst_QComboBox::insertPolicy(AtTop-FiveInitial-ThirdCurrent)
  PASS   : tst_QComboBox::insertPolicy(AtTop-FiveInitial-LastCurrent)
  PASS   : tst_QComboBox::insertPolicy(AtCurrent-NoInitial)
  PASS   : tst_QComboBox::insertPolicy(AtCurrent-OneInitial)
  PASS   : tst_QComboBox::insertPolicy(AtCurrent-FiveInitial-FirstCurrent)
  PASS   : tst_QComboBox::insertPolicy(AtCurrent-FiveInitial-ThirdCurrent)
  PASS   : tst_QComboBox::insertPolicy(AtCurrent-FiveInitial-LastCurrent)
  PASS   : tst_QComboBox::insertPolicy(AtBottom-NoInitial)
  PASS   : tst_QComboBox::insertPolicy(AtBottom-OneInitial)
  PASS   : tst_QComboBox::insertPolicy(AtBottom-FiveInitial-FirstCurrent)
  PASS   : tst_QComboBox::insertPolicy(AtBottom-FiveInitial-ThirdCurrent)
  PASS   : tst_QComboBox::insertPolicy(AtBottom-FiveInitial-LastCurrent)
  PASS   : tst_QComboBox::insertPolicy(AfterCurrent-NoInitial)
  PASS   : tst_QComboBox::insertPolicy(AfterCurrent-OneInitial)
  PASS   : tst_QComboBox::insertPolicy(AfterCurrent-FiveInitial-FirstCurrent)
  PASS   : tst_QComboBox::insertPolicy(AfterCurrent-FiveInitial-ThirdCurrent)
  PASS   : tst_QComboBox::insertPolicy(AfterCurrent-FiveInitial-LastCurrent)
  PASS   : tst_QComboBox::insertPolicy(BeforeCurrent-NoInitial)
  PASS   : tst_QComboBox::insertPolicy(BeforeCurrent-OneInitial)
  PASS   : tst_QComboBox::insertPolicy(BeforeCurrent-FiveInitial-FirstCurrent)
  PASS   : tst_QComboBox::insertPolicy(BeforeCurrent-FiveInitial-ThirdCurrent)
  PASS   : tst_QComboBox::insertPolicy(BeforeCurrent-FiveInitial-LastCurrent)
  PASS   : tst_QComboBox::insertPolicy(Alphabetically-NoInitial)
  PASS   : tst_QComboBox::insertPolicy(Alphabetically-OneInitial)
  PASS   : tst_QComboBox::insertPolicy(Alphabetically-FiveInitial-FirstCurrent)
  PASS   : tst_QComboBox::insertPolicy(Alphabetically-FiveInitial-ThirdCurrent)
  PASS   : tst_QComboBox::insertPolicy(Alphabetically-FiveInitial-LastCurrent)
  PASS   : tst_QComboBox::virtualAutocompletion()
  PASS   : tst_QComboBox::autoCompletionCaseSensitivity()
  PASS   : tst_QComboBox::hide()
  PASS   : tst_QComboBox::currentIndex(first added item is set to current if 
there is no current)
  PASS   : tst_QComboBox::currentIndex(check that setting the index works)
  PASS   : tst_QComboBox::currentIndex(check that isetting the index to -1 
works)
  PASS   : tst_QComboBox::currentIndex(check that current index is invalid when 
removing the only item)
  PASS   : tst_QComboBox::currentIndex(check that the current index follows the 
item when removing an item above)
  PASS   : tst_QComboBox::currentIndex(check that the current index uses the 
next item if current is removed)
  PASS   : tst_QComboBox::currentIndex(check that the current index is moved to 
the one before if current is removed)
  PASS   : tst_QComboBox::currentIndex(check that the current index is 
unchanged if you remove an item after)
  PASS   : tst_QComboBox::currentIndex(check that the current index follows the 
item if you insert before current)
  PASS   : tst_QComboBox::currentIndex(check that the current index follows the 
item if you insert on the current)
  PASS   : tst_QComboBox::currentIndex(check that the current index stays the 
same if you insert after the current)
  PASS   : tst_QComboBox::insertItems(prepend)
  PASS   : tst_QComboBox::insertItems(prepend with negative value)
  PASS   : tst_QComboBox::insertItems(append)
  PASS   : tst_QComboBox::insertItems(append with too high value)
  PASS   : tst_QComboBox::insertItems(insert)
  PASS   : tst_QComboBox::insertItem(Insert less then 0)
  PASS   : tst_QComboBox::insertItem(Insert at 0)
  PASS   : tst_QComboBox::insertItem(Insert beyond count)
  PASS   : tst_QComboBox::insertItem(Insert at count)
  PASS   : tst_QComboBox::insertItem(Insert in the middle)
  PASS   : tst_QComboBox::insertItem(Insert less then 0)
  PASS   : tst_QComboBox::insertItem(Insert at 0)
  PASS   : tst_QComboBox::insertItem(Insert beyond count)
  PASS   : tst_QComboBox::insertItem(Insert at count)
  PASS   : tst_QComboBox::insertItem(Insert in the middle)
  PASS   : tst_QComboBox::insertOnCurrentIndex()
  PASS   : tst_QComboBox::textpixmapdata(just text)
  PASS   : tst_QComboBox::textpixmapdata(just icons)
  PASS   : tst_QComboBox::textpixmapdata(just user data)
  PASS   : tst_QComboBox::textpixmapdata(text, icons and user data)
  PASS   : tst_QComboBox::currentTextChanged(editable)
  PASS   : tst_QComboBox::currentTextChanged(not editable)
  PASS   : tst_QComboBox::editTextChanged()
  PASS   : tst_QComboBox::setModel()
  PASS   : tst_QComboBox::modelDeleted()
  PASS   : tst_QComboBox::setMaxCount()
  PASS   : tst_QComboBox::setCurrentIndex()
  PASS   : tst_QComboBox::setCurrentText(editable)
  PASS   : tst_QComboBox::setCurrentText(not editable)
  PASS   : tst_QComboBox::convenienceViews()
  PASS   : tst_QComboBox::findText(CaseSensitive_1)
  PASS   : tst_QComboBox::findText(CaseSensitive_2)
  PASS   : tst_QComboBox::findText(CaseSensitive_3)
  PASS   : tst_QComboBox::findText(CaseSensitive_4)
  PASS   : tst_QComboBox::findText(CaseInsensitive_1)
  PASS   : tst_QComboBox::findText(CaseInsensitive_2)
  PASS   : tst_QComboBox::findText(CaseInsensitive_3)
  PASS   : tst_QComboBox::findText(CaseInsensitive_4)
  QWARN  : tst_QComboBox::flaggedItems(non-editable:normal) setGeometry: Unable 
to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry:  
104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 
0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::flaggedItems(non-editable:normal)
  QWARN  : tst_QComboBox::flaggedItems(non-editable:non-selectable) 
setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. 
Resulting geometry:  104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 
0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::flaggedItems(non-editable:non-selectable)
  QWARN  : tst_QComboBox::flaggedItems(non-editable:disabled) setGeometry: 
Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting 
geometry:  104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, 
minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::flaggedItems(non-editable:disabled)
  QWARN  : tst_QComboBox::flaggedItems(non-editable:mixed) setGeometry: Unable 
to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry:  
104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 
0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::flaggedItems(non-editable:mixed)
  QWARN  : tst_QComboBox::flaggedItems(non-editable:nearly-empty) setGeometry: 
Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting 
geometry:  104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, 
minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::flaggedItems(non-editable:nearly-empty)
  QWARN  : tst_QComboBox::flaggedItems(non-editable:only one enabled) 
setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. 
Resulting geometry:  104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 
0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::flaggedItems(non-editable:only one enabled)
  QWARN  : tst_QComboBox::flaggedItems(non-editable:home-disabled) setGeometry: 
Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting 
geometry:  104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, 
minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::flaggedItems(non-editable:home-disabled)
  QWARN  : tst_QComboBox::flaggedItems(non-editable:end-key) setGeometry: 
Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. Resulting 
geometry:  104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, 
minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::flaggedItems(non-editable:end-key)
  QWARN  : tst_QComboBox::flaggedItems(non-editable:keyboard-search) 
setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. 
Resulting geometry:  104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 
0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::flaggedItems(non-editable:keyboard-search)
  QWARN  : tst_QComboBox::flaggedItems(non-editable:search same start letter) 
setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. 
Resulting geometry:  104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 
0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::flaggedItems(non-editable:search same start letter)
  QWARN  : tst_QComboBox::flaggedItems(non-editable:keyboard search item) 
setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. 
Resulting geometry:  104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 
0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::flaggedItems(non-editable:keyboard search item)
  QWARN  : tst_QComboBox::flaggedItems(non-editable:all key combinations) 
setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. 
Resulting geometry:  104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 
0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::flaggedItems(non-editable:all key combinations)
  PASS   : tst_QComboBox::flaggedItems(editable:normal)
  PASS   : tst_QComboBox::flaggedItems(editable:non-selectable)
  PASS   : tst_QComboBox::flaggedItems(editable:disabled)
  PASS   : tst_QComboBox::flaggedItems(editable:mixed)
  PASS   : tst_QComboBox::flaggedItems(editable:nearly-empty)
  PASS   : tst_QComboBox::flaggedItems(editable:only one enabled)
  PASS   : tst_QComboBox::flaggedItems(editable:disabled)
  PASS   : tst_QComboBox::flaggedItems(editable:broken autocompletion)
  PASS   : tst_QComboBox::pixmapIcon()
  PASS   : tst_QComboBox::mouseWheel(upper locked)
  PASS   : tst_QComboBox::mouseWheel(jump over)
  PASS   : tst_QComboBox::mouseWheel(single Item enabled)
  PASS   : tst_QComboBox::layoutDirection()
  QWARN  : tst_QComboBox::itemListPosition() setGeometry: Unable to set 
geometry 2448x20+320+138 on 'QWidgetClassWindow'. Resulting geometry:  
1284x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 
0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::itemListPosition()
  PASS   : tst_QComboBox::separatorItem(test)
  QWARN  : tst_QComboBox::task190351_layout() setGeometry: Unable to set 
geometry 60x22+320+138 on 'QComboBoxClassWindow'. Resulting geometry:  
104x22+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 
0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::task190351_layout()
  PASS   : tst_QComboBox::task191329_size()
  PASS   : tst_QComboBox::task166349_setEditableOnReturn()
  QWARN  : tst_QComboBox::task190205_setModelAdjustToContents() setGeometry: 
Unable to set geometry 47x20+320+138 on 'QComboBoxClassWindow'. Resulting 
geometry:  104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, 
minimum size: 0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QComboBox::task190205_setModelAdjustToContents() setGeometry: 
Unable to set geometry 99x20+320+138 on 'QComboBoxClassWindow'. Resulting 
geometry:  104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, 
minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::task190205_setModelAdjustToContents()
  PASS   : tst_QComboBox::task248169_popupWithMinimalSize()
  QWARN  : tst_QComboBox::task247863_keyBoardSelection() setGeometry: Unable to 
set geometry 49x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry:  
104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 
0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::task247863_keyBoardSelection()
  QWARN  : tst_QComboBox::task220195_keyBoardSelection2() setGeometry: Unable 
to set geometry 53x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry:  
104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 
0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::task220195_keyBoardSelection2()
  PASS   : tst_QComboBox::setModelColumn()
  QWARN  : tst_QComboBox::noScrollbar(normal) setGeometry: Unable to set 
geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry:  
104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 
0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QComboBox::noScrollbar(normal) setGeometry: Unable to set 
geometry 32x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry:  
104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 
0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::noScrollbar(normal)
  QWARN  : tst_QComboBox::noScrollbar(border) setGeometry: Unable to set 
geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry:  
104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 
0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QComboBox::noScrollbar(border) setGeometry: Unable to set 
geometry 32x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry:  
104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 
0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::noScrollbar(border)
  QWARN  : tst_QComboBox::noScrollbar(margin) setGeometry: Unable to set 
geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry:  
104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 
0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QComboBox::noScrollbar(margin) setGeometry: Unable to set 
geometry 32x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry:  
104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 
0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::noScrollbar(margin)
  QWARN  : tst_QComboBox::noScrollbar(padding) setGeometry: Unable to set 
geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry:  
104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 
0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QComboBox::noScrollbar(padding) setGeometry: Unable to set 
geometry 32x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry:  
104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 
0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::noScrollbar(padding)
  QWARN  : tst_QComboBox::noScrollbar(everything) setGeometry: Unable to set 
geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry:  
104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 
0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QComboBox::noScrollbar(everything) setGeometry: Unable to set 
geometry 32x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry:  
104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 
0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::noScrollbar(everything)
  QWARN  : tst_QComboBox::noScrollbar(everything and more) setGeometry: Unable 
to set geometry 100x30+320+138 on 'QWidgetClassWindow'. Resulting geometry:  
104x30+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 
0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QComboBox::noScrollbar(everything and more) setGeometry: Unable 
to set geometry 32x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry:  
104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 
0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::noScrollbar(everything and more)
  PASS   : tst_QComboBox::setItemDelegate()
  PASS   : tst_QComboBox::task253944_itemDelegateIsReset()
  PASS   : tst_QComboBox::subControlRectsWithOffset(editable = true)
  PASS   : tst_QComboBox::subControlRectsWithOffset(editable = false)
  QWARN  : tst_QComboBox::task260974_menuItemRectangleForComboBoxPopup() 
setGeometry: Unable to set geometry 61x20+320+138 on 'QComboBoxClassWindow'. 
Resulting geometry:  104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 
0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::task260974_menuItemRectangleForComboBoxPopup()
  PASS   : tst_QComboBox::removeItem()
  PASS   : tst_QComboBox::resetModel()
  QWARN  : tst_QComboBox::keyBoardNavigationWithMouse() setGeometry: Unable to 
set geometry 43x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry:  
104x20+320+138 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 
0x0, maximum size: 16777215x16777215).
  FAIL!  : tst_QComboBox::keyBoardNavigationWithMouse() 'selection > 3' 
returned FALSE. ()
  tst_qcombobox.cpp(2552) : failure location
  PASS   : tst_QComboBox::task_QTBUG_1071_changingFocusEmitsActivated()
  QWARN  : tst_QComboBox::maxVisibleItems() setGeometry: Unable to set geometry 
43x20+320+138 on 'QComboBoxClassWindow'. Resulting geometry:  104x20+320+138 
(frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum 
size: 16777215x16777215).
  PASS   : tst_QComboBox::maxVisibleItems()
  PASS   : tst_QComboBox::task_QTBUG_10491_currentIndexAndModelColumn()
  PASS   : tst_QComboBox::highlightedSignal()
  PASS   : tst_QComboBox::cleanupTestCase()
  Totals: 147 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QComboBox *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qcombobox: 31 seconds, exit code 1

  Build log: 
http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00510/win32-mingw47_developer-build_qtlibinfix_Windows_7/log.txt.gz

  Tested changes (refs/builds/dev_1362547744):
    http://codereview.qt-project.org/42990 [PS8] - Implement XEmbed protocol
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports

Reply via email to