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

Qt Continuous Integration System ci-noreply at qt-project.org
Tue Mar 12 13:01:42 CET 2013


Autotests `tst_qgraphicsitem', `tst_qlistwidget', `tst_qmenubar', and `tst_qtooltip' failed :(

  Testing tst_QToolTip
  FAIL!  : tst_QToolTip::task183679(Shift) Compared values are not the same
     Actual   (QToolTip::isVisible()): 0
     Expected (visible): 1
     Loc: [tst_qtooltip.cpp(122)]
  FAIL!  : tst_QToolTip::task183679(Control) Compared values are not the same
     Actual   (QToolTip::isVisible()): 0
     Expected (visible): 1
     Loc: [tst_qtooltip.cpp(122)]
  FAIL!  : tst_QToolTip::task183679(Alt) Compared values are not the same
     Actual   (QToolTip::isVisible()): 0
     Expected (visible): 1
     Loc: [tst_qtooltip.cpp(122)]
  FAIL!  : tst_QToolTip::task183679(Meta) Compared values are not the same
     Actual   (QToolTip::isVisible()): 0
     Expected (visible): 1
     Loc: [tst_qtooltip.cpp(122)]
  Totals: 5 passed, 4 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QToolTip *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QToolTip::initTestCase()
  PASS   : tst_QToolTip::task183679(non-modifier)
  FAIL!  : tst_QToolTip::task183679(Shift) Compared values are not the same
     Actual   (QToolTip::isVisible()): 0
     Expected (visible): 1
     Loc: [tst_qtooltip.cpp(122)]
  FAIL!  : tst_QToolTip::task183679(Control) Compared values are not the same
     Actual   (QToolTip::isVisible()): 0
     Expected (visible): 1
     Loc: [tst_qtooltip.cpp(122)]
  FAIL!  : tst_QToolTip::task183679(Alt) Compared values are not the same
     Actual   (QToolTip::isVisible()): 0
     Expected (visible): 1
     Loc: [tst_qtooltip.cpp(122)]
  FAIL!  : tst_QToolTip::task183679(Meta) Compared values are not the same
     Actual   (QToolTip::isVisible()): 0
     Expected (visible): 1
     Loc: [tst_qtooltip.cpp(122)]
  PASS   : tst_QToolTip::whatsThis()
  PASS   : tst_QToolTip::setPalette()
  PASS   : tst_QToolTip::cleanupTestCase()
  Totals: 5 passed, 4 failed, 0 skipped
  ********* Finished testing of tst_QToolTip *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qtooltip: 23 seconds, exit code 4
  
  Testing tst_QMenuBar
  FAIL!  : tst_QMenuBar::task256322_highlight() Compared pointers are not the same
     Actual   (win.menuBar()->activeAction()): 0x0
     Expected (nothing): 0x101575250
     Loc: [tst_qmenubar.cpp(1188)]
  Totals: 17 passed, 1 failed, 1 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QMenuBar *********
  Config: Using QTest library 5.1.0, Qt 5.1.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::check_endKey()
  PASS   : tst_QMenuBar::check_homeKey()
  SKIP   : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping.
     Loc: [tst_qmenubar.cpp(986)]
  PASS   : tst_QMenuBar::task223138_triggered()
  QWARN  : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  FAIL!  : tst_QMenuBar::task256322_highlight() Compared pointers are not the same
     Actual   (win.menuBar()->activeAction()): 0x0
     Expected (nothing): 0x101283270
     Loc: [tst_qmenubar.cpp(1188)]
  PASS   : tst_QMenuBar::menubarSizeHint()
  PASS   : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions()
  PASS   : tst_QMenuBar::cleanupTestCase()
  Totals: 17 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: 5 seconds, exit code 1
  
  Testing tst_QListWidget
  FAIL!  : tst_QListWidget::closePersistentEditor() Compared values are not the same
     Actual   (testWidget->viewport()->children().count()): 1
     Expected (childCount - 1): 0
     Loc: [tst_qlistwidget.cpp(326)]
  Totals: 117 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QListWidget *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QListWidget::initTestCase()
  PASS   : tst_QListWidget::addItem()
  PASS   : tst_QListWidget::addItem2()
  PASS   : tst_QListWidget::addItems()
  PASS   : tst_QListWidget::openPersistentEditor()
  FAIL!  : tst_QListWidget::closePersistentEditor() Compared values are not the same
     Actual   (testWidget->viewport()->children().count()): 1
     Expected (childCount - 1): 0
     Loc: [tst_qlistwidget.cpp(326)]
  PASS   : tst_QListWidget::count()
  PASS   : tst_QListWidget::currentItem()
  PASS   : tst_QListWidget::setCurrentItem(HasItems: 0)
  PASS   : tst_QListWidget::setCurrentItem(HasItems: 1)
  PASS   : tst_QListWidget::setCurrentItem(HasItems: 2)
  PASS   : tst_QListWidget::setCurrentItem(HasItems: 3)
  PASS   : tst_QListWidget::currentRow()
  PASS   : tst_QListWidget::setCurrentRow(HasItems: 0)
  PASS   : tst_QListWidget::setCurrentRow(HasItems: 1)
  PASS   : tst_QListWidget::setCurrentRow(HasItems: 2)
  PASS   : tst_QListWidget::setCurrentRow(HasItems: 3)
  QWARN  : tst_QListWidget::editItem(editable) edit: index was invalid
  QWARN  : tst_QListWidget::editItem(editable) edit: editing failed
  QWARN  : tst_QListWidget::editItem(editable) edit: index was invalid
  QWARN  : tst_QListWidget::editItem(editable) edit: editing failed
  PASS   : tst_QListWidget::editItem(editable)
  QWARN  : tst_QListWidget::editItem(not editable) edit: index was invalid
  QWARN  : tst_QListWidget::editItem(not editable) edit: editing failed
  QWARN  : tst_QListWidget::editItem(not editable) edit: index was invalid
  QWARN  : tst_QListWidget::editItem(not editable) edit: editing failed
  QWARN  : tst_QListWidget::editItem(not editable) edit: editing failed
  PASS   : tst_QListWidget::editItem(not editable)
  PASS   : tst_QListWidget::findItems()
  PASS   : tst_QListWidget::insertItem(Insert less then 0)
  PASS   : tst_QListWidget::insertItem(Insert at 0)
  PASS   : tst_QListWidget::insertItem(Insert beyond count)
  PASS   : tst_QListWidget::insertItem(Insert at count)
  PASS   : tst_QListWidget::insertItem(Insert in the middle)
  PASS   : tst_QListWidget::insertItems(Insert 1 item using constructor)
  PASS   : tst_QListWidget::insertItems(Insert 10 items using constructor)
  PASS   : tst_QListWidget::insertItems(Insert 100 items using constructor)
  PASS   : tst_QListWidget::insertItems(Insert 1 item with insertItem)
  PASS   : tst_QListWidget::insertItems(Insert 10 items with insertItem)
  PASS   : tst_QListWidget::insertItems(Insert 100 items with insertItem)
  PASS   : tst_QListWidget::insertItems(Insert/Create 1 item using insertItem)
  PASS   : tst_QListWidget::insertItems(Insert/Create 10 items using insertItem)
  PASS   : tst_QListWidget::insertItems(Insert/Create 100 items using insertItem)
  PASS   : tst_QListWidget::insertItems(Insert 0 items with insertItems)
  PASS   : tst_QListWidget::insertItems(Insert 1 item with insertItems)
  PASS   : tst_QListWidget::insertItems(Insert 10 items with insertItems)
  PASS   : tst_QListWidget::insertItems(Insert 100 items with insertItems)
  PASS   : tst_QListWidget::moveItemsPriv(Empty)
  PASS   : tst_QListWidget::moveItemsPriv(Overflow src)
  PASS   : tst_QListWidget::moveItemsPriv(Underflow src)
  PASS   : tst_QListWidget::moveItemsPriv(Overflow dst)
  PASS   : tst_QListWidget::moveItemsPriv(Underflow dst)
  PASS   : tst_QListWidget::moveItemsPriv(Same place)
  PASS   : tst_QListWidget::moveItemsPriv(Up)
  PASS   : tst_QListWidget::moveItemsPriv(Down)
  PASS   : tst_QListWidget::moveItemsPriv(QTBUG-6532 assert)
  PASS   : tst_QListWidget::moveItemsPriv(QTBUG-6565 to the end)
  PASS   : tst_QListWidget::moveItemsPriv(Same place 2)
  PASS   : tst_QListWidget::moveItemsPriv(swap)
  PASS   : tst_QListWidget::moveItemsPriv(swap2)
  PASS   : tst_QListWidget::moveItemsPriv(swap3)
  PASS   : tst_QListWidget::moveItemsPriv(swap4)
  PASS   : tst_QListWidget::itemAssignment()
  PASS   : tst_QListWidget::item(First item, row: 0)
  PASS   : tst_QListWidget::item(Middle item, row: 1)
  PASS   : tst_QListWidget::item(Last item, row: 2)
  PASS   : tst_QListWidget::item(Out of bounds, row: -1)
  PASS   : tst_QListWidget::item(Out of bounds, row: 3)
  PASS   : tst_QListWidget::takeItem(First item, row: 0)
  PASS   : tst_QListWidget::takeItem(Middle item, row: 1)
  PASS   : tst_QListWidget::takeItem(Last item, row: 2)
  PASS   : tst_QListWidget::takeItem(Out of bounds, row: -1)
  PASS   : tst_QListWidget::takeItem(Out of bounds, row: 3)
  PASS   : tst_QListWidget::setItemHidden()
  PASS   : tst_QListWidget::selectedItems(none hidden, none selected)
  PASS   : tst_QListWidget::selectedItems(none hidden, all selected)
  PASS   : tst_QListWidget::selectedItems(first hidden, all selected)
  PASS   : tst_QListWidget::selectedItems(last hidden, all selected)
  PASS   : tst_QListWidget::selectedItems(middle hidden, all selected)
  PASS   : tst_QListWidget::selectedItems(all hidden, all selected)
  PASS   : tst_QListWidget::removeItems(Empty)
  PASS   : tst_QListWidget::removeItems(1:1)
  PASS   : tst_QListWidget::removeItems(3:1)
  PASS   : tst_QListWidget::removeItems(3:2)
  PASS   : tst_QListWidget::removeItems(100:10)
  PASS   : tst_QListWidget::itemStreaming(Data)
  PASS   : tst_QListWidget::sortItems(ascending strings)
  PASS   : tst_QListWidget::sortItems(descending strings)
  PASS   : tst_QListWidget::sortItems(ascending numbers)
  PASS   : tst_QListWidget::sortItems(descending numbers)
  PASS   : tst_QListWidget::sortHiddenItems(descending order, 20 items)
  PASS   : tst_QListWidget::sortHiddenItems(ascending order)
  PASS   : tst_QListWidget::sortHiddenItems(descending order)
  PASS   : tst_QListWidget::closeEditor()
  PASS   : tst_QListWidget::setData(changing a role should emit)
  PASS   : tst_QListWidget::setData(setting the same value should not emit)
  PASS   : tst_QListWidget::setData(setting the same value twice should only emit once)
  PASS   : tst_QListWidget::setData(changing three roles should emit three times)
  PASS   : tst_QListWidget::insertItemsWithSorting(() + (a) = (a))
  PASS   : tst_QListWidget::insertItemsWithSorting(() + (c, b, a) = (a, b, c))
  PASS   : tst_QListWidget::insertItemsWithSorting(() + (a, b, c) = (c, b, a))
  PASS   : tst_QListWidget::insertItemsWithSorting((a) + (b) = (a, b))
  PASS   : tst_QListWidget::insertItemsWithSorting((a) + (b) = (b, a))
  PASS   : tst_QListWidget::insertItemsWithSorting((a, c, b) + (d) = (a, b, c, d))
  PASS   : tst_QListWidget::insertItemsWithSorting((b, c, a) + (d) = (d, c, b, a))
  PASS   : tst_QListWidget::insertItemsWithSorting(() + (sorted items) = (sorted items))
  PASS   : tst_QListWidget::insertItemsWithSorting((sorted items) + () = (sorted items))
  PASS   : tst_QListWidget::insertItemsWithSorting(() + (ascending items) = (reverse items))
  PASS   : tst_QListWidget::insertItemsWithSorting((reverse items) + () = (ascending items))
  PASS   : tst_QListWidget::insertItemsWithSorting((reverse items) + () = (reverse items))
  PASS   : tst_QListWidget::changeDataWithSorting(change a to b in (a))
  PASS   : tst_QListWidget::changeDataWithSorting(change a to b in (a, c))
  PASS   : tst_QListWidget::changeDataWithSorting(change a to c in (a, b))
  PASS   : tst_QListWidget::changeDataWithSorting(change c to a in (c, b))
  PASS   : tst_QListWidget::changeDataWithSorting(change e to i in (a, c, e, g))
  PASS   : tst_QListWidget::changeDataWithSorting(change e to a in (c, e, g, i))
  PASS   : tst_QListWidget::changeDataWithSorting(change e to f in (c, e, g, i))
  PASS   : tst_QListWidget::itemData()
  PASS   : tst_QListWidget::itemWidget()
  PASS   : tst_QListWidget::insertUnchanged()
  PASS   : tst_QListWidget::setSortingEnabled()
  PASS   : tst_QListWidget::task199503_crashWhenCleared()
  PASS   : tst_QListWidget::task217070_scrollbarsAdjusted()
  PASS   : tst_QListWidget::task258949_keypressHangup()
  PASS   : tst_QListWidget::QTBUG8086_currentItemChangedOnClick()
  PASS   : tst_QListWidget::QTBUG14363_completerWithAnyKeyPressedEditTriggers()
  PASS   : tst_QListWidget::cleanupTestCase()
  Totals: 117 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QListWidget *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qlistwidget: 25 seconds, exit code 1
  
  Testing tst_QGraphicsItem
  FAIL!  : tst_QGraphicsItem::paint() Compared values are not the same
     Actual   (tester2.painted): 2
     Expected (1): 1
     Loc: [tst_qgraphicsitem.cpp(5118)]
  2013-03-12 12:45:03.600 tst_qgraphicsitem[59467:4b0b] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qgraphicsitem.savedState/window_1.data: Permission denied (13)
  Totals: 232 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QGraphicsItem *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QGraphicsItem::initTestCase()
  PASS   : tst_QGraphicsItem::construction()
  PASS   : tst_QGraphicsItem::constructionWithParent()
  PASS   : tst_QGraphicsItem::destruction()
  PASS   : tst_QGraphicsItem::deleteChildItem()
  PASS   : tst_QGraphicsItem::scene()
  PASS   : tst_QGraphicsItem::parentItem()
  PASS   : tst_QGraphicsItem::setParentItem()
  PASS   : tst_QGraphicsItem::children()
  PASS   : tst_QGraphicsItem::flags()
  PASS   : tst_QGraphicsItem::inputMethodHints()
  PASS   : tst_QGraphicsItem::toolTip()
  PASS   : tst_QGraphicsItem::visible()
  PASS   : tst_QGraphicsItem::isVisibleTo()
  PASS   : tst_QGraphicsItem::explicitlyVisible()
  PASS   : tst_QGraphicsItem::enabled()
  PASS   : tst_QGraphicsItem::explicitlyEnabled()
  WARNING: tst_QGraphicsItem::selected() Mouse event "MousePress" not accepted by receiving widget
  PASS   : tst_QGraphicsItem::selected()
  PASS   : tst_QGraphicsItem::selected2()
  PASS   : tst_QGraphicsItem::selected_group()
  PASS   : tst_QGraphicsItem::selected_textItem()
  WARNING: tst_QGraphicsItem::selected_multi() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::selected_multi() Mouse event "MousePress" not accepted by receiving widget
  PASS   : tst_QGraphicsItem::selected_multi()
  PASS   : tst_QGraphicsItem::acceptedMouseButtons()
  PASS   : tst_QGraphicsItem::acceptsHoverEvents()
  PASS   : tst_QGraphicsItem::childAcceptsHoverEvents()
  PASS   : tst_QGraphicsItem::hasFocus()
  PASS   : tst_QGraphicsItem::pos()
  PASS   : tst_QGraphicsItem::scenePos()
  PASS   : tst_QGraphicsItem::matrix()
  PASS   : tst_QGraphicsItem::sceneMatrix()
  PASS   : tst_QGraphicsItem::setMatrix()
  PASS   : tst_QGraphicsItem::zValue()
  PASS   : tst_QGraphicsItem::shape()
  PASS   : tst_QGraphicsItem::contains()
  PASS   : tst_QGraphicsItem::collidesWith_item()
  PASS   : tst_QGraphicsItem::collidesWith_path(nothing)
  PASS   : tst_QGraphicsItem::collidesWith_path(rect1)
  PASS   : tst_QGraphicsItem::collidesWith_path(rect2)
  PASS   : tst_QGraphicsItem::collidesWith_path(rect3)
  PASS   : tst_QGraphicsItem::collidesWithItemWithClip()
  PASS   : tst_QGraphicsItem::isObscuredBy()
  PASS   : tst_QGraphicsItem::isObscured()
  PASS   : tst_QGraphicsItem::mapFromToParent()
  PASS   : tst_QGraphicsItem::mapFromToScene()
  PASS   : tst_QGraphicsItem::mapFromToItem()
  QWARN  : tst_QGraphicsItem::mapRectFromToParent(nil) QGraphicsItem::itemTransform: null pointer passed
  PASS   : tst_QGraphicsItem::mapRectFromToParent(nil)
  QWARN  : tst_QGraphicsItem::mapRectFromToParent(simple) QGraphicsItem::itemTransform: null pointer passed
  PASS   : tst_QGraphicsItem::mapRectFromToParent(simple)
  PASS   : tst_QGraphicsItem::mapRectFromToParent(simple w/parent)
  PASS   : tst_QGraphicsItem::mapRectFromToParent(simple w/parent parentPos)
  PASS   : tst_QGraphicsItem::mapRectFromToParent(simple w/parent parentPos parentRotation)
  PASS   : tst_QGraphicsItem::mapRectFromToParent(pos w/parent)
  PASS   : tst_QGraphicsItem::mapRectFromToParent(rotation w/parent)
  PASS   : tst_QGraphicsItem::mapRectFromToParent(pos rotation w/parent)
  PASS   : tst_QGraphicsItem::mapRectFromToParent(pos rotation w/parent parentPos parentRotation)
  PASS   : tst_QGraphicsItem::isAncestorOf()
  PASS   : tst_QGraphicsItem::commonAncestorItem()
  PASS   : tst_QGraphicsItem::data()
  PASS   : tst_QGraphicsItem::type()
  PASS   : tst_QGraphicsItem::graphicsitem_cast()
  PASS   : tst_QGraphicsItem::hoverEventsGenerateRepaints()
  PASS   : tst_QGraphicsItem::boundingRects(path)
  PASS   : tst_QGraphicsItem::boundingRects(rect)
  PASS   : tst_QGraphicsItem::boundingRects(ellipse)
  PASS   : tst_QGraphicsItem::boundingRects(polygon)
  PASS   : tst_QGraphicsItem::boundingRects2()
  PASS   : tst_QGraphicsItem::sceneBoundingRect()
  PASS   : tst_QGraphicsItem::childrenBoundingRect()
  PASS   : tst_QGraphicsItem::childrenBoundingRectTransformed()
  PASS   : tst_QGraphicsItem::childrenBoundingRect2()
  PASS   : tst_QGraphicsItem::childrenBoundingRect3()
  PASS   : tst_QGraphicsItem::childrenBoundingRect4()
  PASS   : tst_QGraphicsItem::childrenBoundingRect5()
  PASS   : tst_QGraphicsItem::group()
  PASS   : tst_QGraphicsItem::setGroup()
  PASS   : tst_QGraphicsItem::setGroup2()
  PASS   : tst_QGraphicsItem::nestedGroups()
  PASS   : tst_QGraphicsItem::warpChildrenIntoGroup()
  PASS   : tst_QGraphicsItem::removeFromGroup()
  PASS   : tst_QGraphicsItem::handlesChildEvents()
  PASS   : tst_QGraphicsItem::handlesChildEvents2()
  PASS   : tst_QGraphicsItem::handlesChildEvents3()
  PASS   : tst_QGraphicsItem::filtersChildEvents()
  PASS   : tst_QGraphicsItem::filtersChildEvents2()
  PASS   : tst_QGraphicsItem::ensureVisible()
  PASS   : tst_QGraphicsItem::cursor()
  PASS   : tst_QGraphicsItem::defaultItemTest_QGraphicsLineItem()
  PASS   : tst_QGraphicsItem::defaultItemTest_QGraphicsPixmapItem()
  PASS   : tst_QGraphicsItem::defaultItemTest_QGraphicsTextItem()
  PASS   : tst_QGraphicsItem::defaultItemTest_QGraphicsEllipseItem()
  PASS   : tst_QGraphicsItem::itemChange()
  PASS   : tst_QGraphicsItem::sceneEventFilter()
  PASS   : tst_QGraphicsItem::prepareGeometryChange()
  FAIL!  : tst_QGraphicsItem::paint() Compared values are not the same
     Actual   (tester2.painted): 2
     Expected (1): 1
     Loc: [tst_qgraphicsitem.cpp(5118)]
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  PASS   : tst_QGraphicsItem::deleteItemInEventHandlers()
  PASS   : tst_QGraphicsItem::itemClipsToShape()
  PASS   : tst_QGraphicsItem::itemClipsChildrenToShape()
  PASS   : tst_QGraphicsItem::itemClipsChildrenToShape2()
  PASS   : tst_QGraphicsItem::itemClipsChildrenToShape3()
  PASS   : tst_QGraphicsItem::itemClipsChildrenToShape4()
  PASS   : tst_QGraphicsItem::itemClipsChildrenToShape5()
  PASS   : tst_QGraphicsItem::itemClipsTextChildToShape()
  PASS   : tst_QGraphicsItem::itemClippingDiscovery()
  PASS   : tst_QGraphicsItem::ancestorFlags()
  PASS   : tst_QGraphicsItem::untransformable()
  PASS   : tst_QGraphicsItem::contextMenuEventPropagation()
  PASS   : tst_QGraphicsItem::itemIsMovable()
  PASS   : tst_QGraphicsItem::boundingRegion((0, 0, 10, 10) | 0.0 | identity | {(0, 0, 10, 10)})
  PASS   : tst_QGraphicsItem::boundingRegion((0, 0, 10, 0) | 0.0 | identity | {(0, 0, 10, 10)})
  PASS   : tst_QGraphicsItem::boundingRegion((0, 0, 10, 0) | 0.5 | identity | {(0, 0, 10, 1)})
  PASS   : tst_QGraphicsItem::boundingRegion((0, 0, 10, 0) | 1.0 | identity | {(0, 0, 10, 1)})
  PASS   : tst_QGraphicsItem::boundingRegion((0, 0, 0, 10) | 0.0 | identity | {(0, 0, 10, 10)})
  PASS   : tst_QGraphicsItem::boundingRegion((0, 0, 0, 10) | 0.5 | identity | {(0, 0, 1, 10)})
  PASS   : tst_QGraphicsItem::boundingRegion((0, 0, 0, 10) | 1.0 | identity | {(0, 0, 1, 10)})
  PASS   : tst_QGraphicsItem::itemTransform_parentChild()
  PASS   : tst_QGraphicsItem::itemTransform_siblings()
  PASS   : tst_QGraphicsItem::itemTransform_unrelated()
  PASS   : tst_QGraphicsItem::opacity(A: 1.0 0 1.0 0 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(B: 0.5 0 1.0 0 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(C: 0.5 0 0.1 0 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(D: 0.0 0 1.0 0 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(E: 1.0 2 1.0 0 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(F: 0.5 2 1.0 0 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(G: 0.5 2 0.1 0 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(H: 0.0 2 1.0 0 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(I: 1.0 0 1.0 1 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(J: 1.0 0 1.0 1 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(K: 1.0 0 1.0 1 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(L: 1.0 0 1.0 1 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(M: 1.0 0 1.0 1 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(M: 0.5 0 1.0 1 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(M: 0.5 0 0.5 1 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(M: 0.5 0 0.5 1 0.5 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(M: 1.0 0 0.5 1 0.5 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity2()
  PASS   : tst_QGraphicsItem::opacityZeroUpdates()
  PASS   : tst_QGraphicsItem::itemStacksBehindParent()
  PASS   : tst_QGraphicsItem::nestedClipping()
  PASS   : tst_QGraphicsItem::nestedClippingTransforms()
  PASS   : tst_QGraphicsItem::sceneTransformCache()
  PASS   : tst_QGraphicsItem::tabChangesFocus(tab changes focus)
  PASS   : tst_QGraphicsItem::tabChangesFocus(tab doesn't change focus)
  PASS   : tst_QGraphicsItem::cacheMode()
  PASS   : tst_QGraphicsItem::cacheMode2()
  PASS   : tst_QGraphicsItem::updateCachedItemAfterMove()
  PASS   : tst_QGraphicsItem::deviceTransform(nil)
  PASS   : tst_QGraphicsItem::deviceTransform(deviceX rot 90)
  PASS   : tst_QGraphicsItem::deviceTransform(deviceX rot 90 100)
  PASS   : tst_QGraphicsItem::deviceTransform(deviceX rot 90 010)
  PASS   : tst_QGraphicsItem::deviceTransform(deviceX rot 90 001)
  PASS   : tst_QGraphicsItem::deviceTransform(deviceX rot 90 111)
  PASS   : tst_QGraphicsItem::deviceTransform(deviceX rot 90 101)
  PASS   : tst_QGraphicsItem::update()
  PASS   : tst_QGraphicsItem::setTransformProperties(nothing)
  PASS   : tst_QGraphicsItem::setTransformProperties(rotation)
  PASS   : tst_QGraphicsItem::setTransformProperties(rotation dicentred)
  PASS   : tst_QGraphicsItem::setTransformProperties(Scale)
  PASS   : tst_QGraphicsItem::setTransformProperties(Everything dicentred)
  PASS   : tst_QGraphicsItem::itemUsesExtendedStyleOption()
  PASS   : tst_QGraphicsItem::itemSendsGeometryChanges()
  PASS   : tst_QGraphicsItem::moveItem()
  PASS   : tst_QGraphicsItem::moveLineItem()
  PASS   : tst_QGraphicsItem::sorting(NoIndex)
  PASS   : tst_QGraphicsItem::sorting(BspTreeIndex)
  PASS   : tst_QGraphicsItem::itemHasNoContents()
  PASS   : tst_QGraphicsItem::hitTestUntransformableItem()
  PASS   : tst_QGraphicsItem::hitTestGraphicsEffectItem()
  PASS   : tst_QGraphicsItem::focusProxy()
  PASS   : tst_QGraphicsItem::subFocus()
  PASS   : tst_QGraphicsItem::focusProxyDeletion()
  PASS   : tst_QGraphicsItem::negativeZStacksBehindParent()
  PASS   : tst_QGraphicsItem::setGraphicsEffect()
  PASS   : tst_QGraphicsItem::panel()
  PASS   : tst_QGraphicsItem::addPanelToActiveScene()
  PASS   : tst_QGraphicsItem::panelWithFocusItems()
  PASS   : tst_QGraphicsItem::activate()
  PASS   : tst_QGraphicsItem::setActivePanelOnInactiveScene()
  PASS   : tst_QGraphicsItem::activationOnShowHide()
  PASS   : tst_QGraphicsItem::deactivateInactivePanel()
  PASS   : tst_QGraphicsItem::moveWhileDeleting()
  PASS   : tst_QGraphicsItem::ensureDirtySceneTransform()
  PASS   : tst_QGraphicsItem::focusScope()
  PASS   : tst_QGraphicsItem::focusScope2()
  PASS   : tst_QGraphicsItem::focusScopeItemChangedWhileScopeDoesntHaveFocus()
  PASS   : tst_QGraphicsItem::stackBefore()
  PASS   : tst_QGraphicsItem::sceneModality()
  PASS   : tst_QGraphicsItem::panelModality()
  PASS   : tst_QGraphicsItem::mixedModality()
  PASS   : tst_QGraphicsItem::modality_hover()
  PASS   : tst_QGraphicsItem::modality_mouseGrabber()
  PASS   : tst_QGraphicsItem::modality_clickFocus()
  PASS   : tst_QGraphicsItem::modality_keyEvents()
  PASS   : tst_QGraphicsItem::itemIsInFront()
  PASS   : tst_QGraphicsItem::scenePosChange()
  PASS   : tst_QGraphicsItem::textItem_shortcuts()
  PASS   : tst_QGraphicsItem::scroll()
  PASS   : tst_QGraphicsItem::focusHandling(Focus goes through.)
  PASS   : tst_QGraphicsItem::focusHandling(Focus goes through, even with sticky scene.)
  PASS   : tst_QGraphicsItem::focusHandling(With ItemStopsClickFocusPropagation, we cannot focus the item beneath the flagged one (but can still focus-out).)
  PASS   : tst_QGraphicsItem::focusHandling(With ItemStopsClickFocusPropagation, we cannot focus the item beneath the flagged one (and cannot focus-out if scene is sticky).)
  PASS   : tst_QGraphicsItem::focusHandling(With ItemStopsFocusHandling, focus cannot be changed by presses.)
  PASS   : tst_QGraphicsItem::focusHandling(With ItemStopsFocusHandling, focus cannot be changed by presses (even if scene is sticky).)
  PASS   : tst_QGraphicsItem::touchEventPropagation(ItemIsPanel)
  PASS   : tst_QGraphicsItem::touchEventPropagation(ItemStopsClickFocusPropagation)
  PASS   : tst_QGraphicsItem::touchEventPropagation(ItemStopsFocusHandling)
  PASS   : tst_QGraphicsItem::deviceCoordinateCache_simpleRotations()
  PASS   : tst_QGraphicsItem::task141694_textItemEnsureVisible()
  PASS   : tst_QGraphicsItem::task128696_textItemEnsureMovable()
  2013-03-12 12:45:36.211 tst_qgraphicsitem[59637:1f07] Persistent UI failed to open file file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qgraphicsitem.savedState/window_1.data: Permission denied (13)
  PASS   : tst_QGraphicsItem::ensureUpdateOnTextItem()
  PASS   : tst_QGraphicsItem::task177918_lineItemUndetected()
  PASS   : tst_QGraphicsItem::task240400_clickOnTextItem(editor, noflags)
  PASS   : tst_QGraphicsItem::task240400_clickOnTextItem(editor, movable)
  PASS   : tst_QGraphicsItem::task240400_clickOnTextItem(editor, selectable)
  PASS   : tst_QGraphicsItem::task240400_clickOnTextItem(editor, movable | selectable)
  PASS   : tst_QGraphicsItem::task240400_clickOnTextItem(noninteractive, noflags)
  PASS   : tst_QGraphicsItem::task240400_clickOnTextItem(noninteractive, movable)
  PASS   : tst_QGraphicsItem::task240400_clickOnTextItem(noninteractive, selectable)
  PASS   : tst_QGraphicsItem::task240400_clickOnTextItem(noninteractive, movable | selectable)
  PASS   : tst_QGraphicsItem::task243707_addChildBeforeParent()
  PASS   : tst_QGraphicsItem::task197802_childrenVisibility()
  PASS   : tst_QGraphicsItem::QTBUG_4233_updateCachedWithSceneRect()
  PASS   : tst_QGraphicsItem::QTBUG_5418_textItemSetDefaultColor()
  PASS   : tst_QGraphicsItem::QTBUG_6738_missingUpdateWithSetParent()
  PASS   : tst_QGraphicsItem::QTBUG_7714_fullUpdateDiscardingOpacityUpdate2()
  PASS   : tst_QGraphicsItem::QT_2653_fullUpdateDiscardingOpacityUpdate()
  PASS   : tst_QGraphicsItem::QT_2649_focusScope()
  PASS   : tst_QGraphicsItem::sortItemsWhileAdding()
  PASS   : tst_QGraphicsItem::doNotMarkFullUpdateIfNotInScene()
  PASS   : tst_QGraphicsItem::itemDiesDuringDraggingOperation()
  PASS   : tst_QGraphicsItem::QTBUG_12112_focusItem()
  PASS   : tst_QGraphicsItem::QTBUG_13473_sceneposchange()
  PASS   : tst_QGraphicsItem::QTBUG_16374_crashInDestructor()
  PASS   : tst_QGraphicsItem::QTBUG_20699_focusScopeCrash()
  PASS   : tst_QGraphicsItem::cleanupTestCase()
  Totals: 232 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QGraphicsItem *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qgraphicsitem: 65 seconds, exit code 1

  Build log: http://testresults.qt-project.org/ci/Qt5_dev_Integration/build_00079/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz

  Tested changes (refs/builds/dev_1363075419):
    http://codereview.qt-project.org/46445 [PS29] - Updated submodules.



More information about the Ci-reports mailing list