Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-62970

tst_QComboBox::autoCompletionCaseSensitivity is flaky on openSUSE 42.3

    XMLWordPrintable

Details

    Description

      home/qt/work/qt/qtbase/tests/auto/widgets/widgets/qcombobox/target_wrapper.sh  ./tst_qcombobox -o /home/qt/work/testresults/tests/auto/widgets/widgets/qcombobox266577145,xml -o -,txt
      ********* Start testing of tst_QComboBox *********
      Config: Using QtTest library 5.9.2, Qt 5.9.2 (x86_64-little_endian-lp64 shared (dynamic) debug build; by GCC 4.8.5)
      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()
      FAIL!  : tst_QComboBox::autoCompletionCaseSensitivity() Compared values are not the same
         Actual   (testWidget->currentText()): "aBCDEF"
         Expected (QString("abCDEF"))        : "abCDEF"
         Loc: [tst_qcombobox.cpp(869)]
      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)
      PASS   : tst_QComboBox::flaggedItems(non-editable:normal)
      PASS   : tst_QComboBox::flaggedItems(non-editable:non-selectable)
      PASS   : tst_QComboBox::flaggedItems(non-editable:disabled)
      PASS   : tst_QComboBox::flaggedItems(non-editable:mixed)
      PASS   : tst_QComboBox::flaggedItems(non-editable:nearly-empty)
      PASS   : tst_QComboBox::flaggedItems(non-editable:only one enabled)
      PASS   : tst_QComboBox::flaggedItems(non-editable:home-disabled)
      PASS   : tst_QComboBox::flaggedItems(non-editable:end-key)
      PASS   : tst_QComboBox::flaggedItems(non-editable:keyboard-search)
      PASS   : tst_QComboBox::flaggedItems(non-editable:search same start letter)
      PASS   : tst_QComboBox::flaggedItems(non-editable:keyboard search item)
      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::popupWheelHandling()
      PASS   : tst_QComboBox::layoutDirection()
      PASS   : tst_QComboBox::itemListPosition()
      PASS   : tst_QComboBox::separatorItem(test)
      PASS   : tst_QComboBox::task190351_layout()
      PASS   : tst_QComboBox::task191329_size()
      PASS   : tst_QComboBox::task166349_setEditableOnReturn()
      PASS   : tst_QComboBox::task190205_setModelAdjustToContents()
      PASS   : tst_QComboBox::task248169_popupWithMinimalSize()
      PASS   : tst_QComboBox::task247863_keyBoardSelection()
      PASS   : tst_QComboBox::task220195_keyBoardSelection2()
      PASS   : tst_QComboBox::setModelColumn()
      PASS   : tst_QComboBox::noScrollbar(normal)
      PASS   : tst_QComboBox::noScrollbar(border)
      PASS   : tst_QComboBox::noScrollbar(margin)
      PASS   : tst_QComboBox::noScrollbar(padding)
      PASS   : tst_QComboBox::noScrollbar(everything)
      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)
      PASS   : tst_QComboBox::task260974_menuItemRectangleForComboBoxPopup()
      PASS   : tst_QComboBox::removeItem()
      PASS   : tst_QComboBox::resetModel()
      PASS   : tst_QComboBox::keyBoardNavigationWithMouse()
      PASS   : tst_QComboBox::task_QTBUG_1071_changingFocusEmitsActivated()
      PASS   : tst_QComboBox::maxVisibleItems(Default)
      PASS   : tst_QComboBox::maxVisibleItems(No spacing)
      PASS   : tst_QComboBox::maxVisibleItems(20)
      PASS   : tst_QComboBox::task_QTBUG_10491_currentIndexAndModelColumn()
      PASS   : tst_QComboBox::highlightedSignal()
      PASS   : tst_QComboBox::itemData()
      PASS   : tst_QComboBox::task_QTBUG_31146_popupCompletion()
      PASS   : tst_QComboBox::task_QTBUG_41288_completerChangesCurrentIndex()
      PASS   : tst_QComboBox::task_QTBUG_54191_slotOnEditTextChangedSetsComboBoxToReadOnly()
      PASS   : tst_QComboBox::keyboardSelection()
      PASS   : tst_QComboBox::setCustomModelAndView()
      PASS   : tst_QComboBox::updateDelegateOnEditableChange()
      PASS   : tst_QComboBox::respectChangedOwnershipOfItemView()
      PASS   : tst_QComboBox::task_QTBUG_39088_inputMethodHints()
      PASS   : tst_QComboBox::task_QTBUG_49831_scrollerNotActivated()
      PASS   : tst_QComboBox::task_QTBUG_56693_itemFontFromModel()
      PASS   : tst_QComboBox::inputMethodUpdate()
      PASS   : tst_QComboBox::cleanupTestCase()
      Totals: 162 passed, 1 failed, 0 skipped, 0 blacklisted, 18308ms
      ********* Finished testing of tst_QComboBox *********
      Makefile:314: recipe for target 'check' failed
      make: *** [check] Error 1
      
      agent:2017/09/03 09:44:58 build.go:203: Process finished with error: exit status 2
      agent:2017/09/03 09:44:58 build.go:155: Error reading from stdout/err: exit status 2
      agent:2017/09/03 09:45:18 build.go:279: [make check -j1] 900 900
      /home/qt/work/qt/qtbase/tests/auto/widgets/widgets/qcombobox/target_wrapper.sh  ./tst_qcombobox autoCompletionCaseSensitivity
      [     0.000 D] qt.qpa.screen QXcbConnection::initializeScreens - adding QXcbScreen(0xbbea20, name="Virtual-1", geometry=1024x768+0+0, availableGeometry=1024x738+0+0, devicePixelRatio=1.0, logicalDpi=QPair(96.3,96.1), physicalSize=270.0x203.0mm, screenNumber=0, virtualSize=1024x768 (1024.0x768.0mm), orientation=Qt::ScreenOrientation(LandscapeOrientation), depth=24, refreshRate=60.0, root=278, windowManagerName="KWin") (Primary: true )
      [     0.000 D] qt.qpa.screen QXcbConnection::initializeScreens - primary output is "Virtual-1"
      [     0.000 D] qt.qpa.input.devices QXcbConnection::initializeXInput2 - XInput version 2.2 is available and Qt supports 2.2 or greater
      [     0.001 D] qt.qpa.input.devices QXcbConnection::xi2SetupDevices - input device  Virtual core XTEST pointer ID 4
      [     0.001 D] qt.qpa.input.devices QXcbConnection::xi2SetupDevices -    has 10 buttons
      [     0.001 D] qt.qpa.input.devices QXcbConnection::xi2SetupDevices -    has valuator "Rel X" recognized? true
      [     0.001 D] qt.qpa.input.devices QXcbConnection::xi2SetupDevices -    has valuator "Rel Y" recognized? true
      [     0.001 D] qt.qpa.input.devices QXcbConnection::xi2SetupDevices -    it's a scrolling device
      [     0.001 D] qt.qpa.input.devices QXcbConnection::xi2SetupDevices - input device  VirtualPS/2 VMware VMMouse ID 8
      [     0.001 D] qt.qpa.input.devices QXcbConnection::xi2SetupDevices -    has 7 buttons
      [     0.001 D] qt.qpa.input.devices QXcbConnection::xi2SetupDevices -    has valuator "Rel X" recognized? true
      [     0.001 D] qt.qpa.input.devices QXcbConnection::xi2SetupDevices -    has valuator "Rel Y" recognized? true
      [     0.001 D] qt.qpa.input.devices QXcbConnection::xi2SetupDevices -    has valuator "Rel Horiz Scroll" recognized? true
      [     0.001 D] qt.qpa.input.devices QXcbConnection::xi2SetupDevices -    has valuator "Rel Vert Scroll" recognized? true
      [     0.001 D] qt.qpa.input.devices QXcbConnection::xi2SetupDevices -    it's a scrolling device
      [     0.002 D] qt.qpa.input.devices QXcbConnection::xi2SetupDevices - input device  VirtualPS/2 VMware VMMouse ID 9
      [     0.002 D] qt.qpa.input.devices QXcbConnection::xi2SetupDevices -    has 7 buttons
      [     0.002 D] qt.qpa.input.devices QXcbConnection::xi2SetupDevices -    has valuator "Abs X" recognized? true
      [     0.002 D] qt.qpa.input.devices QXcbConnection::xi2SetupDevices -    has valuator "Abs Y" recognized? true
      [     0.002 D] qt.qpa.input.devices QXcbConnection::xi2SetupDevices -    has valuator "Rel Horiz Scroll" recognized? true
      [     0.002 D] qt.qpa.input.devices QXcbConnection::xi2SetupDevices -    has valuator "Rel Vert Scroll" recognized? true
      [     0.002 D] qt.qpa.input.devices QXcbConnection::xi2SetupDevices -    it's a scrolling device
      [     0.012 D] qt.qpa.gl QXcbConnection::QXcbConnection - Choosing xcb gl-integration based on following priority
       ("xcb_glx", "xcb_egl")
      [     0.013 D] qt.qpa.gl QXcbGlxIntegration::QXcbGlxIntegration - Xcb GLX gl-integration created
      [     0.015 D] qt.qpa.gl QXcbGlxIntegration::initialize - Xcb GLX gl-integration successfully initialized
      ********* Start testing of tst_QComboBox *********
      Config: Using QtTest library 5.9.2, Qt 5.9.2 (x86_64-little_endian-lp64 shared (dynamic) debug build; by GCC 4.8.5)
      PASS   : tst_QComboBox::initTestCase()
      QDEBUG : tst_QComboBox::autoCompletionCaseSensitivity() [     0.050 D] qt.qpa.input QXcbConnection::xi2Select - XInput 2.2: Selecting press/release/motion events in addition to touch
      QDEBUG : tst_QComboBox::autoCompletionCaseSensitivity() [     0.077 D] qt.widgets.gestures QGestureManager::filterEventThroughContexts - QGestureManager:Recognizer: ignored the event:  QPanGesture(state=NoGesture,lastOffset=0,0QPointF(0,0),offset=0,0,acceleration=0,delta=0,0) QEvent(PaletteChange, 0x7ffc04178230)
      QDEBUG : tst_QComboBox::autoCompletionCaseSensitivity() [     0.077 D] qt.widgets.gestures QGestureManager::filterEventThroughContexts - QGestureManager:Recognizer: ignored the event:  QPanGesture(state=NoGesture,lastOffset=0,0QPointF(0,0),offset=0,0,acceleration=0,delta=0,0) QEvent(MouseTrackingChange, 0x7ffc04177c60)
      QDEBUG : tst_QComboBox::autoCompletionCaseSensitivity() [     0.118 D] qt.widgets.gestures QGestureManager::filterEventThroughContexts - QGestureManager:Recognizer: ignored the event:  QPanGesture(state=NoGesture,lastOffset=0,0QPointF(0,0),offset=0,0,acceleration=0,delta=0,0) QEvent(Polish, 0x7ffc04177b50)
      QDEBUG : tst_QComboBox::autoCompletionCaseSensitivity() [     0.118 D] qt.widgets.gestures QGestureManager::filterEventThroughContexts - QGestureManager:Recognizer: ignored the event:  QPanGesture(state=NoGesture,lastOffset=0,0QPointF(0,0),offset=0,0,acceleration=0,delta=0,0) QEvent(PolishRequest, 0xc020a0)
      PASS   : tst_QComboBox::autoCompletionCaseSensitivity()
      PASS   : tst_QComboBox::cleanupTestCase()
      Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 106ms
      ********* Finished testing of tst_QComboBox *********
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            richard Richard Moe Gustavsen
            tosaraja Tony Sarajärvi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes