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

Qt Continuous Integration System ci-noreply at qt-project.org
Thu Oct 10 16:40:30 CEST 2013


seven autotests failed :(

Some (not all) of the tests were determined to be flaky, meaning results were not consistent across multiple runs.  This might make the problem difficult to reproduce.  Also, flaky failures might or might not be related to any recent changes in the source code.

  
  (tst_qtableview:5392): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:5392): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:5392): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:5392): 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: [/work/build/qt/qtbase/tests/auto/widgets/itemviews/qtableview/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: [/work/build/qt/qtbase/tests/auto/widgets/itemviews/qtableview/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:5395): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:5395): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:5395): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:5395): 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: [/work/build/qt/qtbase/tests/auto/widgets/itemviews/qtableview/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: [/work/build/qt/qtbase/tests/auto/widgets/itemviews/qtableview/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: 11 seconds, exit code 2
  
  
  (tst_qmenubar:4185): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:4185): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:4185): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:4185): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QMenuBar
  FAIL!  : tst_QMenuBar::taskQTBUG4965_escapeEaten() 'menubar.hasFocus()' returned FALSE. ()
     Loc: [/work/build/qt/qtbase/tests/auto/widgets/widgets/qmenubar/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:4188): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:4188): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:4188): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:4188): 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: [/work/build/qt/qtbase/tests/auto/widgets/widgets/qmenubar/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: [/work/build/qt/qtbase/tests/auto/widgets/widgets/qmenubar/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: 12 seconds, exit code 1
  
  
  (tst_qmenu:4178): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:4178): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:4178): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:4178): 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: [/work/build/qt/qtbase/tests/auto/widgets/widgets/qmenu/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:4181): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:4181): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:4181): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:4181): 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: [/work/build/qt/qtbase/tests/auto/widgets/widgets/qmenu/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()
  FAIL!  : tst_QMenu::layoutDirection() 'QTest::qWaitForWindowExposed(&menu)' returned FALSE. ()
     Loc: [/work/build/qt/qtbase/tests/auto/widgets/widgets/qmenu/tst_qmenu.cpp(574)]
  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: 37 passed, 2 failed, 0 skipped
  ********* Finished testing of tst_QMenu *********
  QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time:
  QtQA::App::TestRunner:   first attempt:  exited with exit code 1
  QtQA::App::TestRunner:   second attempt: exited with exit code 2
  QtQA::App::TestRunner: the test seems to be flaky, please fix this
  QtQA::App::TestRunner: this flaky test is being treated as a FAIL
  QtQA::App::TestRunner: end tst_qmenu: 10 seconds, exit code 2
  
  
  (tst_qgraphicsview:3672): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:3672): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:3672): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:3672): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QGraphicsView
  FAIL!  : tst_QGraphicsView::optimizationFlags_dontSavePainterState() '!parent->dirtyPainter' returned FALSE. ()
     Loc: [/work/build/qt/qtbase/tests/auto/widgets/graphicsview/qgraphicsview/tst_qgraphicsview.cpp(2568)]
  Totals: 846 passed, 1 failed, 96 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  
  (tst_qgraphicsview:3675): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:3675): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:3675): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:3675): 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::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)
  (... 820 lines omitted; there are too many errors!)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 14)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 15)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 16)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 17)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 18)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 1 x2)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 2 x2)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 3 x2)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 4 x2)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 5 x2)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 6 x2)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 1 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 3 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 4 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 5 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 6 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 7 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 8 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 9 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 10 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 11 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 12 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 13 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 14 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 15 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 16 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 17 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 18 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 1 x2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 2 x2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 3 x2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 4 x2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 5 x2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 6 x2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 1 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 3 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 4 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 5 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 6 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 7 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 8 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 9 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 10 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 11 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 12 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 13 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 14 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 15 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 16 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 17 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 18 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 1 x2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 2 x2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 3 x2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 4 x2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 5 x2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 6 x2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 1 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 2 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 3 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 4 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 5 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 6 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 7 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 8 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 9 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 10 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 11 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 12 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 13 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 14 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 15 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 16 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 17 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 18 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 1 x2 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 2 x2 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 3 x2 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 4 x2 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 5 x2 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 6 x2 Vertical Only)
  PASS   : tst_QGraphicsView::acceptMousePressEvent()
  PASS   : tst_QGraphicsView::acceptMouseDoubleClickEvent()
  PASS   : tst_QGraphicsView::forwardMousePress()
  PASS   : tst_QGraphicsView::forwardMouseDoubleClick()
  PASS   : tst_QGraphicsView::replayMouseMove()
  PASS   : tst_QGraphicsView::itemsUnderMouse()
  PASS   : tst_QGraphicsView::embeddedViews()
  PASS   : tst_QGraphicsView::scrollAfterResize(normal)
  PASS   : tst_QGraphicsView::scrollAfterResize(reverse)
  PASS   : tst_QGraphicsView::moveItemWhileScrolling(no adjust)
  PASS   : tst_QGraphicsView::moveItemWhileScrolling(adjust)
  PASS   : tst_QGraphicsView::moveItemWhileScrolling(no adjust changedConnected)
  PASS   : tst_QGraphicsView::moveItemWhileScrolling(adjust changedConnected)
  PASS   : tst_QGraphicsView::centerOnDirtyItem()
  PASS   : tst_QGraphicsView::mouseTracking()
  PASS   : tst_QGraphicsView::mouseTracking2()
  PASS   : tst_QGraphicsView::mouseTracking3()
  PASS   : tst_QGraphicsView::render()
  PASS   : tst_QGraphicsView::exposeRegion()
  PASS   : tst_QGraphicsView::update(empty)
  PASS   : tst_QGraphicsView::update(outside left)
  PASS   : tst_QGraphicsView::update(outside right)
  PASS   : tst_QGraphicsView::update(outside top)
  PASS   : tst_QGraphicsView::update(outside bottom)
  PASS   : tst_QGraphicsView::update(partially inside left)
  PASS   : tst_QGraphicsView::update(partially inside right)
  PASS   : tst_QGraphicsView::update(partially inside top)
  PASS   : tst_QGraphicsView::update(partially inside bottom)
  PASS   : tst_QGraphicsView::update(on topLeft edge)
  PASS   : tst_QGraphicsView::update(on topRight edge)
  PASS   : tst_QGraphicsView::update(on bottomRight edge)
  PASS   : tst_QGraphicsView::update(on bottomLeft edge)
  PASS   : tst_QGraphicsView::update(inside topLeft)
  PASS   : tst_QGraphicsView::update(inside topRight)
  PASS   : tst_QGraphicsView::update(inside bottomRight)
  PASS   : tst_QGraphicsView::update(inside bottomLeft)
  PASS   : tst_QGraphicsView::update(large1)
  PASS   : tst_QGraphicsView::update(large2)
  PASS   : tst_QGraphicsView::update(large3)
  PASS   : tst_QGraphicsView::update(viewport rect)
  PASS   : tst_QGraphicsView::update2(pen width: 0.0, antialiasing: true)
  PASS   : tst_QGraphicsView::update2(pen width: 1.5, antialiasing: true)
  PASS   : tst_QGraphicsView::update2(pen width: 2.0, antialiasing: true)
  PASS   : tst_QGraphicsView::update2(pen width: 3.0, antialiasing: true)
  PASS   : tst_QGraphicsView::update2(pen width: 0.0, antialiasing: false)
  PASS   : tst_QGraphicsView::update2(pen width: 1.5, antialiasing: false)
  PASS   : tst_QGraphicsView::update2(pen width: 2.0, antialiasing: false)
  PASS   : tst_QGraphicsView::update2(pen width: 3.0, antialiasing: false)
  PASS   : tst_QGraphicsView::update2(pen width: 0.0, antialiasing: false, changed)
  PASS   : tst_QGraphicsView::update2(pen width: 1.5, antialiasing: true, changed)
  PASS   : tst_QGraphicsView::update2(pen width: 2.0, antialiasing: false, changed)
  PASS   : tst_QGraphicsView::update2(pen width: 3.0, antialiasing: true, changed)
  PASS   : tst_QGraphicsView::update_ancestorClipsChildrenToShape()
  PASS   : tst_QGraphicsView::update_ancestorClipsChildrenToShape2()
  PASS   : tst_QGraphicsView::inputMethodSensitivity()
  QWARN  : tst_QGraphicsView::inputContextReset() Test input context to commit without focused object
  PASS   : tst_QGraphicsView::inputContextReset()
  PASS   : tst_QGraphicsView::indirectPainting()
  PASS   : tst_QGraphicsView::compositionModeInDrawBackground()
  PASS   : tst_QGraphicsView::task172231_untransformableItems()
  PASS   : tst_QGraphicsView::task180429_mouseReleaseDragMode()
  PASS   : tst_QGraphicsView::task187791_setSceneCausesUpdate()
  PASS   : tst_QGraphicsView::task186827_deleteReplayedItem()
  PASS   : tst_QGraphicsView::task207546_focusCrash()
  PASS   : tst_QGraphicsView::task210599_unsetDragWhileDragging()
  PASS   : tst_QGraphicsView::task236394_sendShortcutOverrideEvent()
  PASS   : tst_QGraphicsView::task239729_noViewUpdate(a)
  PASS   : tst_QGraphicsView::task239729_noViewUpdate(b)
  PASS   : tst_QGraphicsView::task239047_fitInViewSmallViewport()
  PASS   : tst_QGraphicsView::task245469_itemsAtPointWithClip()
  PASS   : tst_QGraphicsView::task253415_reconnectUpdateSceneOnSceneChanged()
  PASS   : tst_QGraphicsView::task255529_transformationAnchorMouseAndViewportMargins()
  XFAIL  : tst_QGraphicsView::task259503_scrollingArtifacts() QTBUG-24296
     Loc: [/work/build/qt/qtbase/tests/auto/widgets/graphicsview/qgraphicsview/tst_qgraphicsview.cpp(4524)]
  PASS   : tst_QGraphicsView::task259503_scrollingArtifacts()
  PASS   : tst_QGraphicsView::QTBUG_4151_clipAndIgnore(none)
  PASS   : tst_QGraphicsView::QTBUG_4151_clipAndIgnore(clip)
  PASS   : tst_QGraphicsView::QTBUG_4151_clipAndIgnore(ignore)
  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: 846 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: 80 seconds, exit code 1
  
  
  (tst_qcolordialog:7859): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:7859): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:7859): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:7859): 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 7859]
  QtQA::App::TestRunner: [New LWP 7861]
  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  0xb7729424 in __kernel_vsyscall ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 2 (Thread 0xb33cbb70 (LWP 7861)):
  QtQA::App::TestRunner: #0  0xb7729424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb65b2b4e in __GI___poll (fds=0x9f116e0, nfds=3, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #2  0xb63d834b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0xb63c9896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0xb63c9f9b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0xb431dcea in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #6  0xb63f05f4 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #7  0xb64d4d31 in start_thread (arg=0xb33cbb70) at pthread_create.c:304
  QtQA::App::TestRunner: #8  0xb65c180e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  QtQA::App::TestRunner: Backtrace stopped: Not enough registers or memory available to unwind further
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 1 (Thread 0xb4f7c6e0 (LWP 7859)):
  QtQA::App::TestRunner: #0  0xb7729424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb6517c8f in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #2  0xb651b2b5 in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #3  0xb67f9354 in qt_message_fatal (context=<optimized out>, message=<optimized out>) at /work/build/qt/qtbase/src/corelib/global/qlogging.cpp:976
  QtQA::App::TestRunner: #4  QMessageLogger::fatal (this=0xbfe2827c, msg=0xb70d0304 "Received signal %d") at /work/build/qt/qtbase/src/corelib/global/qlogging.cpp:384
  QtQA::App::TestRunner: #5  0xb70b805b in QTest::FatalSignalHandler::signal (signum=15) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:2007
  QtQA::App::TestRunner: #6  <signal handler called>
  QtQA::App::TestRunner: #7  0xb7729424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #8  0xb65b2b4e in __GI___poll (fds=0xa03a250, nfds=7, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #9  0xb63d834b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #10 0xb63c9896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #11 0xb63c9f9b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #12 0xb465fd04 in gtk_dialog_run () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #13 0xb4a21da0 in QGtk2Dialog::exec (this=0xa04bca8) at /work/build/qt/qtbase/src/plugins/platformthemes/gtk2/qgtk2dialoghelpers.cpp:105
  QtQA::App::TestRunner: #14 0xb7402237 in QDialog::exec (this=0xbfe28a08) at /work/build/qt/qtbase/src/widgets/dialogs/qdialog.cpp:524
  QtQA::App::TestRunner: #15 0xb7400718 in QColorDialog::getColor (initial=..., parent=0x0, title=..., options=...) at /work/build/qt/qtbase/src/widgets/dialogs/qcolordialog.cpp:2071
  QtQA::App::TestRunner: #16 0xb74007b8 in QColorDialog::getRgba (initial=4294967295, ok=0xbfe28adf, parent=0x0) at /work/build/qt/qtbase/src/widgets/dialogs/qcolordialog.cpp:2093
  QtQA::App::TestRunner: #17 0x0804c96e in tst_QColorDialog::testGetRgba (this=0xbfe29c98) at /work/build/qt/qtbase/tests/auto/widgets/dialogs/qcolordialog/tst_qcolordialog.cpp:152
  QtQA::App::TestRunner: #18 0x0804cd68 in tst_QColorDialog::qt_static_metacall (_o=<optimized out>, _id=<optimized out>, _a=<optimized out>, _c=<optimized out>) at .moc/release-shared/tst_qcolordialog.moc:98
  QtQA::App::TestRunner: #19 0xb6a1e6e3 in placeMetaCall (object=0xbfe29c98, this=0xa031048) at /work/build/qt/qtbase/src/corelib/kernel/qobject.cpp:479
  QtQA::App::TestRunner: #20 QMetaCallEvent::placeMetaCall (this=0xa031048, object=0xbfe29c98) at /work/build/qt/qtbase/src/corelib/kernel/qobject.cpp:474
  QtQA::App::TestRunner: #21 0xb6a21b32 in QObject::event (this=0xbfe29c98, e=0xa031048) at /work/build/qt/qtbase/src/corelib/kernel/qobject.cpp:1120
  QtQA::App::TestRunner: #22 0xb71b92d4 in notify_helper (e=0xa031048, receiver=0xbfe29c98, this=0x9ee47d0) at /work/build/qt/qtbase/src/widgets/kernel/qapplication.cpp:3470
  QtQA::App::TestRunner: #23 QApplicationPrivate::notify_helper (this=0x9ee47d0, receiver=0xbfe29c98, e=0xa031048) at /work/build/qt/qtbase/src/widgets/kernel/qapplication.cpp:3442
  QtQA::App::TestRunner: #24 0xb71bd0f0 in QApplication::notify (this=0xbfe29c90, receiver=0xbfe29c98, e=0xa031048) at /work/build/qt/qtbase/src/widgets/kernel/qapplication.cpp:2891
  QtQA::App::TestRunner: #25 0xb69f3bfe in QCoreApplication::notifyInternal (this=0xbfe29c90, receiver=0xbfe29c98, event=0xa031048) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:882
  QtQA::App::TestRunner: #26 0xb69f68bc in sendEvent (event=0xa031048, receiver=0xbfe29c98) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.h:232
  QtQA::App::TestRunner: #27 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x9ee4270) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1486
  QtQA::App::TestRunner: #28 0xb69f6dfc in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1344
  QtQA::App::TestRunner: #29 0xb6a4a794 in postEventSourceDispatch (s=0x9f6c7a8) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:279
  QtQA::App::TestRunner: #30 0xb63c925f in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #31 0xb63c9990 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #32 0xb63c9c2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #33 0xb6a4aba8 in QEventDispatcherGlib::processEvents (this=0x9f6e240, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:426
  QtQA::App::TestRunner: #34 0xb4cba856 in QPAEventDispatcherGlib::processEvents (this=0x9f6e240, flags=...) at /work/build/qt/qtbase/src/platformsupport/eventdispatchers/qeventdispatcher_glib.cpp:123
  QtQA::App::TestRunner: #35 0xb69f2226 in QEventLoop::processEvents (this=0xbfe29338, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #36 0xb69f266c in QEventLoop::exec (this=0xbfe29338, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #37 0xb69f6ea2 in QCoreApplication::exec () at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1135
  QtQA::App::TestRunner: #38 0xb6cedee4 in QGuiApplication::exec () at /work/build/qt/qtbase/src/gui/kernel/qguiapplication.cpp:1332
  QtQA::App::TestRunner: #39 0xb71b3e24 in QApplication::exec () at /work/build/qt/qtbase/src/widgets/kernel/qapplication.cpp:2695
  QtQA::App::TestRunner: #40 0x0804ca04 in tst_QColorDialog::defaultOkButton (this=0xbfe29c98) at /work/build/qt/qtbase/tests/auto/widgets/dialogs/qcolordialog/tst_qcolordialog.cpp:160
  QtQA::App::TestRunner: #41 0x0804cd48 in tst_QColorDialog::qt_static_metacall (_o=<optimized out>, _id=<optimized out>, _a=<optimized out>, _c=<optimized out>) at .moc/release-shared/tst_qcolordialog.moc:104
  QtQA::App::TestRunner: #42 0xb69fe3b9 in QMetaMethod::invoke (this=0xbfe29644, object=0xbfe29c98, connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at /work/build/qt/qtbase/src/corelib/kernel/qmetaobject.cpp:2169
  QtQA::App::TestRunner: #43 0xb6a01e9f in QMetaObject::invokeMethod (obj=0xbfe29c98, member=0x804feac "\030g¶\240\323\004\b\340\325\004\b\220\315\004\b", type=4294967292, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at /work/build/qt/qtbase/src/corelib/kernel/qmetaobject.cpp:1464
  QtQA::App::TestRunner: #44 0xb70bd70f in invokeMethod (val9=<optimized out>, val8=<optimized out>, val7=<optimized out>, val6=<optimized out>, val5=<optimized out>, val4=<optimized out>, val3=<optimized out>, val2=<optimized out>, val1=<optimized out>, val0=<optimized out>, type=<optimized out>, member=<optimized out>, obj=<optimized out>) at ../../include/QtCore/../../../../../../work/build/qt/qtbase/src/corelib/kernel/qobjectdefs.h:395
  QtQA::App::TestRunner: #45 qInvokeTestMethodDataEntry (slot=<optimized out>) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1693
  QtQA::App::TestRunner: #46 QTest::qInvokeTestMethod (slotName=0xa031400 "defaultOkButton()", data=0x0) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1818
  QtQA::App::TestRunner: #47 0xb70be580 in qInvokeTestMethods (testObject=<optimized out>) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1972
  QtQA::App::TestRunner: #48 QTest::qExec (testObject=0xbfe29c98, argc=-1075667976, argv=0xc) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:2200
  QtQA::App::TestRunner: #49 0x0804ae8f in main (argc=6, argv=0xbfe29d54) at /work/build/qt/qtbase/tests/auto/widgets/dialogs/qcolordialog/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:30879): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:30879): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:30879): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:30879): 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 30879]
  QtQA::App::TestRunner: [New LWP 30881]
  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  0xb7727424 in __kernel_vsyscall ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 2 (Thread 0xb31ffb70 (LWP 30881)):
  QtQA::App::TestRunner: #0  0xb7727424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb65b0b4e in __GI___poll (fds=0xb3204d50, nfds=3, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #2  0xb63d634b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0xb63c7896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0xb63c7f9b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0xb431bcea in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #6  0xb63ee5f4 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #7  0xb64d2d31 in start_thread (arg=0xb31ffb70) at pthread_create.c:304
  QtQA::App::TestRunner: #8  0xb65bf80e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  QtQA::App::TestRunner: Backtrace stopped: Not enough registers or memory available to unwind further
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 1 (Thread 0xb4f7a6e0 (LWP 30879)):
  QtQA::App::TestRunner: #0  0xb7727424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb6515c8f in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #2  0xb65192b5 in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #3  0xb67f7354 in qt_message_fatal (context=<optimized out>, message=<optimized out>) at /work/build/qt/qtbase/src/corelib/global/qlogging.cpp:976
  QtQA::App::TestRunner: #4  QMessageLogger::fatal (this=0xbffd714c, msg=0xb70ce304 "Received signal %d") at /work/build/qt/qtbase/src/corelib/global/qlogging.cpp:384
  QtQA::App::TestRunner: #5  0xb70b605b in QTest::FatalSignalHandler::signal (signum=15) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:2007
  QtQA::App::TestRunner: #6  <signal handler called>
  QtQA::App::TestRunner: #7  0xb7727424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #8  0xb65b0b4e in __GI___poll (fds=0x8e232f8, nfds=7, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #9  0xb63d634b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #10 0xb63c7896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #11 0xb63c7f9b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #12 0xb465dd04 in gtk_dialog_run () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #13 0xb4a1fda0 in QGtk2Dialog::exec (this=0x8e34e28) at /work/build/qt/qtbase/src/plugins/platformthemes/gtk2/qgtk2dialoghelpers.cpp:105
  QtQA::App::TestRunner: #14 0xb7400237 in QDialog::exec (this=0xbffd78d8) at /work/build/qt/qtbase/src/widgets/dialogs/qdialog.cpp:524
  QtQA::App::TestRunner: #15 0xb73fe718 in QColorDialog::getColor (initial=..., parent=0x0, title=..., options=...) at /work/build/qt/qtbase/src/widgets/dialogs/qcolordialog.cpp:2071
  QtQA::App::TestRunner: #16 0xb73fe7b8 in QColorDialog::getRgba (initial=4294967295, ok=0xbffd79af, parent=0x0) at /work/build/qt/qtbase/src/widgets/dialogs/qcolordialog.cpp:2093
  QtQA::App::TestRunner: #17 0x0804c96e in tst_QColorDialog::testGetRgba (this=0xbffd8b68) at /work/build/qt/qtbase/tests/auto/widgets/dialogs/qcolordialog/tst_qcolordialog.cpp:152
  QtQA::App::TestRunner: #18 0x0804cd68 in tst_QColorDialog::qt_static_metacall (_o=<optimized out>, _id=<optimized out>, _a=<optimized out>, _c=<optimized out>) at .moc/release-shared/tst_qcolordialog.moc:98
  QtQA::App::TestRunner: #19 0xb6a1c6e3 in placeMetaCall (object=0xbffd8b68, this=0x8e1a0f8) at /work/build/qt/qtbase/src/corelib/kernel/qobject.cpp:479
  QtQA::App::TestRunner: #20 QMetaCallEvent::placeMetaCall (this=0x8e1a0f8, object=0xbffd8b68) at /work/build/qt/qtbase/src/corelib/kernel/qobject.cpp:474
  QtQA::App::TestRunner: #21 0xb6a1fb32 in QObject::event (this=0xbffd8b68, e=0x8e1a0f8) at /work/build/qt/qtbase/src/corelib/kernel/qobject.cpp:1120
  QtQA::App::TestRunner: #22 0xb71b72d4 in notify_helper (e=0x8e1a0f8, receiver=0xbffd8b68, this=0x8ce17d0) at /work/build/qt/qtbase/src/widgets/kernel/qapplication.cpp:3470
  QtQA::App::TestRunner: #23 QApplicationPrivate::notify_helper (this=0x8ce17d0, receiver=0xbffd8b68, e=0x8e1a0f8) at /work/build/qt/qtbase/src/widgets/kernel/qapplication.cpp:3442
  QtQA::App::TestRunner: #24 0xb71bb0f0 in QApplication::notify (this=0xbffd8b60, receiver=0xbffd8b68, e=0x8e1a0f8) at /work/build/qt/qtbase/src/widgets/kernel/qapplication.cpp:2891
  QtQA::App::TestRunner: #25 0xb69f1bfe in QCoreApplication::notifyInternal (this=0xbffd8b60, receiver=0xbffd8b68, event=0x8e1a0f8) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:882
  QtQA::App::TestRunner: #26 0xb69f48bc in sendEvent (event=0x8e1a0f8, receiver=0xbffd8b68) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.h:232
  QtQA::App::TestRunner: #27 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x8ce1270) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1486
  QtQA::App::TestRunner: #28 0xb69f4dfc in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1344
  QtQA::App::TestRunner: #29 0xb6a48794 in postEventSourceDispatch (s=0x8d697c8) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:279
  QtQA::App::TestRunner: #30 0xb63c725f in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #31 0xb63c7990 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #32 0xb63c7c2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #33 0xb6a48ba8 in QEventDispatcherGlib::processEvents (this=0x8d6b260, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:426
  QtQA::App::TestRunner: #34 0xb4cb8856 in QPAEventDispatcherGlib::processEvents (this=0x8d6b260, flags=...) at /work/build/qt/qtbase/src/platformsupport/eventdispatchers/qeventdispatcher_glib.cpp:123
  QtQA::App::TestRunner: #35 0xb69f0226 in QEventLoop::processEvents (this=0xbffd8208, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #36 0xb69f066c in QEventLoop::exec (this=0xbffd8208, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #37 0xb69f4ea2 in QCoreApplication::exec () at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1135
  QtQA::App::TestRunner: #38 0xb6cebee4 in QGuiApplication::exec () at /work/build/qt/qtbase/src/gui/kernel/qguiapplication.cpp:1332
  QtQA::App::TestRunner: #39 0xb71b1e24 in QApplication::exec () at /work/build/qt/qtbase/src/widgets/kernel/qapplication.cpp:2695
  QtQA::App::TestRunner: #40 0x0804ca04 in tst_QColorDialog::defaultOkButton (this=0xbffd8b68) at /work/build/qt/qtbase/tests/auto/widgets/dialogs/qcolordialog/tst_qcolordialog.cpp:160
  QtQA::App::TestRunner: #41 0x0804cd48 in tst_QColorDialog::qt_static_metacall (_o=<optimized out>, _id=<optimized out>, _a=<optimized out>, _c=<optimized out>) at .moc/release-shared/tst_qcolordialog.moc:104
  QtQA::App::TestRunner: #42 0xb69fc3b9 in QMetaMethod::invoke (this=0xbffd8514, object=0xbffd8b68, connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at /work/build/qt/qtbase/src/corelib/kernel/qmetaobject.cpp:2169
  QtQA::App::TestRunner: #43 0xb69ffe9f in QMetaObject::invokeMethod (obj=0xbffd8b68, member=0x804feac "\030G¶\240\323\004\b\340\325\004\b\220\315\004\b", type=4294967292, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at /work/build/qt/qtbase/src/corelib/kernel/qmetaobject.cpp:1464
  QtQA::App::TestRunner: #44 0xb70bb70f in invokeMethod (val9=<optimized out>, val8=<optimized out>, val7=<optimized out>, val6=<optimized out>, val5=<optimized out>, val4=<optimized out>, val3=<optimized out>, val2=<optimized out>, val1=<optimized out>, val0=<optimized out>, type=<optimized out>, member=<optimized out>, obj=<optimized out>) at ../../include/QtCore/../../../../../../work/build/qt/qtbase/src/corelib/kernel/qobjectdefs.h:395
  QtQA::App::TestRunner: #45 qInvokeTestMethodDataEntry (slot=<optimized out>) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1693
  QtQA::App::TestRunner: #46 QTest::qInvokeTestMethod (slotName=0x8e1a470 "defaultOkButton()", data=0x0) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1818
  QtQA::App::TestRunner: #47 0xb70bc580 in qInvokeTestMethods (testObject=<optimized out>) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1972
  QtQA::App::TestRunner: #48 QTest::qExec (testObject=0xbffd8b68, argc=-1073902904, argv=0xc) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:2200
  QtQA::App::TestRunner: #49 0x0804ae8f in main (argc=5, argv=0xbffd8c24) at /work/build/qt/qtbase/tests/auto/widgets/dialogs/qcolordialog/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: 918 seconds, signal 6
  
  
  (tst_qtabbar:17994): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:17994): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:17994): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:17994): 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: [/work/build/qt/qtbase/tests/auto/widgets/widgets/qtabbar/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:18004): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:18004): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:18004): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:18004): 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: [/work/build/qt/qtbase/tests/auto/widgets/widgets/qtabbar/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: 0.702216 seconds, exit code 1
  
  
  (tst_qfontdialog:8033): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:8033): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:8033): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:8033): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QFontDialog
  
  (tst_qfontdialog:8033): 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: [/work/build/qt/qtbase/tests/auto/widgets/dialogs/qfontdialog/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:8037): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:8037): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:8037): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:8037): 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:8037): 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: [/work/build/qt/qtbase/tests/auto/widgets/dialogs/qfontdialog/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: 9 seconds, exit code 1

  Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_02251/linux-g++_shadow-build_Ubuntu_11.10_x86/log.txt.gz

  Tested changes (refs/builds/stable_1381413321):
    http://codereview.qt-project.org/67780 [PS2] - Stabilize tst_QComboBox::keyBoardNavigationWithMouse.



More information about the Ci-reports mailing list