[Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable

Qt Continuous Integration System ci-noreply at qt-project.org
Fri Oct 11 10:42:58 CEST 2013


eight autotests failed :(

  
  (tst_qtableview:7052): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:7052): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:7052): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:7052): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QTableView
  FAIL!  : tst_QTableView::resizeColumnsToContents(10x10 grid shown 40x40) Compared values are not the same
     Actual   (view.columnWidth(c)): 57
     Expected (columnWidth)        : 40
     Loc: [tst_qtableview.cpp(2126)]
  FAIL!  : tst_QTableView::resizeColumnsToContents(10x10 grid not shown 40x40) Compared values are not the same
     Actual   (view.columnWidth(c)): 57
     Expected (columnWidth)        : 41
     Loc: [tst_qtableview.cpp(2126)]
  Totals: 242 passed, 2 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  
  (tst_qtableview:7055): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:7055): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:7055): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:7055): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QTableView *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_QTableView::initTestCase()
  PASS   : tst_QTableView::getSetCheck()
  PASS   : tst_QTableView::noDelegate()
  PASS   : tst_QTableView::noModel()
  PASS   : tst_QTableView::emptyModel()
  PASS   : tst_QTableView::removeRows(2x2)
  PASS   : tst_QTableView::removeRows(10x10)
  PASS   : tst_QTableView::removeColumns(2x2)
  PASS   : tst_QTableView::removeColumns(10x10)
  PASS   : tst_QTableView::keyboardNavigation(16x16 model)
  PASS   : tst_QTableView::keyboardNavigation(no tab)
  PASS   : tst_QTableView::headerSections()
  PASS   : tst_QTableView::moveCursor(MoveRight (0,0))
  PASS   : tst_QTableView::moveCursor(MoveRight (3,0))
  PASS   : tst_QTableView::moveCursor(MoveRight (3,3))
  PASS   : tst_QTableView::moveCursor(MoveRight, hidden column 1 (0,0))
  PASS   : tst_QTableView::moveCursor(MoveRight, hidden column 3 (0,2))
  PASS   : tst_QTableView::moveCursor(MoveNext (0,0))
  PASS   : tst_QTableView::moveCursor(MoveNext (0,2))
  PASS   : tst_QTableView::moveCursor(MoveNext, wrap (0,3))
  PASS   : tst_QTableView::moveCursor(MoveNext, wrap (3,3))
  PASS   : tst_QTableView::moveCursor(MoveNext, hidden column 1 (0,0))
  PASS   : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 3 (0,2))
  PASS   : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 3 (3,2))
  PASS   : tst_QTableView::moveCursor(MoveNext, wrapy, wrapx, hidden column 3, hidden row 3 (2,2))
  PASS   : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 2, moved column from 3 to 0. (0,2))
  PASS   : tst_QTableView::moveCursor(MoveLeft (0,0))
  PASS   : tst_QTableView::moveCursor(MoveLeft (0,3))
  PASS   : tst_QTableView::moveCursor(MoveLeft (1,0))
  PASS   : tst_QTableView::moveCursor(MoveLeft, hidden column 0 (0,2))
  PASS   : tst_QTableView::moveCursor(MoveLeft, hidden column 0 (0,1))
  PASS   : tst_QTableView::moveCursor(MovePrevious (0,3))
  PASS   : tst_QTableView::moveCursor(MovePrevious (0,1))
  PASS   : tst_QTableView::moveCursor(MovePrevious, wrap (1,0))
  PASS   : tst_QTableView::moveCursor(MovePrevious, wrap, (0,0))
  PASS   : tst_QTableView::moveCursor(MovePrevious, hidden column 1 (0,2))
  PASS   : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 3 (0,2))
  PASS   : tst_QTableView::moveCursor(MovePrevious, wrapy, hidden column 0 (0,1))
  PASS   : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 0, hidden row 0 (1,1))
  PASS   : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 1, moved column from 0 to 3. (1,2))
  PASS   : tst_QTableView::moveCursor(MoveDown (0,0))
  PASS   : tst_QTableView::moveCursor(MoveDown (3,0))
  PASS   : tst_QTableView::moveCursor(MoveDown (3,3))
  PASS   : tst_QTableView::moveCursor(MoveDown, hidden row 1 (0,0))
  PASS   : tst_QTableView::moveCursor(MoveDown, hidden row 3 (2,0))
  PASS   : tst_QTableView::moveCursor(MoveDown, hidden row 0 hidden column 0 (0,0))
  PASS   : tst_QTableView::moveCursor(MoveUp (0,0))
  PASS   : tst_QTableView::moveCursor(MoveUp (3, 0))
  PASS   : tst_QTableView::moveCursor(MoveUp (0,1))
  PASS   : tst_QTableView::moveCursor(MoveUp, hidden row 1 (2,0))
  PASS   : tst_QTableView::moveCursor(MoveUp, hidden row (1,0))
  PASS   : tst_QTableView::moveCursor(MoveHome (0,0))
  PASS   : tst_QTableView::moveCursor(MoveHome (3,3))
  PASS   : tst_QTableView::moveCursor(MoveHome, hidden column 0 (3,3))
  PASS   : tst_QTableView::moveCursor(MoveHome + Ctrl (0,0))
  PASS   : tst_QTableView::moveCursor(MoveHome + Ctrl (3,3))
  PASS   : tst_QTableView::moveCursor(MoveHome + Ctrl, hidden column 0, hidden row 0 (3,3))
  PASS   : tst_QTableView::moveCursor(MoveEnd (0,0))
  PASS   : tst_QTableView::moveCursor(MoveEnd (3,3))
  PASS   : tst_QTableView::moveCursor(MoveEnd, hidden column (0,0))
  PASS   : tst_QTableView::moveCursor(MoveEnd + Ctrl (0,0))
  PASS   : tst_QTableView::moveCursor(MoveEnd + Ctrl (3,3))
  PASS   : tst_QTableView::moveCursor(MoveEnd + Ctrl, hidden column 3 (0,0))
  PASS   : tst_QTableView::moveCursor(MoveEnd + Ctrl, hidden column 3, hidden row 3 (0,0))
  PASS   : tst_QTableView::moveCursor(MovePageUp (0,0))
  PASS   : tst_QTableView::moveCursor(MovePageUp (3,3))
  PASS   : tst_QTableView::moveCursor(MovePageDown (3, 3))
  PASS   : tst_QTableView::moveCursor(MovePageDown (0, 3))
  PASS   : tst_QTableView::moveCursorStrikesBack(Last column disabled. Task QTBUG-3878)
  PASS   : tst_QTableView::moveCursorStrikesBack(Last column disabled 2. Task QTBUG-3878)
  PASS   : tst_QTableView::moveCursorStrikesBack(Span, anchor column hidden)
  PASS   : tst_QTableView::moveCursorStrikesBack(Span, anchor column disabled)
  PASS   : tst_QTableView::moveCursorStrikesBack(Span, anchor row hidden)
  PASS   : tst_QTableView::moveCursorStrikesBack(Span, anchor row disabled)
  PASS   : tst_QTableView::moveCursorStrikesBack(Move through span right)
  PASS   : tst_QTableView::moveCursorStrikesBack(Move through span left)
  PASS   : tst_QTableView::moveCursorStrikesBack(Move through span down)
  PASS   : tst_QTableView::moveCursorStrikesBack(Move through span up)
  PASS   : tst_QTableView::moveCursorStrikesBack(All disabled, wrap forward. Timeout => FAIL)
  PASS   : tst_QTableView::moveCursorStrikesBack(All disabled, wrap backwards. Timeout => FAIL)
  PASS   : tst_QTableView::moveCursorBiggerJump()
  PASS   : tst_QTableView::hideRows(show row 0, hide row 3, no span)
  PASS   : tst_QTableView::hideRows(show row 0, hide row 3, span)
  PASS   : tst_QTableView::hideColumns(show col 0, hide col 3, no span)
  PASS   : tst_QTableView::hideColumns(show col 0, hide col 3, span)
  PASS   : tst_QTableView::selection(no span, no hidden, no moved, 3x3 select)
  PASS   : tst_QTableView::selection(row span, no hidden, no moved, 3x3 select)
  PASS   : tst_QTableView::selection(col span, no hidden, no moved, 3x3 select)
  PASS   : tst_QTableView::selection(no span, row hidden, no moved, 3x3 select)
  PASS   : tst_QTableView::selection(no span, col hidden, no moved, 3x3 select)
  PASS   : tst_QTableView::selection(no span, no hidden, row moved, 3x3 select)
  PASS   : tst_QTableView::selection(no span, no hidden, col moved, 3x3 select)
  PASS   : tst_QTableView::selectRow(SingleSelection and SelectItems)
  PASS   : tst_QTableView::selectRow(SingleSelection and SelectRows)
  PASS   : tst_QTableView::selectRow(SingleSelection and SelectColumns)
  PASS   : tst_QTableView::selectRow(MultiSelection and SelectItems)
  PASS   : tst_QTableView::selectRow(MultiSelection and SelectRows)
  PASS   : tst_QTableView::selectRow(MultiSelection and SelectColumns)
  PASS   : tst_QTableView::selectRow(ExtendedSelection and SelectItems)
  PASS   : tst_QTableView::selectRow(ExtendedSelection and SelectRows)
  PASS   : tst_QTableView::selectRow(ExtendedSelection and SelectColumns)
  PASS   : tst_QTableView::selectRow(ContiguousSelection and SelectItems)
  PASS   : tst_QTableView::selectRow(ContiguousSelection and SelectRows)
  PASS   : tst_QTableView::selectRow(ContiguousSelection and SelectColumns)
  PASS   : tst_QTableView::selectColumn(SingleSelection and SelectItems)
  PASS   : tst_QTableView::selectColumn(SingleSelection and SelectRows)
  PASS   : tst_QTableView::selectColumn(SingleSelection and SelectColumns)
  PASS   : tst_QTableView::selectColumn(MultiSelection and SelectItems)
  PASS   : tst_QTableView::selectColumn(MultiSelection and SelectRows)
  PASS   : tst_QTableView::selectColumn(MultiSelection and SelectColumns)
  PASS   : tst_QTableView::selectColumn(ExtendedSelection and SelectItems)
  PASS   : tst_QTableView::selectColumn(ExtendedSelection and SelectRows)
  PASS   : tst_QTableView::selectColumn(ExtendedSelection and SelectColumns)
  PASS   : tst_QTableView::selectColumn(ContiguousSelection and SelectItems)
  PASS   : tst_QTableView::selectColumn(ContiguousSelection and SelectRows)
  PASS   : tst_QTableView::selectColumn(ContiguousSelection and SelectColumns)
  PASS   : tst_QTableView::visualRect((0,0))
  PASS   : tst_QTableView::visualRect((0,0) hidden row)
  PASS   : tst_QTableView::visualRect((0,0) hidden column)
  PASS   : tst_QTableView::visualRect((0,0) hidden row and column)
  PASS   : tst_QTableView::visualRect((0,0) out of bounds)
  PASS   : tst_QTableView::visualRect((5,5), hidden row)
  PASS   : tst_QTableView::visualRect((9,9))
  PASS   : tst_QTableView::fetchMore()
  PASS   : tst_QTableView::setHeaders()
  PASS   : tst_QTableView::resizeRowsToContents(10x10 grid shown 40x40)
  PASS   : tst_QTableView::resizeRowsToContents(10x10 grid not shown 40x40)
  FAIL!  : tst_QTableView::resizeColumnsToContents(10x10 grid shown 40x40) Compared values are not the same
     Actual   (view.columnWidth(c)): 57
     Expected (columnWidth)        : 40
     Loc: [tst_qtableview.cpp(2126)]
  FAIL!  : tst_QTableView::resizeColumnsToContents(10x10 grid not shown 40x40) Compared values are not the same
     Actual   (view.columnWidth(c)): 57
     Expected (columnWidth)        : 41
     Loc: [tst_qtableview.cpp(2126)]
  PASS   : tst_QTableView::rowViewportPosition(row 0, scroll per item 0)
  PASS   : tst_QTableView::rowViewportPosition(row 1, scroll per item, 0)
  PASS   : tst_QTableView::rowViewportPosition(row 1, scroll per item, 1)
  PASS   : tst_QTableView::rowViewportPosition(row 5, scroll per item, 0)
  PASS   : tst_QTableView::rowViewportPosition(row 5, scroll per item, 5)
  PASS   : tst_QTableView::rowViewportPosition(row 9, scroll per item, 0)
  PASS   : tst_QTableView::rowViewportPosition(row 9, scroll per item, 5)
  PASS   : tst_QTableView::rowViewportPosition(row 0, scroll per pixel 0)
  PASS   : tst_QTableView::rowViewportPosition(row 1, scroll per pixel, 0)
  PASS   : tst_QTableView::rowViewportPosition(row 1, scroll per pixel, 1)
  PASS   : tst_QTableView::rowViewportPosition(row 5, scroll per pixel, 0)
  PASS   : tst_QTableView::rowViewportPosition(row 5, scroll per pixel, 5)
  PASS   : tst_QTableView::rowViewportPosition(row 9, scroll per pixel, 0)
  PASS   : tst_QTableView::rowViewportPosition(row 9, scroll per pixel, 5)
  PASS   : tst_QTableView::rowAt(row at 100)
  PASS   : tst_QTableView::rowAt(row at 180)
  PASS   : tst_QTableView::rowAt(row at 20)
  PASS   : tst_QTableView::rowHeight(increasing)
  PASS   : tst_QTableView::rowHeight(decreasing)
  PASS   : tst_QTableView::rowHeight(random)
  PASS   : tst_QTableView::columnViewportPosition(column 0, scroll per item 0)
  PASS   : tst_QTableView::columnViewportPosition(column 1, scroll per item, 0)
  PASS   : tst_QTableView::columnViewportPosition(column 1, scroll per item, 1)
  PASS   : tst_QTableView::columnViewportPosition(column 5, scroll per item, 0)
  PASS   : tst_QTableView::columnViewportPosition(column 5, scroll per item, 5)
  PASS   : tst_QTableView::columnViewportPosition(column 9, scroll per item, 0)
  PASS   : tst_QTableView::columnViewportPosition(column 9, scroll per item, 5)
  PASS   : tst_QTableView::columnViewportPosition(column 0, scroll per pixel 0)
  PASS   : tst_QTableView::columnViewportPosition(column 1, scroll per pixel 0)
  PASS   : tst_QTableView::columnViewportPosition(column 1, scroll per pixel 1)
  PASS   : tst_QTableView::columnViewportPosition(column 5, scroll per pixel 0)
  PASS   : tst_QTableView::columnViewportPosition(column 5, scroll per pixel 5)
  PASS   : tst_QTableView::columnViewportPosition(column 9, scroll per pixel 0)
  PASS   : tst_QTableView::columnViewportPosition(column 9, scroll per pixel 5)
  PASS   : tst_QTableView::columnAt(column at 100)
  PASS   : tst_QTableView::columnAt(column at 180)
  PASS   : tst_QTableView::columnAt(column at 20)
  PASS   : tst_QTableView::columnWidth(increasing)
  PASS   : tst_QTableView::columnWidth(decreasing)
  PASS   : tst_QTableView::columnWidth(random)
  PASS   : tst_QTableView::hiddenRow(first hidden)
  PASS   : tst_QTableView::hiddenRow(last hidden)
  PASS   : tst_QTableView::hiddenRow(none hidden)
  PASS   : tst_QTableView::hiddenRow(all hidden)
  PASS   : tst_QTableView::hiddenColumn(first hidden)
  PASS   : tst_QTableView::hiddenColumn(last hidden)
  PASS   : tst_QTableView::hiddenColumn(none hidden)
  PASS   : tst_QTableView::hiddenColumn(all hidden)
  PASS   : tst_QTableView::sortingEnabled()
  QWARN  : tst_QTableView::scrollTo(no hidden, no span, no scroll, per item) QTableView::setSpan: single cell span won't be added
  PASS   : tst_QTableView::scrollTo(no hidden, no span, no scroll, per item)
  QWARN  : tst_QTableView::scrollTo(no hidden, no span, no scroll, per pixel) QTableView::setSpan: single cell span won't be added
  PASS   : tst_QTableView::scrollTo(no hidden, no span, no scroll, per pixel)
  QWARN  : tst_QTableView::scrollTo(hidden, no span, no scroll, per item) QTableView::setSpan: single cell span won't be added
  PASS   : tst_QTableView::scrollTo(hidden, no span, no scroll, per item)
  PASS   : tst_QTableView::indexAt(no hidden, no span, no scroll, (20,20))
  PASS   : tst_QTableView::indexAt(row hidden, no span, no scroll, at (20,20))
  PASS   : tst_QTableView::indexAt(col hidden, no span, no scroll, at (20,20))
  PASS   : tst_QTableView::indexAt(no hidden, row span, no scroll, at (60,20))
  PASS   : tst_QTableView::indexAt(no hidden, col span, no scroll, at (60,20))
  PASS   : tst_QTableView::indexAt(no hidden, no span, scroll (5,0), at (20,20))
  PASS   : tst_QTableView::indexAt(no hidden, no span, scroll (0,5), at (20,20))
  PASS   : tst_QTableView::indexAt(no hidden, no span, scroll (5,5), at (20,20))
  PASS   : tst_QTableView::span(top left 2x2)
  PASS   : tst_QTableView::span(top left 1x2)
  PASS   : tst_QTableView::span(top left 2x1)
  PASS   : tst_QTableView::span(invalid 2x2)
  PASS   : tst_QTableView::span(top left 2x2)
  PASS   : tst_QTableView::span(bottom right 2x2)
  PASS   : tst_QTableView::span(invalid span 2x2)
  PASS   : tst_QTableView::span(invalid span 3x3)
  PASS   : tst_QTableView::spans(1x3 span, query 3,0)
  PASS   : tst_QTableView::spans(1x3 span, query 3,1)
  PASS   : tst_QTableView::spans(1x3 span, query 3,2)
  PASS   : tst_QTableView::spans(two 1x2 spans at the same column, query at 3,0)
  PASS   : tst_QTableView::spans(two 1x2 spans at the same column, query at 4,0)
  PASS   : tst_QTableView::spans(how to order spans (1,1))
  PASS   : tst_QTableView::spans(how to order spans (2,1))
  PASS   : tst_QTableView::spans(how to order spans (3,1))
  PASS   : tst_QTableView::spans(how to order spans (1,2))
  PASS   : tst_QTableView::spans(how to order spans (2,2))
  PASS   : tst_QTableView::spans(spans with hidden rows)
  PASS   : tst_QTableView::spans(QTBUG-6004: No failing assertion, then it passes.)
  PASS   : tst_QTableView::spans(QTBUG-6004 (follow-up): No failing assertion, then it passes.)
  PASS   : tst_QTableView::spans(QTBUG-9631: remove one span)
  PASS   : tst_QTableView::spansAfterRowInsertion()
  PASS   : tst_QTableView::spansAfterColumnInsertion()
  PASS   : tst_QTableView::spansAfterRowRemoval()
  PASS   : tst_QTableView::spansAfterColumnRemoval()
  PASS   : tst_QTableView::checkHeaderReset()
  PASS   : tst_QTableView::checkHeaderMinSize()
  PASS   : tst_QTableView::resizeToContents()
  PASS   : tst_QTableView::tabFocus()
  PASS   : tst_QTableView::bigModel()
  PASS   : tst_QTableView::selectionSignal()
  PASS   : tst_QTableView::setCurrentIndex()
  PASS   : tst_QTableView::task173773_updateVerticalHeader()
  PASS   : tst_QTableView::task227953_setRootIndex()
  PASS   : tst_QTableView::task240266_veryBigColumn()
  PASS   : tst_QTableView::task248688_autoScrollNavigation()
  PASS   : tst_QTableView::task259308_scrollVerticalHeaderSwappedSections()
  PASS   : tst_QTableView::task191545_dragSelectRows()
  PASS   : tst_QTableView::taskQTBUG_5062_spansInconsistency()
  PASS   : tst_QTableView::taskQTBUG_4516_clickOnRichTextLabel()
  PASS   : tst_QTableView::taskQTBUG_5237_wheelEventOnHeader()
  PASS   : tst_QTableView::taskQTBUG_8585_crashForNoGoodReason()
  PASS   : tst_QTableView::taskQTBUG_7774_RtoLVisualRegionForSelection()
  PASS   : tst_QTableView::taskQTBUG_8777_scrollToSpans()
  PASS   : tst_QTableView::taskQTBUG_10169_sizeHintForRow()
  PASS   : tst_QTableView::taskQTBUG_30653_doItemsLayout()
  PASS   : tst_QTableView::mouseWheel(scroll up per item)
  PASS   : tst_QTableView::mouseWheel(scroll down per item)
  PASS   : tst_QTableView::mouseWheel(scroll down per pixel)
  PASS   : tst_QTableView::addColumnWhileEditing()
  PASS   : tst_QTableView::task234926_setHeaderSorting()
  PASS   : tst_QTableView::changeHeaderData()
  PASS   : tst_QTableView::viewOptions()
  PASS   : tst_QTableView::cleanupTestCase()
  Totals: 242 passed, 2 failed, 0 skipped
  ********* Finished testing of tst_QTableView *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qtableview: 18 seconds, exit code 2
  
  
  (tst_qmenubar:5066): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:5066): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:5066): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:5066): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QMenuBar
  FAIL!  : tst_QMenuBar::taskQTBUG4965_escapeEaten() 'menubar.hasFocus()' returned FALSE. ()
     Loc: [tst_qmenubar.cpp(1275)]
  Totals: 29 passed, 1 failed, 1 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  
  (tst_qmenubar:5069): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:5069): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:5069): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:5069): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QMenuBar *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_QMenuBar::initTestCase()
  PASS   : tst_QMenuBar::getSetCheck()
  PASS   : tst_QMenuBar::clear()
  PASS   : tst_QMenuBar::removeItemAt(first)
  PASS   : tst_QMenuBar::removeItemAt(middle)
  PASS   : tst_QMenuBar::removeItemAt(last)
  PASS   : tst_QMenuBar::removeItem(first)
  PASS   : tst_QMenuBar::removeItem(middle)
  PASS   : tst_QMenuBar::removeItem(last)
  PASS   : tst_QMenuBar::count()
  PASS   : tst_QMenuBar::insertItem_QString_QObject()
  PASS   : tst_QMenuBar::accel()
  PASS   : tst_QMenuBar::activatedCount()
  PASS   : tst_QMenuBar::allowActiveAndDisabled()
  PASS   : tst_QMenuBar::check_accelKeys()
  PASS   : tst_QMenuBar::check_cursorKeys1()
  PASS   : tst_QMenuBar::check_cursorKeys2()
  PASS   : tst_QMenuBar::check_cursorKeys3()
  PASS   : tst_QMenuBar::check_escKey()
  PASS   : tst_QMenuBar::check_endKey()
  PASS   : tst_QMenuBar::check_homeKey()
  SKIP   : tst_QMenuBar::check_altPress() this is not supposed to work in the gtk+ style. Skipping.
     Loc: [tst_qmenubar.cpp(965)]
  PASS   : tst_QMenuBar::check_shortcutPress()
  PASS   : tst_QMenuBar::check_menuPosition()
  PASS   : tst_QMenuBar::task223138_triggered()
  PASS   : tst_QMenuBar::task256322_highlight()
  PASS   : tst_QMenuBar::menubarSizeHint()
  FAIL!  : tst_QMenuBar::taskQTBUG4965_escapeEaten() 'menubar.hasFocus()' returned FALSE. ()
     Loc: [tst_qmenubar.cpp(1275)]
  PASS   : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions()
  PASS   : tst_QMenuBar::closeOnSecondClick()
  PASS   : tst_QMenuBar::cleanupTestCase()
  Totals: 29 passed, 1 failed, 1 skipped
  ********* Finished testing of tst_QMenuBar *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qmenubar: 13 seconds, exit code 1
  
  
  (tst_qmenu:5059): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:5059): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:5059): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:5059): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QMenu
  XPASS  : tst_QMenu::keyboardNavigation(shortcut0) QCOMPARE(menus[expected_menu]->activeAction(), (QAction *)0) returned TRUE unexpectedly.
     Loc: [tst_qmenu.cpp(350)]
  Totals: 38 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  
  (tst_qmenu:5062): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:5062): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:5062): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:5062): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QMenu *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_QMenu::initTestCase()
  PASS   : tst_QMenu::getSetCheck()
  PASS   : tst_QMenu::addActionsAndClear()
  PASS   : tst_QMenu::keyboardNavigation(data0)
  PASS   : tst_QMenu::keyboardNavigation(data1)
  PASS   : tst_QMenu::keyboardNavigation(data2)
  PASS   : tst_QMenu::keyboardNavigation(data3_Mac)
  PASS   : tst_QMenu::keyboardNavigation(data4)
  PASS   : tst_QMenu::keyboardNavigation(data5)
  PASS   : tst_QMenu::keyboardNavigation(data6)
  PASS   : tst_QMenu::keyboardNavigation(data7)
  PASS   : tst_QMenu::keyboardNavigation(data8)
  PASS   : tst_QMenu::keyboardNavigation(data9)
  PASS   : tst_QMenu::keyboardNavigation(data10)
  XPASS  : tst_QMenu::keyboardNavigation(shortcut0) QCOMPARE(menus[expected_menu]->activeAction(), (QAction *)0) returned TRUE unexpectedly.
     Loc: [tst_qmenu.cpp(350)]
  PASS   : tst_QMenu::focus()
  PASS   : tst_QMenu::overrideMenuAction()
  PASS   : tst_QMenu::statusTip()
  PASS   : tst_QMenu::widgetActionFocus()
  PASS   : tst_QMenu::mouseActivation()
  PASS   : tst_QMenu::tearOff()
  PASS   : tst_QMenu::layoutDirection()
  PASS   : tst_QMenu::task208001_stylesheet()
  PASS   : tst_QMenu::activeSubMenuPosition()
  PASS   : tst_QMenu::task242454_sizeHint()
  PASS   : tst_QMenu::task176201_clear()
  PASS   : tst_QMenu::task250673_activeMultiColumnSubMenuPosition()
  PASS   : tst_QMenu::task256918_setFont()
  PASS   : tst_QMenu::menuSizeHint()
  PASS   : tst_QMenu::task258920_mouseBorder()
  PASS   : tst_QMenu::setFixedWidth()
  PASS   : tst_QMenu::deleteActionInTriggered()
  PASS   : tst_QMenu::pushButtonPopulateOnAboutToShow()
  PASS   : tst_QMenu::QTBUG7907_submenus_autoselect()
  PASS   : tst_QMenu::QTBUG7411_submenus_activate()
  PASS   : tst_QMenu::QTBUG30595_rtl_submenu()
  PASS   : tst_QMenu::QTBUG20403_nested_popup_on_shortcut_trigger()
  PASS   : tst_QMenu::QTBUG_10735_crashWithDialog()
  PASS   : tst_QMenu::cleanupTestCase()
  Totals: 38 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QMenu *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qmenu: 9 seconds, exit code 1
  
  
  (tst_qgraphicsview:3446): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:3446): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:3446): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:3446): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QGraphicsView
  FAIL!  : tst_QGraphicsView::optimizationFlags_dontSavePainterState() '!parent->dirtyPainter' returned FALSE. ()
     Loc: [tst_qgraphicsview.cpp(2568)]
  Totals: 850 passed, 1 failed, 96 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  
  (tst_qgraphicsview:3450): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:3450): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:3450): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:3450): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QGraphicsView *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_QGraphicsView::initTestCase()
  PASS   : tst_QGraphicsView::construction()
  PASS   : tst_QGraphicsView::renderHints()
  PASS   : tst_QGraphicsView::alignment()
  PASS   : tst_QGraphicsView::interactive()
  PASS   : tst_QGraphicsView::scene()
  PASS   : tst_QGraphicsView::setScene()
  PASS   : tst_QGraphicsView::deleteScene()
  PASS   : tst_QGraphicsView::sceneRect()
  PASS   : tst_QGraphicsView::sceneRect_growing()
  PASS   : tst_QGraphicsView::setSceneRect()
  PASS   : tst_QGraphicsView::viewport()
  PASS   : tst_QGraphicsView::dragMode_scrollHand()
  PASS   : tst_QGraphicsView::dragMode_rubberBand()
  PASS   : tst_QGraphicsView::rubberBandSelectionMode()
  PASS   : tst_QGraphicsView::backgroundBrush()
  PASS   : tst_QGraphicsView::foregroundBrush()
  PASS   : tst_QGraphicsView::matrix()
  PASS   : tst_QGraphicsView::matrix_convenience()
  PASS   : tst_QGraphicsView::matrix_combine()
  PASS   : tst_QGraphicsView::centerOnPoint()
  PASS   : tst_QGraphicsView::centerOnItem()
  PASS   : tst_QGraphicsView::ensureVisibleRect()
  PASS   : tst_QGraphicsView::fitInView()
  PASS   : tst_QGraphicsView::itemsAtPoint()
  PASS   : tst_QGraphicsView::itemsAtPosition(scaled + ignore transform, no hit)
  PASS   : tst_QGraphicsView::itemsAtPosition(scaled + ignore transform, hit)
  PASS   : tst_QGraphicsView::itemsAtPosition(rotated + scaled, no hit)
  PASS   : tst_QGraphicsView::itemsAtPosition(rotated + scaled, hit)
  PASS   : tst_QGraphicsView::itemsInRect()
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(nil)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 300, 100)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 100, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(200, 0, 100, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 200, 300, 100)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 300, 99)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 99, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(201, 0, 99, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 201, 300, 99)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(nil)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 300, 100)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 100, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(200, 0, 100, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 200, 300, 100)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 300, 99)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 99, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(201, 0, 99, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 201, 300, 99)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 300, 98)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 98, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(202, 0, 98, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 202, 300, 98)
  PASS   : tst_QGraphicsView::itemsInPoly()
  PASS   : tst_QGraphicsView::itemsInPath()
  PASS   : tst_QGraphicsView::itemAt()
  PASS   : tst_QGraphicsView::itemAt2()
  PASS   : tst_QGraphicsView::mapToScene()
  PASS   : tst_QGraphicsView::mapToScenePoint()
  PASS   : tst_QGraphicsView::mapToSceneRect(nil)
  PASS   : tst_QGraphicsView::mapToSceneRect(0, 0, 1, 1)
  (... 980 lines omitted; there are too many errors!)
  PASS   : tst_QGraphicsView::QTBUG_4151_clipAndIgnore(clip+ignore)
  PASS   : tst_QGraphicsView::QTBUG_5859_exposedRect()
  PASS   : tst_QGraphicsView::QTBUG_7438_cursor()
  PASS   : tst_QGraphicsView::hoverLeave()
  PASS   : tst_QGraphicsView::QTBUG_16063_microFocusRect()
  PASS   : tst_QGraphicsView::cleanupTestCase()
  Totals: 850 passed, 1 failed, 96 skipped
  ********* Finished testing of tst_QGraphicsView *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qgraphicsview: 90 seconds, exit code 1
  
  Testing tst_QApplication
  
  (tst_qapplication:1682): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:1682): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:1682): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:1682): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  QFATAL : tst_QApplication::alert() Received signal 11
  FAIL!  : tst_QApplication::alert() Received a fatal error.
     Loc: [Unknown file(0)]
  Totals: 3 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: Process exited due to signal 6; dumped core
  QtQA::App::TestRunner: ============================== backtrace follows: ==============================
  QtQA::App::TestRunner: gdb commands: thread apply all bt 100
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: warning: core file may not match specified executable file.
  QtQA::App::TestRunner: [New LWP 1682]
  QtQA::App::TestRunner: [New LWP 1683]
  QtQA::App::TestRunner: [New LWP 1684]
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error.
  QtQA::App::TestRunner: [Thread debugging using libthread_db enabled]
  QtQA::App::TestRunner: Core was generated by `./tst_qapplication -silent -o /work/build/_artifacts/test-logs/tst_qapplication'.
  QtQA::App::TestRunner: Program terminated with signal 6, Aborted.
  QtQA::App::TestRunner: #0  0x00007f40a92403a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: 64	../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  QtQA::App::TestRunner: 	in ../nptl/sysdeps/unix/sysv/linux/raise.c
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 3 (Thread 0x7f4099bcb700 (LWP 1684)):
  QtQA::App::TestRunner: #0  0x00007f40a92e2e23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #1  0x00007f40a8aeaf68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f40a8aeb792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f409fadf516 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007f40a8b102b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007f40a8ff4efc in start_thread (arg=0x7f4099bcb700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007f40a92eef4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  QtQA::App::TestRunner: #7  0x0000000000000000 in ?? ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 2 (Thread 0x7f409a3cc700 (LWP 1683)):
  QtQA::App::TestRunner: #0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
  QtQA::App::TestRunner: #1  0x00007f40a7349465 in ?? () from /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f40a8abf43f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f40a8b12811 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007f40a8b102b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007f40a8ff4efc in start_thread (arg=0x7f409a3cc700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007f40a92eef4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  QtQA::App::TestRunner: #7  0x0000000000000000 in ?? ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 1 (Thread 0x7f40ab975760 (LWP 1682)):
  QtQA::App::TestRunner: #0  0x00007f40a92403a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #1  0x00007f40a9243b0b in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #2  0x00007f40a9b8ee1a in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:976
  QtQA::App::TestRunner: #3  0x00007f40a9b8c9f6 in TestNamespace::QMessageLogger::fatal (this=0x7fff302dfd50, msg=0x7f40aab424bc "Received signal %d") at global/qlogging.cpp:384
  QtQA::App::TestRunner: #4  0x00007f40aab2b16f in TestNamespace::QTest::FatalSignalHandler::signal (signum=11) at qtestcase.cpp:2007
  QtQA::App::TestRunner: #5  <signal handler called>
  QtQA::App::TestRunner: #6  0x00007f40a0c236dc in gtk_container_add () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #7  0x00007f40ab022b6b in TestNamespace::QGtkStylePrivate::setupGtkWidget (widget=0x1aa0550) at styles/qgtkstyle_p.cpp:749
  QtQA::App::TestRunner: #8  0x00007f40ab0233e7 in TestNamespace::QGtkStylePrivate::addWidget (widget=0x1aa0550) at styles/qgtkstyle_p.cpp:840
  QtQA::App::TestRunner: #9  0x00007f40ab021d9d in TestNamespace::QGtkStylePrivate::initGtkWidgets (this=0x19c6520) at styles/qgtkstyle_p.cpp:556
  QtQA::App::TestRunner: #10 0x00007f40ab020cf6 in TestNamespace::QGtkStylePrivate::init (this=0x19c6520) at styles/qgtkstyle_p.cpp:299
  QtQA::App::TestRunner: #11 0x00007f40aaffc221 in TestNamespace::QGtkStyle::QGtkStyle (this=0x19f1f90) at styles/qgtkstyle.cpp:333
  QtQA::App::TestRunner: #12 0x00007f40aaf7df6d in TestNamespace::QStyleFactory::create (key=...) at styles/qstylefactory.cpp:156
  QtQA::App::TestRunner: #13 0x00007f40aaef294d in TestNamespace::QApplication::style () at kernel/qapplication.cpp:983
  QtQA::App::TestRunner: #14 0x00007f40aaef1c3d in TestNamespace::QApplicationPrivate::initialize (this=0x19ea8e0) at kernel/qapplication.cpp:603
  QtQA::App::TestRunner: #15 0x00007f40aaef1a98 in TestNamespace::QApplicationPrivate::construct (this=0x19ea8e0) at kernel/qapplication.cpp:555
  QtQA::App::TestRunner: #16 0x00007f40aaef1a21 in TestNamespace::QApplication::QApplication (this=0x7fff302e0660, argc=@0x7fff302e068c, argv=0x0, _internal=328192) at kernel/qapplication.cpp:541
  QtQA::App::TestRunner: #17 0x0000000000411b62 in tst_QApplication::alert (this=0x7fff302e1460) at ../tst_qapplication.cpp:300
  QtQA::App::TestRunner: #18 0x0000000000422d9d in tst_QApplication::qt_static_metacall (_o=0x7fff302e1460, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=5, _a=0x7fff302e07a0) at .moc/debug-shared/tst_qapplication.moc:211
  QtQA::App::TestRunner: #19 0x00007f40a9e15d01 in TestNamespace::QMetaMethod::invoke (this=0x7fff302e0a40, object=0x7fff302e1460, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2169
  QtQA::App::TestRunner: #20 0x00007f40a9e151bd in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff302e1460, member=0x1b8bf40 "alert", type=TestNamespace::Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1464
  QtQA::App::TestRunner: #21 0x00007f40aab2e1db in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff302e1460, member=0x1b8bf40 "alert", type=TestNamespace::Qt::DirectConnection, val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395
  QtQA::App::TestRunner: #22 0x00007f40aab29f39 in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x1b8bf40 "alert") at qtestcase.cpp:1693
  QtQA::App::TestRunner: #23 0x00007f40aab2a7b6 in TestNamespace::QTest::qInvokeTestMethod (slotName=0x1b5b9e8 "alert()", data=0x0) at qtestcase.cpp:1818
  QtQA::App::TestRunner: #24 0x00007f40aab2b052 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fff302e1460) at qtestcase.cpp:1972
  QtQA::App::TestRunner: #25 0x00007f40aab2b567 in TestNamespace::QTest::qExec (testObject=0x7fff302e1460, argc=6, argv=0x7fff302e1568) at qtestcase.cpp:2200
  QtQA::App::TestRunner: #26 0x0000000000422cb4 in main (argc=6, argv=0x7fff302e1568) at ../tst_qapplication.cpp:2303
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: ================================================================================
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QApplication *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_QApplication::initTestCase()
  
  (tst_qapplication:1689): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:1689): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:1689): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:1689): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  PASS   : tst_QApplication::sendEventsOnProcessEvents()
  PASS   : tst_QApplication::staticSetup()
  QFATAL : tst_QApplication::alert() Received signal 11
  FAIL!  : tst_QApplication::alert() Received a fatal error.
     Loc: [Unknown file(0)]
  Totals: 3 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QApplication *********
  QtQA::App::TestRunner: Process exited due to signal 6; dumped core
  QtQA::App::TestRunner: ============================== backtrace follows: ==============================
  QtQA::App::TestRunner: gdb commands: thread apply all bt 100
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: warning: core file may not match specified executable file.
  QtQA::App::TestRunner: [New LWP 1689]
  QtQA::App::TestRunner: [New LWP 1691]
  QtQA::App::TestRunner: [New LWP 1690]
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error.
  QtQA::App::TestRunner: [Thread debugging using libthread_db enabled]
  QtQA::App::TestRunner: Core was generated by `./tst_qapplication -o /work/build/_artifacts/test-logs/tst_qapplication-testres'.
  QtQA::App::TestRunner: Program terminated with signal 6, Aborted.
  QtQA::App::TestRunner: #0  0x00007f7cb61283a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: 64	../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  QtQA::App::TestRunner: 	in ../nptl/sysdeps/unix/sysv/linux/raise.c
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 3 (Thread 0x7f7ca72b4700 (LWP 1690)):
  QtQA::App::TestRunner: #0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
  QtQA::App::TestRunner: #1  0x00007f7cb4231465 in ?? () from /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f7cb59a743f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f7cb59fa811 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007f7cb59f82b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007f7cb5edcefc in start_thread (arg=0x7f7ca72b4700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007f7cb61d6f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  QtQA::App::TestRunner: #7  0x0000000000000000 in ?? ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 2 (Thread 0x7f7ca6ab3700 (LWP 1691)):
  QtQA::App::TestRunner: #0  0x00007f7cb61cae23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #1  0x00007f7cb59d2f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f7cb59d3792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f7cac9c7516 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007f7cb59f82b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007f7cb5edcefc in start_thread (arg=0x7f7ca6ab3700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007f7cb61d6f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  QtQA::App::TestRunner: #7  0x0000000000000000 in ?? ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 1 (Thread 0x7f7cb885d760 (LWP 1689)):
  QtQA::App::TestRunner: #0  0x00007f7cb61283a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #1  0x00007f7cb612bb0b in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #2  0x00007f7cb6a76e1a in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:976
  QtQA::App::TestRunner: #3  0x00007f7cb6a749f6 in TestNamespace::QMessageLogger::fatal (this=0x7fff82f24990, msg=0x7f7cb7a2a4bc "Received signal %d") at global/qlogging.cpp:384
  QtQA::App::TestRunner: #4  0x00007f7cb7a1316f in TestNamespace::QTest::FatalSignalHandler::signal (signum=11) at qtestcase.cpp:2007
  QtQA::App::TestRunner: #5  <signal handler called>
  QtQA::App::TestRunner: #6  0x00007f7cadb0b6dc in gtk_container_add () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #7  0x00007f7cb7f0ab6b in TestNamespace::QGtkStylePrivate::setupGtkWidget (widget=0x25d3550) at styles/qgtkstyle_p.cpp:749
  QtQA::App::TestRunner: #8  0x00007f7cb7f0b3e7 in TestNamespace::QGtkStylePrivate::addWidget (widget=0x25d3550) at styles/qgtkstyle_p.cpp:840
  QtQA::App::TestRunner: #9  0x00007f7cb7f09d9d in TestNamespace::QGtkStylePrivate::initGtkWidgets (this=0x252b990) at styles/qgtkstyle_p.cpp:556
  QtQA::App::TestRunner: #10 0x00007f7cb7f08cf6 in TestNamespace::QGtkStylePrivate::init (this=0x252b990) at styles/qgtkstyle_p.cpp:299
  QtQA::App::TestRunner: #11 0x00007f7cb7ee4221 in TestNamespace::QGtkStyle::QGtkStyle (this=0x2517ee0) at styles/qgtkstyle.cpp:333
  QtQA::App::TestRunner: #12 0x00007f7cb7e65f6d in TestNamespace::QStyleFactory::create (key=...) at styles/qstylefactory.cpp:156
  QtQA::App::TestRunner: #13 0x00007f7cb7dda94d in TestNamespace::QApplication::style () at kernel/qapplication.cpp:983
  QtQA::App::TestRunner: #14 0x00007f7cb7dd9c3d in TestNamespace::QApplicationPrivate::initialize (this=0x251bb40) at kernel/qapplication.cpp:603
  QtQA::App::TestRunner: #15 0x00007f7cb7dd9a98 in TestNamespace::QApplicationPrivate::construct (this=0x251bb40) at kernel/qapplication.cpp:555
  QtQA::App::TestRunner: #16 0x00007f7cb7dd9a21 in TestNamespace::QApplication::QApplication (this=0x7fff82f252a0, argc=@0x7fff82f252cc, argv=0x0, _internal=328192) at kernel/qapplication.cpp:541
  QtQA::App::TestRunner: #17 0x0000000000411b62 in tst_QApplication::alert (this=0x7fff82f260a0) at ../tst_qapplication.cpp:300
  QtQA::App::TestRunner: #18 0x0000000000422d9d in tst_QApplication::qt_static_metacall (_o=0x7fff82f260a0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=5, _a=0x7fff82f253e0) at .moc/debug-shared/tst_qapplication.moc:211
  QtQA::App::TestRunner: #19 0x00007f7cb6cfdd01 in TestNamespace::QMetaMethod::invoke (this=0x7fff82f25680, object=0x7fff82f260a0, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2169
  QtQA::App::TestRunner: #20 0x00007f7cb6cfd1bd in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff82f260a0, member=0x26ba3e0 "alert", type=TestNamespace::Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1464
  QtQA::App::TestRunner: #21 0x00007f7cb7a161db in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff82f260a0, member=0x26ba3e0 "alert", type=TestNamespace::Qt::DirectConnection, val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395
  QtQA::App::TestRunner: #22 0x00007f7cb7a11f39 in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x26ba3e0 "alert") at qtestcase.cpp:1693
  QtQA::App::TestRunner: #23 0x00007f7cb7a127b6 in TestNamespace::QTest::qInvokeTestMethod (slotName=0x25f06e8 "alert()", data=0x0) at qtestcase.cpp:1818
  QtQA::App::TestRunner: #24 0x00007f7cb7a13052 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fff82f260a0) at qtestcase.cpp:1972
  QtQA::App::TestRunner: #25 0x00007f7cb7a13567 in TestNamespace::QTest::qExec (testObject=0x7fff82f260a0, argc=5, argv=0x7fff82f261a8) at qtestcase.cpp:2200
  QtQA::App::TestRunner: #26 0x0000000000422cb4 in main (argc=5, argv=0x7fff82f261a8) at ../tst_qapplication.cpp:2303
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: ================================================================================
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qapplication: 24 seconds, signal 6
  
  
  (tst_qcolordialog:28205): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:28205): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:28205): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:28205): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QColorDialog
  QtQA::App::TestRunner: Timed out after 450 seconds
  QtQA::App::TestRunner: Process exited due to signal 6; dumped core
  QtQA::App::TestRunner: ============================== backtrace follows: ==============================
  QtQA::App::TestRunner: gdb commands: thread apply all bt 100
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: warning: core file may not match specified executable file.
  QtQA::App::TestRunner: [New LWP 28205]
  QtQA::App::TestRunner: [New LWP 28207]
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error.
  QtQA::App::TestRunner: [Thread debugging using libthread_db enabled]
  QtQA::App::TestRunner: Core was generated by `./tst_qcolordialog -silent -o /work/build/_artifacts/test-logs/tst_qcolordialog'.
  QtQA::App::TestRunner: Program terminated with signal 6, Aborted.
  QtQA::App::TestRunner: #0  0x00007f78a072a3a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: 64	../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  QtQA::App::TestRunner: 	in ../nptl/sysdeps/unix/sysv/linux/raise.c
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 2 (Thread 0x7f7890eb2700 (LWP 28207)):
  QtQA::App::TestRunner: #0  0x00007f78a07cce23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #1  0x00007f789ffd4f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f789ffd5792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f7896fc9516 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007f789fffa2b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007f78a04deefc in start_thread (arg=0x7f7890eb2700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007f78a07d8f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  QtQA::App::TestRunner: #7  0x0000000000000000 in ?? ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 1 (Thread 0x7f78a2e5f760 (LWP 28205)):
  QtQA::App::TestRunner: #0  0x00007f78a072a3a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #1  0x00007f78a072db0b in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #2  0x00007f78a1078e1a in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:976
  QtQA::App::TestRunner: #3  0x00007f78a10769f6 in TestNamespace::QMessageLogger::fatal (this=0x7fff4028d850, msg=0x7f78a202c4bc "Received signal %d") at global/qlogging.cpp:384
  QtQA::App::TestRunner: #4  0x00007f78a201516f in TestNamespace::QTest::FatalSignalHandler::signal (signum=15) at qtestcase.cpp:2007
  QtQA::App::TestRunner: #5  <signal handler called>
  QtQA::App::TestRunner: #6  0x00007f78a07cce23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #7  0x00007f789ffd4f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #8  0x00007f789ffd5792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #9  0x00007f78981111bb in gtk_dialog_run () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #10 0x00007f789869cb15 in TestNamespace::QGtk2Dialog::exec (this=0xc0bca0) at qgtk2dialoghelpers.cpp:105
  QtQA::App::TestRunner: #11 0x00007f789869cfc6 in TestNamespace::QGtk2ColorDialogHelper::exec (this=0xc0aa40) at qgtk2dialoghelpers.cpp:174
  QtQA::App::TestRunner: #12 0x00007f78a2664240 in TestNamespace::QDialog::exec (this=0x7fff4028df70) at dialogs/qdialog.cpp:524
  QtQA::App::TestRunner: #13 0x00007f78a2660a41 in TestNamespace::QColorDialog::getColor (initial=..., parent=0x0, title=..., options=...) at dialogs/qcolordialog.cpp:2071
  QtQA::App::TestRunner: #14 0x00007f78a2660ac5 in TestNamespace::QColorDialog::getRgba (initial=4294967295, ok=0x7fff4028e03f, parent=0x0) at dialogs/qcolordialog.cpp:2093
  QtQA::App::TestRunner: #15 0x000000000040778c in tst_QColorDialog::testGetRgba (this=0x7fff4028fc60) at tst_qcolordialog.cpp:152
  QtQA::App::TestRunner: #16 0x0000000000407a8a in tst_QColorDialog::qt_static_metacall (_o=0x7fff4028fc60, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=1, _a=0xbfa100) at .moc/debug-shared/tst_qcolordialog.moc:98
  QtQA::App::TestRunner: #17 0x00007f78a132ede1 in TestNamespace::QMetaCallEvent::placeMetaCall (this=0xbfc060, object=0x7fff4028fc60) at kernel/qobject.cpp:479
  QtQA::App::TestRunner: #18 0x00007f78a132fd9a in TestNamespace::QObject::event (this=0x7fff4028fc60, e=0xbfc060) at kernel/qobject.cpp:1120
  QtQA::App::TestRunner: #19 0x00007f78a23e4704 in TestNamespace::QApplicationPrivate::notify_helper (this=0xa11010, receiver=0x7fff4028fc60, e=0xbfc060) at kernel/qapplication.cpp:3470
  QtQA::App::TestRunner: #20 0x00007f78a23e1d0d in TestNamespace::QApplication::notify (this=0x7fff4028fc50, receiver=0x7fff4028fc60, e=0xbfc060) at kernel/qapplication.cpp:2891
  QtQA::App::TestRunner: #21 0x00007f78a12f36fc in TestNamespace::QCoreApplication::notifyInternal (this=0x7fff4028fc50, receiver=0x7fff4028fc60, event=0xbfc060) at kernel/qcoreapplication.cpp:882
  QtQA::App::TestRunner: #22 0x00007f78a12f73cb in TestNamespace::QCoreApplication::sendEvent (receiver=0x7fff4028fc60, event=0xbfc060) at kernel/qcoreapplication.h:232
  QtQA::App::TestRunner: #23 0x00007f78a12f47fc in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0xa103b0) at kernel/qcoreapplication.cpp:1486
  QtQA::App::TestRunner: #24 0x00007f78a12f43bd in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1344
  QtQA::App::TestRunner: #25 0x00007f78a136b9d4 in TestNamespace::postEventSourceDispatch (s=0xac1090) at kernel/qeventdispatcher_glib.cpp:279
  QtQA::App::TestRunner: #26 0x00007f789ffd4a5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #27 0x00007f789ffd5258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #28 0x00007f789ffd5429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #29 0x00007f78a136c239 in TestNamespace::QEventDispatcherGlib::processEvents (this=0xadee40, flags=...) at kernel/qeventdispatcher_glib.cpp:426
  QtQA::App::TestRunner: #30 0x00007f789b59985e in TestNamespace::QPAEventDispatcherGlib::processEvents (this=0xadee40, flags=...) at eventdispatchers/qeventdispatcher_glib.cpp:123
  QtQA::App::TestRunner: #31 0x00007f78a12f0204 in TestNamespace::QEventLoop::processEvents (this=0x7fff4028ee00, flags=...) at kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #32 0x00007f78a12f04dd in TestNamespace::QEventLoop::exec (this=0x7fff4028ee00, flags=...) at kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #33 0x00007f78a12f3db4 in TestNamespace::QCoreApplication::exec () at kernel/qcoreapplication.cpp:1135
  QtQA::App::TestRunner: #34 0x00007f78a19316e0 in TestNamespace::QGuiApplication::exec () at kernel/qguiapplication.cpp:1332
  QtQA::App::TestRunner: #35 0x00007f78a23e15d3 in TestNamespace::QApplication::exec () at kernel/qapplication.cpp:2695
  QtQA::App::TestRunner: #36 0x0000000000407819 in tst_QColorDialog::defaultOkButton (this=0x7fff4028fc60) at tst_qcolordialog.cpp:160
  QtQA::App::TestRunner: #37 0x0000000000407ade in tst_QColorDialog::qt_static_metacall (_o=0x7fff4028fc60, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=7, _a=0x7fff4028ef90) at .moc/debug-shared/tst_qcolordialog.moc:104
  QtQA::App::TestRunner: #38 0x00007f78a12ffd01 in TestNamespace::QMetaMethod::invoke (this=0x7fff4028f230, object=0x7fff4028fc60, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2169
  QtQA::App::TestRunner: #39 0x00007f78a12ff1bd in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff4028fc60, member=0xbfa0c0 "defaultOkButton", type=TestNamespace::Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1464
  QtQA::App::TestRunner: #40 0x00007f78a20181db in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff4028fc60, member=0xbfa0c0 "defaultOkButton", type=TestNamespace::Qt::DirectConnection, val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395
  QtQA::App::TestRunner: #41 0x00007f78a2013f39 in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0xbfa0c0 "defaultOkButton") at qtestcase.cpp:1693
  QtQA::App::TestRunner: #42 0x00007f78a20147b6 in TestNamespace::QTest::qInvokeTestMethod (slotName=0xbf9f58 "defaultOkButton()", data=0x0) at qtestcase.cpp:1818
  QtQA::App::TestRunner: #43 0x00007f78a2015052 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fff4028fc60) at qtestcase.cpp:1972
  QtQA::App::TestRunner: #44 0x00007f78a2015567 in TestNamespace::QTest::qExec (testObject=0x7fff4028fc60, argc=6, argv=0x7fff4028fd68) at qtestcase.cpp:2200
  QtQA::App::TestRunner: #45 0x00000000004079cb in main (argc=6, argv=0x7fff4028fd68) at tst_qcolordialog.cpp:173
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: ================================================================================
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  
  (tst_qcolordialog:31699): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:31699): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:31699): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:31699): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QColorDialog *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_QColorDialog::initTestCase()
  QtQA::App::TestRunner: Timed out after 450 seconds
  QtQA::App::TestRunner: Process exited due to signal 6; dumped core
  QtQA::App::TestRunner: ============================== backtrace follows: ==============================
  QtQA::App::TestRunner: gdb commands: thread apply all bt 100
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: warning: core file may not match specified executable file.
  QtQA::App::TestRunner: [New LWP 31699]
  QtQA::App::TestRunner: [New LWP 31701]
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error.
  QtQA::App::TestRunner: [Thread debugging using libthread_db enabled]
  QtQA::App::TestRunner: Core was generated by `./tst_qcolordialog -o /work/build/_artifacts/test-logs/tst_qcolordialog-testres'.
  QtQA::App::TestRunner: Program terminated with signal 6, Aborted.
  QtQA::App::TestRunner: #0  0x00007f5d383763a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: 64	../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  QtQA::App::TestRunner: 	in ../nptl/sysdeps/unix/sysv/linux/raise.c
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 2 (Thread 0x7f5d28d01700 (LWP 31701)):
  QtQA::App::TestRunner: #0  0x00007f5d38418e23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #1  0x00007f5d37c20f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f5d37c21792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f5d2ec15516 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007f5d37c462b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007f5d3812aefc in start_thread (arg=0x7f5d28d01700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007f5d38424f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  QtQA::App::TestRunner: #7  0x0000000000000000 in ?? ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 1 (Thread 0x7f5d3aaab760 (LWP 31699)):
  QtQA::App::TestRunner: #0  0x00007f5d383763a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #1  0x00007f5d38379b0b in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #2  0x00007f5d38cc4e1a in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:976
  QtQA::App::TestRunner: #3  0x00007f5d38cc29f6 in TestNamespace::QMessageLogger::fatal (this=0x7fff4232c650, msg=0x7f5d39c784bc "Received signal %d") at global/qlogging.cpp:384
  QtQA::App::TestRunner: #4  0x00007f5d39c6116f in TestNamespace::QTest::FatalSignalHandler::signal (signum=15) at qtestcase.cpp:2007
  QtQA::App::TestRunner: #5  <signal handler called>
  QtQA::App::TestRunner: #6  0x00007f5d38418e23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #7  0x00007f5d37c20f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #8  0x00007f5d37c21792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #9  0x00007f5d2fd5d1bb in gtk_dialog_run () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #10 0x00007f5d302e8b15 in TestNamespace::QGtk2Dialog::exec (this=0x8094f0) at qgtk2dialoghelpers.cpp:105
  QtQA::App::TestRunner: #11 0x00007f5d302e8fc6 in TestNamespace::QGtk2ColorDialogHelper::exec (this=0x808290) at qgtk2dialoghelpers.cpp:174
  QtQA::App::TestRunner: #12 0x00007f5d3a2b0240 in TestNamespace::QDialog::exec (this=0x7fff4232cd70) at dialogs/qdialog.cpp:524
  QtQA::App::TestRunner: #13 0x00007f5d3a2aca41 in TestNamespace::QColorDialog::getColor (initial=..., parent=0x0, title=..., options=...) at dialogs/qcolordialog.cpp:2071
  QtQA::App::TestRunner: #14 0x00007f5d3a2acac5 in TestNamespace::QColorDialog::getRgba (initial=4294967295, ok=0x7fff4232ce3f, parent=0x0) at dialogs/qcolordialog.cpp:2093
  QtQA::App::TestRunner: #15 0x000000000040778c in tst_QColorDialog::testGetRgba (this=0x7fff4232ea60) at tst_qcolordialog.cpp:152
  QtQA::App::TestRunner: #16 0x0000000000407a8a in tst_QColorDialog::qt_static_metacall (_o=0x7fff4232ea60, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=1, _a=0x7f78d0) at .moc/debug-shared/tst_qcolordialog.moc:98
  QtQA::App::TestRunner: #17 0x00007f5d38f7ade1 in TestNamespace::QMetaCallEvent::placeMetaCall (this=0x7f98b0, object=0x7fff4232ea60) at kernel/qobject.cpp:479
  QtQA::App::TestRunner: #18 0x00007f5d38f7bd9a in TestNamespace::QObject::event (this=0x7fff4232ea60, e=0x7f98b0) at kernel/qobject.cpp:1120
  QtQA::App::TestRunner: #19 0x00007f5d3a030704 in TestNamespace::QApplicationPrivate::notify_helper (this=0x61b010, receiver=0x7fff4232ea60, e=0x7f98b0) at kernel/qapplication.cpp:3470
  QtQA::App::TestRunner: #20 0x00007f5d3a02dd0d in TestNamespace::QApplication::notify (this=0x7fff4232ea50, receiver=0x7fff4232ea60, e=0x7f98b0) at kernel/qapplication.cpp:2891
  QtQA::App::TestRunner: #21 0x00007f5d38f3f6fc in TestNamespace::QCoreApplication::notifyInternal (this=0x7fff4232ea50, receiver=0x7fff4232ea60, event=0x7f98b0) at kernel/qcoreapplication.cpp:882
  QtQA::App::TestRunner: #22 0x00007f5d38f433cb in TestNamespace::QCoreApplication::sendEvent (receiver=0x7fff4232ea60, event=0x7f98b0) at kernel/qcoreapplication.h:232
  QtQA::App::TestRunner: #23 0x00007f5d38f407fc in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x61a3b0) at kernel/qcoreapplication.cpp:1486
  QtQA::App::TestRunner: #24 0x00007f5d38f403bd in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1344
  QtQA::App::TestRunner: #25 0x00007f5d38fb79d4 in TestNamespace::postEventSourceDispatch (s=0x6cb090) at kernel/qeventdispatcher_glib.cpp:279
  QtQA::App::TestRunner: #26 0x00007f5d37c20a5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #27 0x00007f5d37c21258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #28 0x00007f5d37c21429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #29 0x00007f5d38fb8239 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x6e8e40, flags=...) at kernel/qeventdispatcher_glib.cpp:426
  QtQA::App::TestRunner: #30 0x00007f5d331e585e in TestNamespace::QPAEventDispatcherGlib::processEvents (this=0x6e8e40, flags=...) at eventdispatchers/qeventdispatcher_glib.cpp:123
  QtQA::App::TestRunner: #31 0x00007f5d38f3c204 in TestNamespace::QEventLoop::processEvents (this=0x7fff4232dc00, flags=...) at kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #32 0x00007f5d38f3c4dd in TestNamespace::QEventLoop::exec (this=0x7fff4232dc00, flags=...) at kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #33 0x00007f5d38f3fdb4 in TestNamespace::QCoreApplication::exec () at kernel/qcoreapplication.cpp:1135
  QtQA::App::TestRunner: #34 0x00007f5d3957d6e0 in TestNamespace::QGuiApplication::exec () at kernel/qguiapplication.cpp:1332
  QtQA::App::TestRunner: #35 0x00007f5d3a02d5d3 in TestNamespace::QApplication::exec () at kernel/qapplication.cpp:2695
  QtQA::App::TestRunner: #36 0x0000000000407819 in tst_QColorDialog::defaultOkButton (this=0x7fff4232ea60) at tst_qcolordialog.cpp:160
  QtQA::App::TestRunner: #37 0x0000000000407ade in tst_QColorDialog::qt_static_metacall (_o=0x7fff4232ea60, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=7, _a=0x7fff4232dd90) at .moc/debug-shared/tst_qcolordialog.moc:104
  QtQA::App::TestRunner: #38 0x00007f5d38f4bd01 in TestNamespace::QMetaMethod::invoke (this=0x7fff4232e030, object=0x7fff4232ea60, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2169
  QtQA::App::TestRunner: #39 0x00007f5d38f4b1bd in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff4232ea60, member=0x7f7890 "defaultOkButton", type=TestNamespace::Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1464
  QtQA::App::TestRunner: #40 0x00007f5d39c641db in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff4232ea60, member=0x7f7890 "defaultOkButton", type=TestNamespace::Qt::DirectConnection, val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395
  QtQA::App::TestRunner: #41 0x00007f5d39c5ff39 in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x7f7890 "defaultOkButton") at qtestcase.cpp:1693
  QtQA::App::TestRunner: #42 0x00007f5d39c607b6 in TestNamespace::QTest::qInvokeTestMethod (slotName=0x7f7728 "defaultOkButton()", data=0x0) at qtestcase.cpp:1818
  QtQA::App::TestRunner: #43 0x00007f5d39c61052 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fff4232ea60) at qtestcase.cpp:1972
  QtQA::App::TestRunner: #44 0x00007f5d39c61567 in TestNamespace::QTest::qExec (testObject=0x7fff4232ea60, argc=5, argv=0x7fff4232eb68) at qtestcase.cpp:2200
  QtQA::App::TestRunner: #45 0x00000000004079cb in main (argc=5, argv=0x7fff4232eb68) at tst_qcolordialog.cpp:173
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: ================================================================================
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qcolordialog: 931 seconds, signal 6
  
  
  (tst_qtabbar:18803): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:18803): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:18803): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:18803): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QTabBar
  FAIL!  : tst_QTabBar::sizeHints() 'tabBar.minimumSizeHint().width() > 700' returned FALSE. ()
     Loc: [tst_qtabbar.cpp(306)]
  Totals: 72 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  
  (tst_qtabbar:18806): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:18806): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:18806): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:18806): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QTabBar *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_QTabBar::initTestCase()
  PASS   : tst_QTabBar::getSetCheck()
  PASS   : tst_QTabBar::setIconSize(default)
  PASS   : tst_QTabBar::setIconSize(zero)
  PASS   : tst_QTabBar::setIconSize(same as default)
  PASS   : tst_QTabBar::setIconSize(large)
  PASS   : tst_QTabBar::setIconSize(small)
  PASS   : tst_QTabBar::testCurrentChanged(pressAntotherTab)
  PASS   : tst_QTabBar::testCurrentChanged(pressTheSameTab)
  PASS   : tst_QTabBar::insertAtCurrentIndex()
  PASS   : tst_QTabBar::removeTab(deleteEnd)
  PASS   : tst_QTabBar::removeTab(deleteEndWithIndexOnEnd)
  PASS   : tst_QTabBar::removeTab(deleteMiddle)
  PASS   : tst_QTabBar::removeTab(deleteMiddleOnMiddle)
  PASS   : tst_QTabBar::setElideMode(default)
  PASS   : tst_QTabBar::setElideMode(explicit default)
  PASS   : tst_QTabBar::setElideMode(None)
  PASS   : tst_QTabBar::setElideMode(Left)
  PASS   : tst_QTabBar::setElideMode(Center)
  PASS   : tst_QTabBar::setElideMode(Right)
  FAIL!  : tst_QTabBar::sizeHints() 'tabBar.minimumSizeHint().width() > 700' returned FALSE. ()
     Loc: [tst_qtabbar.cpp(306)]
  PASS   : tst_QTabBar::setUsesScrollButtons(default)
  PASS   : tst_QTabBar::setUsesScrollButtons(explicit default)
  PASS   : tst_QTabBar::setUsesScrollButtons(No)
  PASS   : tst_QTabBar::setUsesScrollButtons(Yes)
  PASS   : tst_QTabBar::removeLastTab()
  PASS   : tst_QTabBar::closeButton()
  PASS   : tst_QTabBar::tabButton(left)
  PASS   : tst_QTabBar::tabButton(right)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(left-1)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(left-2)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(left-3)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(left-4)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(left-5)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(left-6)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(left-7)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(left-8)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(left-9)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(right-1)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(right-2)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(right-3)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(right-4)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(right-5)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(right-6)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(right-7)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(right-8)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(right-9)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-0)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-1)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-2)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-3)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-4)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-5)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-6)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-7)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-8)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-9)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-10)
  PASS   : tst_QTabBar::moveTab(null-0)
  PASS   : tst_QTabBar::moveTab(null-1)
  PASS   : tst_QTabBar::moveTab(null-2)
  PASS   : tst_QTabBar::moveTab(two-0)
  PASS   : tst_QTabBar::moveTab(two-1)
  PASS   : tst_QTabBar::moveTab(five-0)
  PASS   : tst_QTabBar::moveTab(five-1)
  PASS   : tst_QTabBar::moveTab(five-2)
  PASS   : tst_QTabBar::moveTab(five-3)
  PASS   : tst_QTabBar::moveTab(five-4)
  PASS   : tst_QTabBar::task251184_removeTab()
  PASS   : tst_QTabBar::changeTitleWhileDoubleClickingTab()
  PASS   : tst_QTabBar::taskQTBUG_10052_widgetLayoutWhenMoving()
  PASS   : tst_QTabBar::tabBarClicked()
  PASS   : tst_QTabBar::cleanupTestCase()
  Totals: 72 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QTabBar *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qtabbar: 1 seconds, exit code 1
  
  
  (tst_qfontdialog:28400): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:28400): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:28400): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:28400): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QFontDialog
  
  (tst_qfontdialog:28400): Pango-CRITICAL **: pango_font_description_set_size: assertion `size >= 0' failed
  FAIL!  : tst_QFontDialog::setFont() Compared values are not the same
     Actual   (QFontInfo(f2).pointSize()): 10
     Expected (QFontInfo(f1).pointSize()): 24
     Loc: [tst_qfontdialog.cpp(167)]
  Totals: 4 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  
  (tst_qfontdialog:28416): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:28416): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:28416): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:28416): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QFontDialog *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_QFontDialog::initTestCase()
  PASS   : tst_QFontDialog::defaultOkButton()
  
  (tst_qfontdialog:28416): Pango-CRITICAL **: pango_font_description_set_size: assertion `size >= 0' failed
  FAIL!  : tst_QFontDialog::setFont() Compared values are not the same
     Actual   (QFontInfo(f2).pointSize()): 10
     Expected (QFontInfo(f1).pointSize()): 24
     Loc: [tst_qfontdialog.cpp(167)]
  PASS   : tst_QFontDialog::task256466_wrongStyle()
  PASS   : tst_QFontDialog::cleanupTestCase()
  Totals: 4 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QFontDialog *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qfontdialog: 10 seconds, exit code 1

  Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_02264/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz

  Tested changes (refs/builds/stable_1381476519):
    http://codereview.qt-project.org/67794 [PS1] - Android: Add test script based on androiddeployqt
    http://codereview.qt-project.org/67793 [PS1] - Android: Make it possible to pass arguments via intent extras
    http://codereview.qt-project.org/67792 [PS1] - Android: Build autotest service against android-10
    http://codereview.qt-project.org/67662 [PS3] - Avoid other threads blocking for Q_GLOBAL_STATIC constructor on Mac
    http://codereview.qt-project.org/67469 [PS3] - Don't rely on the Qt version when reading a QHeaderView state stream
    http://codereview.qt-project.org/67680 [PS6] - Account for QPolygonF type when loading/saving the QVariant



More information about the Ci-reports mailing list