[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 00:03:06 CEST 2013


seven autotests failed :(

  
  (tst_qtableview:6669): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:6669): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:6669): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:6669): 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:6672): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:6672): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:6672): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:6672): 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:5136): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:5136): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:5136): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:5136): 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:5139): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:5139): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:5139): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:5139): 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:5129): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:5129): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:5129): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:5129): 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:5132): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:5132): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:5132): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:5132): 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()
  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:4949): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:4949): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:4949): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:4949): 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:4952): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:4952): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:4952): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:4952): 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)
  PASS   : tst_QGraphicsView::mapToSceneRect(0, 0, 1, 1)
  PASS   : tst_QGraphicsView::mapToSceneRect(0, 0, 10, 10)
  PASS   : tst_QGraphicsView::mapToSceneRect(nil)
  PASS   : tst_QGraphicsView::mapToSceneRect(0, 0, 1, 1)
  PASS   : tst_QGraphicsView::mapToSceneRect(0, 0, 10, 10)
  (... 815 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: 84 seconds, exit code 1
  
  
  (tst_qcolordialog:13846): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:13846): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:13846): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:13846): 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 13846]
  QtQA::App::TestRunner: [New LWP 13848]
  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  0xb77c4424 in __kernel_vsyscall ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 2 (Thread 0xb32e6b70 (LWP 13848)):
  QtQA::App::TestRunner: #0  0xb77c4424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb664db4e in __GI___poll (fds=0x8cb4a68, nfds=3, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #2  0xb647334b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0xb6464896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0xb6464f9b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0xb43b8cea in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #6  0xb648b5f4 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #7  0xb656fd31 in start_thread (arg=0xb32e6b70) at pthread_create.c:304
  QtQA::App::TestRunner: #8  0xb665c80e 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 0xb50176e0 (LWP 13846)):
  QtQA::App::TestRunner: #0  0xb77c4424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb65b2c8f in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #2  0xb65b62b5 in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #3  0xb6894354 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=0xbfbd8a1c, msg=0xb716b304 "Received signal %d") at /work/build/qt/qtbase/src/corelib/global/qlogging.cpp:384
  QtQA::App::TestRunner: #5  0xb715305b 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  0xb77c4424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #8  0xb664db4e in __GI___poll (fds=0x8ce6c80, nfds=7, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #9  0xb647334b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #10 0xb6464896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #11 0xb6464f9b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #12 0xb46fad04 in gtk_dialog_run () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #13 0xb4abcda0 in QGtk2Dialog::exec (this=0x8cf8700) at /work/build/qt/qtbase/src/plugins/platformthemes/gtk2/qgtk2dialoghelpers.cpp:105
  QtQA::App::TestRunner: #14 0xb749d237 in QDialog::exec (this=0xbfbd91a8) at /work/build/qt/qtbase/src/widgets/dialogs/qdialog.cpp:524
  QtQA::App::TestRunner: #15 0xb749b718 in QColorDialog::getColor (initial=..., parent=0x0, title=..., options=...) at /work/build/qt/qtbase/src/widgets/dialogs/qcolordialog.cpp:2071
  QtQA::App::TestRunner: #16 0xb749b7b8 in QColorDialog::getRgba (initial=4294967295, ok=0xbfbd927f, parent=0x0) at /work/build/qt/qtbase/src/widgets/dialogs/qcolordialog.cpp:2093
  QtQA::App::TestRunner: #17 0x0804c96e in tst_QColorDialog::testGetRgba (this=0xbfbda438) 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 0xb6ab96e3 in placeMetaCall (object=0xbfbda438, this=0x8cddb78) at /work/build/qt/qtbase/src/corelib/kernel/qobject.cpp:479
  QtQA::App::TestRunner: #20 QMetaCallEvent::placeMetaCall (this=0x8cddb78, object=0xbfbda438) at /work/build/qt/qtbase/src/corelib/kernel/qobject.cpp:474
  QtQA::App::TestRunner: #21 0xb6abcb32 in QObject::event (this=0xbfbda438, e=0x8cddb78) at /work/build/qt/qtbase/src/corelib/kernel/qobject.cpp:1120
  QtQA::App::TestRunner: #22 0xb72542d4 in notify_helper (e=0x8cddb78, receiver=0xbfbda438, this=0x8b8a7d0) at /work/build/qt/qtbase/src/widgets/kernel/qapplication.cpp:3470
  QtQA::App::TestRunner: #23 QApplicationPrivate::notify_helper (this=0x8b8a7d0, receiver=0xbfbda438, e=0x8cddb78) at /work/build/qt/qtbase/src/widgets/kernel/qapplication.cpp:3442
  QtQA::App::TestRunner: #24 0xb72580f0 in QApplication::notify (this=0xbfbda430, receiver=0xbfbda438, e=0x8cddb78) at /work/build/qt/qtbase/src/widgets/kernel/qapplication.cpp:2891
  QtQA::App::TestRunner: #25 0xb6a8ebfe in QCoreApplication::notifyInternal (this=0xbfbda430, receiver=0xbfbda438, event=0x8cddb78) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:882
  QtQA::App::TestRunner: #26 0xb6a918bc in sendEvent (event=0x8cddb78, receiver=0xbfbda438) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.h:232
  QtQA::App::TestRunner: #27 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x8b8a270) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1486
  QtQA::App::TestRunner: #28 0xb6a91dfc in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1344
  QtQA::App::TestRunner: #29 0xb6ae5794 in postEventSourceDispatch (s=0x8c127a8) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:279
  QtQA::App::TestRunner: #30 0xb646425f in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #31 0xb6464990 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #32 0xb6464c2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #33 0xb6ae5ba8 in QEventDispatcherGlib::processEvents (this=0x8c14240, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:426
  QtQA::App::TestRunner: #34 0xb4d55856 in QPAEventDispatcherGlib::processEvents (this=0x8c14240, flags=...) at /work/build/qt/qtbase/src/platformsupport/eventdispatchers/qeventdispatcher_glib.cpp:123
  QtQA::App::TestRunner: #35 0xb6a8d226 in QEventLoop::processEvents (this=0xbfbd9ad8, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #36 0xb6a8d66c in QEventLoop::exec (this=0xbfbd9ad8, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #37 0xb6a91ea2 in QCoreApplication::exec () at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1135
  QtQA::App::TestRunner: #38 0xb6d88ee4 in QGuiApplication::exec () at /work/build/qt/qtbase/src/gui/kernel/qguiapplication.cpp:1332
  QtQA::App::TestRunner: #39 0xb724ee24 in QApplication::exec () at /work/build/qt/qtbase/src/widgets/kernel/qapplication.cpp:2695
  QtQA::App::TestRunner: #40 0x0804ca04 in tst_QColorDialog::defaultOkButton (this=0xbfbda438) 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 0xb6a993b9 in QMetaMethod::invoke (this=0xbfbd9de4, object=0xbfbda438, 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 0xb6a9ce9f in QMetaObject::invokeMethod (obj=0xbfbda438, member=0x804feac "\030\027̶\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 0xb715870f 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=0x8cdd578 "defaultOkButton()", data=0x0) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1818
  QtQA::App::TestRunner: #47 0xb7159580 in qInvokeTestMethods (testObject=<optimized out>) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1972
  QtQA::App::TestRunner: #48 QTest::qExec (testObject=0xbfbda438, argc=-1078090856, argv=0xc) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:2200
  QtQA::App::TestRunner: #49 0x0804ae8f in main (argc=6, argv=0xbfbda4f4) 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:31995): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:31995): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:31995): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:31995): 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 31995]
  QtQA::App::TestRunner: [New LWP 31997]
  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  0xb778c424 in __kernel_vsyscall ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 2 (Thread 0xb32ffb70 (LWP 31997)):
  QtQA::App::TestRunner: #0  0xb778c424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb6615b4e in __GI___poll (fds=0xb3303c70, nfds=3, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #2  0xb643b34b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0xb642c896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0xb642cf9b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0xb4380cea in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #6  0xb64535f4 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #7  0xb6537d31 in start_thread (arg=0xb32ffb70) at pthread_create.c:304
  QtQA::App::TestRunner: #8  0xb662480e 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 0xb4fdf6e0 (LWP 31995)):
  QtQA::App::TestRunner: #0  0xb778c424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb657ac8f in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #2  0xb657e2b5 in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #3  0xb685c354 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=0xbfe9c70c, msg=0xb7133304 "Received signal %d") at /work/build/qt/qtbase/src/corelib/global/qlogging.cpp:384
  QtQA::App::TestRunner: #5  0xb711b05b 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  0xb778c424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #8  0xb6615b4e in __GI___poll (fds=0x9340cd0, nfds=7, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #9  0xb643b34b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #10 0xb642c896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #11 0xb642cf9b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #12 0xb46c2d04 in gtk_dialog_run () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #13 0xb4a84da0 in QGtk2Dialog::exec (this=0x93409c8) at /work/build/qt/qtbase/src/plugins/platformthemes/gtk2/qgtk2dialoghelpers.cpp:105
  QtQA::App::TestRunner: #14 0xb7465237 in QDialog::exec (this=0xbfe9ce98) at /work/build/qt/qtbase/src/widgets/dialogs/qdialog.cpp:524
  QtQA::App::TestRunner: #15 0xb7463718 in QColorDialog::getColor (initial=..., parent=0x0, title=..., options=...) at /work/build/qt/qtbase/src/widgets/dialogs/qcolordialog.cpp:2071
  QtQA::App::TestRunner: #16 0xb74637b8 in QColorDialog::getRgba (initial=4294967295, ok=0xbfe9cf6f, parent=0x0) at /work/build/qt/qtbase/src/widgets/dialogs/qcolordialog.cpp:2093
  QtQA::App::TestRunner: #17 0x0804c96e in tst_QColorDialog::testGetRgba (this=0xbfe9e128) 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 0xb6a816e3 in placeMetaCall (object=0xbfe9e128, this=0x9324c48) at /work/build/qt/qtbase/src/corelib/kernel/qobject.cpp:479
  QtQA::App::TestRunner: #20 QMetaCallEvent::placeMetaCall (this=0x9324c48, object=0xbfe9e128) at /work/build/qt/qtbase/src/corelib/kernel/qobject.cpp:474
  QtQA::App::TestRunner: #21 0xb6a84b32 in QObject::event (this=0xbfe9e128, e=0x9324c48) at /work/build/qt/qtbase/src/corelib/kernel/qobject.cpp:1120
  QtQA::App::TestRunner: #22 0xb721c2d4 in notify_helper (e=0x9324c48, receiver=0xbfe9e128, this=0x91e07d0) at /work/build/qt/qtbase/src/widgets/kernel/qapplication.cpp:3470
  QtQA::App::TestRunner: #23 QApplicationPrivate::notify_helper (this=0x91e07d0, receiver=0xbfe9e128, e=0x9324c48) at /work/build/qt/qtbase/src/widgets/kernel/qapplication.cpp:3442
  QtQA::App::TestRunner: #24 0xb72200f0 in QApplication::notify (this=0xbfe9e120, receiver=0xbfe9e128, e=0x9324c48) at /work/build/qt/qtbase/src/widgets/kernel/qapplication.cpp:2891
  QtQA::App::TestRunner: #25 0xb6a56bfe in QCoreApplication::notifyInternal (this=0xbfe9e120, receiver=0xbfe9e128, event=0x9324c48) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:882
  QtQA::App::TestRunner: #26 0xb6a598bc in sendEvent (event=0x9324c48, receiver=0xbfe9e128) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.h:232
  QtQA::App::TestRunner: #27 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x91e0270) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1486
  QtQA::App::TestRunner: #28 0xb6a59dfc in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1344
  QtQA::App::TestRunner: #29 0xb6aad794 in postEventSourceDispatch (s=0x92687a8) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:279
  QtQA::App::TestRunner: #30 0xb642c25f in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #31 0xb642c990 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #32 0xb642cc2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #33 0xb6aadba8 in QEventDispatcherGlib::processEvents (this=0x926a240, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:426
  QtQA::App::TestRunner: #34 0xb4d1d856 in QPAEventDispatcherGlib::processEvents (this=0x926a240, flags=...) at /work/build/qt/qtbase/src/platformsupport/eventdispatchers/qeventdispatcher_glib.cpp:123
  QtQA::App::TestRunner: #35 0xb6a55226 in QEventLoop::processEvents (this=0xbfe9d7c8, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #36 0xb6a5566c in QEventLoop::exec (this=0xbfe9d7c8, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #37 0xb6a59ea2 in QCoreApplication::exec () at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1135
  QtQA::App::TestRunner: #38 0xb6d50ee4 in QGuiApplication::exec () at /work/build/qt/qtbase/src/gui/kernel/qguiapplication.cpp:1332
  QtQA::App::TestRunner: #39 0xb7216e24 in QApplication::exec () at /work/build/qt/qtbase/src/widgets/kernel/qapplication.cpp:2695
  QtQA::App::TestRunner: #40 0x0804ca04 in tst_QColorDialog::defaultOkButton (this=0xbfe9e128) 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 0xb6a613b9 in QMetaMethod::invoke (this=0xbfe9dad4, object=0xbfe9e128, 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 0xb6a64e9f in QMetaObject::invokeMethod (obj=0xbfe9e128, member=0x804feac "\030\227ȶ\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 0xb712070f 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=0x9326050 "defaultOkButton()", data=0x0) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1818
  QtQA::App::TestRunner: #47 0xb7121580 in qInvokeTestMethods (testObject=<optimized out>) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1972
  QtQA::App::TestRunner: #48 QTest::qExec (testObject=0xbfe9e128, argc=-1075191672, argv=0xc) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:2200
  QtQA::App::TestRunner: #49 0x0804ae8f in main (argc=5, argv=0xbfe9e1e4) 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:23523): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:23523): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:23523): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:23523): 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:23542): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:23542): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:23542): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:23542): 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.903944 seconds, exit code 1
  
  
  (tst_qfontdialog:14020): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:14020): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:14020): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:14020): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QFontDialog
  
  (tst_qfontdialog:14020): 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:14024): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:14024): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:14024): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:14024): 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:14024): 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_02259/linux-g++_shadow-build_Ubuntu_11.10_x86/log.txt.gz

  Tested changes (refs/builds/stable_1381439395):
    http://codereview.qt-project.org/66463 [PS3] - eglfs/imx6: enable double buffering and vsync by default



More information about the Ci-reports mailing list