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

tst_qinputmethod, tst_qgraphicsscene, tst_qgraphicsview crash metacity on Ubuntu 11.10 x64

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • None
    • 5.0.0
    • None
    • Ubuntu 11.10 64-bit
      qtbase 949127264d16050113aff0932d2e0197921952d2

    Description

      Since http://codereview.qt-project.org/17200 "Refactor input context tests" was merged into qtbase, running tst_qinputmethod, tst_qgraphicsscene or tst_qgraphicsview sometimes causes metacity to crash on Ubuntu 11.10 64-bit.

        qt@bq-ubuntu1110-x64-02:~/rmcgover/qtbase/tests/auto/gui/kernel/qinputmethod$ DISPLAY=:0 metacity &
        [5] 17817
        qt@bq-ubuntu1110-x64-02:~/rmcgover/qtbase/tests/auto/gui/kernel/qinputmethod$ 
        (metacity:17817): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
        
        (metacity:17817): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
        
        (metacity:17817): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
        
        (metacity:17817): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
        
        qt@bq-ubuntu1110-x64-02:~/rmcgover/qtbase/tests/auto/gui/kernel/qinputmethod$ 
        qt@bq-ubuntu1110-x64-02:~/rmcgover/qtbase/tests/auto/gui/kernel/qinputmethod$ 
        qt@bq-ubuntu1110-x64-02:~/rmcgover/qtbase/tests/auto/gui/kernel/qinputmethod$ DISPLAY=:0 ./tst_qinputmethod update
        No platform plugin argument was specified, defaulting to "xcb".
        
        Information of screen 258:
          width.........: 1024
          height........: 768
          depth.........: 24
          white pixel...: ffffff
          black pixel...: 0
        
        Running window manager: Metacity
        QIBusPlatformInputContext: ibus config file '/home/qt/.config/ibus/bus/b6fb9560d0c3d2a5ceaf30530000016c-unix-0' does not exist.
        QIBusPlatformInputContext: not connected.
        QMaliitPlatformInputContext: not connected.
        ********* Start testing of tst_qinputmethod *********
        Config: Using QTest library 5.0.0, Qt 5.0.0
        PASS   : tst_qinputmethod::initTestCase()
        FAIL!  : tst_qinputmethod::update() Compared values are not the same
           Actual (m_platformInputContext.m_updateCallCount): 0
           Expected (1): 1
           Loc: [tst_qinputmethod.cpp(280)]
        PASS   : tst_qinputmethod::cleanupTestCase()
        Totals: 2 passed, 1 failed, 0 skipped
        ********* Finished testing of tst_qinputmethod *********
        qt@bq-ubuntu1110-x64-02:~/rmcgover/qtbase/tests/auto/gui/kernel/qinputmethod$ Bug in window manager: Unexpected X error: BadWindow (invalid Window parameter) serial 5970 error_code 3 request_code 2 minor_code 0)
        
        [5]+  Aborted                 DISPLAY=:0 metacity
      
      qt@bq-ubuntu1110-x64-02:~/rmcgover/qtbase/tests/auto/widgets/graphicsview/qgraphicsscene$ make check
      ./tst_qgraphicsscene 
      No platform plugin argument was specified, defaulting to "xcb".
      
      Information of screen 258:
        width.........: 1024
        height........: 768
        depth.........: 24
        white pixel...: ffffff
        black pixel...: 0
      
      Running window manager: Metacity
      QIBusPlatformInputContext: ibus config file '/home/qt/.config/ibus/bus/b6fb9560d0c3d2a5ceaf30530000016c-unix-0' does not exist.
      QIBusPlatformInputContext: not connected.
      QMaliitPlatformInputContext: not connected.
      ********* Start testing of tst_QGraphicsScene *********
      Config: Using QTest library 5.0.0, Qt 5.0.0
      PASS   : tst_QGraphicsScene::initTestCase()
      PASS   : tst_QGraphicsScene::construction()
      PASS   : tst_QGraphicsScene::sceneRect()
      PASS   : tst_QGraphicsScene::itemIndexMethod()
      PASS   : tst_QGraphicsScene::bspTreeDepth()
      PASS   : tst_QGraphicsScene::itemsBoundingRect(none)
      PASS   : tst_QGraphicsScene::itemsBoundingRect({{0, 0, 10, 10}})
      PASS   : tst_QGraphicsScene::itemsBoundingRect({{-10, -10, 10, 10}})
      PASS   : tst_QGraphicsScene::itemsBoundingRect({{-1000, -1000, 1, 1}, {-10, -10, 10, 10}})
      PASS   : tst_QGraphicsScene::itemsBoundingRect(transformed {{0, 0, 10, 10}})
      PASS   : tst_QGraphicsScene::itemsBoundingRect(transformed {{-10, -10, 10, 10}})
      PASS   : tst_QGraphicsScene::itemsBoundingRect(transformed {{-1000, -1000, 1, 1}, {-10, -10, 10, 10}})
      PASS   : tst_QGraphicsScene::itemsBoundingRect(all)
      PASS   : tst_QGraphicsScene::itemsBoundingRect(transformed all)
      PASS   : tst_QGraphicsScene::items()
      PASS   : tst_QGraphicsScene::items_QPointF(empty)
      PASS   : tst_QGraphicsScene::items_QPointF(1)
      PASS   : tst_QGraphicsScene::items_QPointF(2)
      PASS   : tst_QGraphicsScene::items_QPointF(3)
      PASS   : tst_QGraphicsScene::items_QPointF(3.5)
      PASS   : tst_QGraphicsScene::items_QPointF(4)
      PASS   : tst_QGraphicsScene::items_QPointF(4.5)
      PASS   : tst_QGraphicsScene::items_QPointF(5)
      PASS   : tst_QGraphicsScene::items_QPointF(6)
      PASS   : tst_QGraphicsScene::items_QRectF()
      PASS   : tst_QGraphicsScene::items_QRectF_2(1)
      PASS   : tst_QGraphicsScene::items_QRectF_2(2)
      PASS   : tst_QGraphicsScene::items_QRectF_2(3)
      PASS   : tst_QGraphicsScene::items_QRectF_2(4)
      PASS   : tst_QGraphicsScene::items_QRectF_2(5)
      PASS   : tst_QGraphicsScene::items_QRectF_2(6)
      PASS   : tst_QGraphicsScene::items_QRectF_2(7)
      PASS   : tst_QGraphicsScene::items_QRectF_2(8)
      PASS   : tst_QGraphicsScene::items_QRectF_2(9)
      PASS   : tst_QGraphicsScene::items_QRectF_2(10)
      PASS   : tst_QGraphicsScene::items_QRectF_2(11)
      PASS   : tst_QGraphicsScene::items_QRectF_2(12)
      PASS   : tst_QGraphicsScene::items_QRectF_2(13)
      PASS   : tst_QGraphicsScene::items_QRectF_2(14)
      PASS   : tst_QGraphicsScene::items_QRectF_2(15)
      PASS   : tst_QGraphicsScene::items_QRectF_2(16)
      PASS   : tst_QGraphicsScene::items_QRectF_2(17)
      PASS   : tst_QGraphicsScene::items_QRectF_2(18)
      PASS   : tst_QGraphicsScene::items_QRectF_2(19)
      PASS   : tst_QGraphicsScene::items_QRectF_2(20)
      PASS   : tst_QGraphicsScene::items_QRectF_2(21)
      PASS   : tst_QGraphicsScene::items_QRectF_2(22)
      PASS   : tst_QGraphicsScene::items_QRectF_2(23)
      PASS   : tst_QGraphicsScene::items_QRectF_2(24)
      PASS   : tst_QGraphicsScene::items_QRectF_2(25)
      PASS   : tst_QGraphicsScene::items_QRectF_2(26)
      PASS   : tst_QGraphicsScene::items_QRectF_2(27)
      PASS   : tst_QGraphicsScene::items_QRectF_2(28)
      PASS   : tst_QGraphicsScene::items_QRectF_2(29)
      PASS   : tst_QGraphicsScene::items_QRectF_2(30)
      PASS   : tst_QGraphicsScene::items_QRectF_2(31)
      PASS   : tst_QGraphicsScene::items_QRectF_2(32)
      PASS   : tst_QGraphicsScene::items_QRectF_2(33)
      PASS   : tst_QGraphicsScene::items_QRectF_2(34)
      PASS   : tst_QGraphicsScene::items_QRectF_2(35)
      PASS   : tst_QGraphicsScene::items_QRectF_2(36)
      PASS   : tst_QGraphicsScene::items_QRectF_2(37)
      PASS   : tst_QGraphicsScene::items_QRectF_2(38)
      PASS   : tst_QGraphicsScene::items_QRectF_2(39)
      PASS   : tst_QGraphicsScene::items_QRectF_2(40)
      PASS   : tst_QGraphicsScene::items_QRectF_2(41)
      PASS   : tst_QGraphicsScene::items_QRectF_2(42)
      PASS   : tst_QGraphicsScene::items_QRectF_2(43)
      PASS   : tst_QGraphicsScene::items_QRectF_2(44)
      PASS   : tst_QGraphicsScene::items_QPolygonF()
      PASS   : tst_QGraphicsScene::items_QPolygonF_2()
      PASS   : tst_QGraphicsScene::items_QPainterPath()
      PASS   : tst_QGraphicsScene::items_QPainterPath_2()
      PASS   : tst_QGraphicsScene::selectionChanged()
      PASS   : tst_QGraphicsScene::selectionChanged2()
      PASS   : tst_QGraphicsScene::addItem()
      PASS   : tst_QGraphicsScene::addEllipse()
      PASS   : tst_QGraphicsScene::addLine()
      PASS   : tst_QGraphicsScene::addPath()
      PASS   : tst_QGraphicsScene::addPixmap()
      PASS   : tst_QGraphicsScene::addRect()
      PASS   : tst_QGraphicsScene::addText()
      PASS   : tst_QGraphicsScene::removeItem()
      PASS   : tst_QGraphicsScene::clear()
      PASS   : tst_QGraphicsScene::focusItem()
      PASS   : tst_QGraphicsScene::focusItemLostFocus()
      PASS   : tst_QGraphicsScene::setFocusItem()
      PASS   : tst_QGraphicsScene::setFocusItem_inactive()
      PASS   : tst_QGraphicsScene::mouseGrabberItem()
      PASS   : tst_QGraphicsScene::hoverEvents_siblings()
      PASS   : tst_QGraphicsScene::hoverEvents_parentChild()
      PASS   : tst_QGraphicsScene::createItemGroup()
      PASS   : tst_QGraphicsScene::mouseEventPropagation()
      PASS   : tst_QGraphicsScene::mouseEventPropagation_ignore()
      PASS   : tst_QGraphicsScene::mouseEventPropagation_focus()
      PASS   : tst_QGraphicsScene::mouseEventPropagation_doubleclick()
      PASS   : tst_QGraphicsScene::mouseEventPropagation_mouseMove()
      PASS   : tst_QGraphicsScene::dragAndDrop_simple()
      PASS   : tst_QGraphicsScene::dragAndDrop_disabledOrInvisible()
      PASS   : tst_QGraphicsScene::dragAndDrop_propagate()
      PASS   : tst_QGraphicsScene::render(all-all-untransformed)
      PASS   : tst_QGraphicsScene::render(all-topleft-untransformed)
      PASS   : tst_QGraphicsScene::render(all-topright-untransformed)
      PASS   : tst_QGraphicsScene::render(all-bottomleft-untransformed)
      PASS   : tst_QGraphicsScene::render(all-bottomright-untransformed)
      PASS   : tst_QGraphicsScene::render(topleft-all-untransformed)
      PASS   : tst_QGraphicsScene::render(topright-all-untransformed)
      PASS   : tst_QGraphicsScene::render(bottomleft-all-untransformed)
      PASS   : tst_QGraphicsScene::render(bottomright-all-untransformed)
      PASS   : tst_QGraphicsScene::render(topleft-topleft-untransformed)
      PASS   : tst_QGraphicsScene::render(topright-topleft-untransformed)
      PASS   : tst_QGraphicsScene::render(bottomleft-topleft-untransformed)
      PASS   : tst_QGraphicsScene::render(bottomright-topleft-untransformed)
      PASS   : tst_QGraphicsScene::render(top-topleft-untransformed)
      PASS   : tst_QGraphicsScene::render(bottom-topleft-untransformed)
      PASS   : tst_QGraphicsScene::render(left-topleft-untransformed)
      PASS   : tst_QGraphicsScene::render(right-topleft-untransformed)
      PASS   : tst_QGraphicsScene::render(top-bottomright-untransformed)
      PASS   : tst_QGraphicsScene::render(bottom-bottomright-untransformed)
      PASS   : tst_QGraphicsScene::render(left-bottomright-untransformed)
      PASS   : tst_QGraphicsScene::render(right-bottomright-untransformed)
      PASS   : tst_QGraphicsScene::render(all-all-45-deg-right)
      PASS   : tst_QGraphicsScene::render(all-all-45-deg-left)
      PASS   : tst_QGraphicsScene::render(all-all-scale-2x)
      PASS   : tst_QGraphicsScene::render(all-all-translate-50-0)
      PASS   : tst_QGraphicsScene::render(all-all-translate-0-50)
      PASS   : tst_QGraphicsScene::render(all-all-untransformed-clip-rect)
      PASS   : tst_QGraphicsScene::render(all-all-untransformed-clip-ellipse)
      PASS   : tst_QGraphicsScene::renderItemsWithNegativeWidthOrHeight()
      PASS   : tst_QGraphicsScene::contextMenuEvent()
      PASS   : tst_QGraphicsScene::contextMenuEvent_ItemIgnoresTransformations()
      PASS   : tst_QGraphicsScene::update()
      PASS   : tst_QGraphicsScene::update2()
      PASS   : tst_QGraphicsScene::views()
      PASS   : tst_QGraphicsScene::event()
      PASS   : tst_QGraphicsScene::eventsToDisabledItems()
      PASS   : tst_QGraphicsScene::exposedRect()
      PASS   : tst_QGraphicsScene::tabFocus_emptyScene()
      PASS   : tst_QGraphicsScene::tabFocus_sceneWithFocusableItems()
      PASS   : tst_QGraphicsScene::tabFocus_sceneWithFocusWidgets()
      PASS   : tst_QGraphicsScene::tabFocus_sceneWithNestedFocusWidgets()
      PASS   : tst_QGraphicsScene::style()
      QDEBUG : tst_QGraphicsScene::sorting(Normal sorting) items: { 
      QDEBUG : tst_QGraphicsScene::sorting(Normal sorting)     "c_1_2" 
      QDEBUG : tst_QGraphicsScene::sorting(Normal sorting)     "c_1_1_1" 
      QDEBUG : tst_QGraphicsScene::sorting(Normal sorting)     "c_1" 
      QDEBUG : tst_QGraphicsScene::sorting(Normal sorting)     "t_1" 
      QDEBUG : tst_QGraphicsScene::sorting(Normal sorting) } 
      PASS   : tst_QGraphicsScene::sorting(Normal sorting)
      QDEBUG : tst_QGraphicsScene::sorting(Cached sorting) items: { 
      QDEBUG : tst_QGraphicsScene::sorting(Cached sorting)     "c_1_2" 
      QDEBUG : tst_QGraphicsScene::sorting(Cached sorting)     "c_1_1_1" 
      QDEBUG : tst_QGraphicsScene::sorting(Cached sorting)     "c_1" 
      QDEBUG : tst_QGraphicsScene::sorting(Cached sorting)     "t_1" 
      QDEBUG : tst_QGraphicsScene::sorting(Cached sorting) } 
      PASS   : tst_QGraphicsScene::sorting(Cached sorting)
      PASS   : tst_QGraphicsScene::changedSignal(without view)
      PASS   : tst_QGraphicsScene::changedSignal(with view)
      PASS   : tst_QGraphicsScene::stickyFocus(sticky)
      PASS   : tst_QGraphicsScene::stickyFocus(not sticky)
      PASS   : tst_QGraphicsScene::sendEvent()
      PASS   : tst_QGraphicsScene::inputMethod(0)
      PASS   : tst_QGraphicsScene::inputMethod(1)
      PASS   : tst_QGraphicsScene::inputMethod(2)
      PASS   : tst_QGraphicsScene::inputMethod(3)
      QDEBUG : tst_QGraphicsScene::dispatchHoverOnPress() (162) 
      PASS   : tst_QGraphicsScene::dispatchHoverOnPress()
      PASS   : tst_QGraphicsScene::initialFocus(inactive scene, normal item)
      PASS   : tst_QGraphicsScene::initialFocus(inactive scene, panel item)
      PASS   : tst_QGraphicsScene::initialFocus(inactive scene, normal item, explicit focus)
      PASS   : tst_QGraphicsScene::initialFocus(inactive scene, panel, explicit focus)
      PASS   : tst_QGraphicsScene::initialFocus(active scene, normal item)
      PASS   : tst_QGraphicsScene::initialFocus(active scene, panel item)
      PASS   : tst_QGraphicsScene::initialFocus(active scene, normal item, explicit focus)
      PASS   : tst_QGraphicsScene::initialFocus(active scene, panel, explicit focus)
      PASS   : tst_QGraphicsScene::polishItems()
      PASS   : tst_QGraphicsScene::polishItems2()
      PASS   : tst_QGraphicsScene::isActive()
      PASS   : tst_QGraphicsScene::siblingIndexAlwaysValid()
      PASS   : tst_QGraphicsScene::removeFullyTransparentItem()
      PASS   : tst_QGraphicsScene::zeroScale()
      PASS   : tst_QGraphicsScene::task139710_bspTreeCrash()
      PASS   : tst_QGraphicsScene::task139782_containsItemBoundingRect()
      PASS   : tst_QGraphicsScene::task176178_itemIndexMethodBreaksSceneRect()
      PASS   : tst_QGraphicsScene::task160653_selectionChanged()
      PASS   : tst_QGraphicsScene::task250680_childClip()
      PASS   : tst_QGraphicsScene::taskQTBUG_5904_crashWithDeviceCoordinateCache()
      PASS   : tst_QGraphicsScene::taskQT657_paintIntoCacheWithTransparentParts()
      PASS   : tst_QGraphicsScene::taskQTBUG_7863_paintIntoCacheWithTransparentParts()
      PASS   : tst_QGraphicsScene::taskQT_3674_doNotCrash()
      PASS   : tst_QGraphicsScene::taskQTBUG_15977_renderWithDeviceCoordinateCache()
      PASS   : tst_QGraphicsScene::taskQTBUG_16401_focusItem()
      PASS   : tst_QGraphicsScene::cleanupTestCase()
      Totals: 180 passed, 0 failed, 0 skipped
      ********* Finished testing of tst_QGraphicsScene *********
      qt@bq-ubuntu1110-x64-02:~/rmcgover/qtbase/tests/auto/widgets/graphicsview/qgraphicsscene$ make check
      ./tst_qgraphicsscene 
      No platform plugin argument was specified, defaulting to "xcb".
      
      Information of screen 258:
        width.........: 1024
        height........: 768
        depth.........: 24
        white pixel...: ffffff
        black pixel...: 0
      
      Running window manager: Metacity
      QIBusPlatformInputContext: ibus config file '/home/qt/.config/ibus/bus/b6fb9560d0c3d2a5ceaf30530000016c-unix-0' does not exist.
      QIBusPlatformInputContext: not connected.
      QMaliitPlatformInputContext: not connected.
      ********* Start testing of tst_QGraphicsScene *********
      Config: Using QTest library 5.0.0, Qt 5.0.0
      PASS   : tst_QGraphicsScene::initTestCase()
      PASS   : tst_QGraphicsScene::construction()
      PASS   : tst_QGraphicsScene::sceneRect()
      PASS   : tst_QGraphicsScene::itemIndexMethod()
      PASS   : tst_QGraphicsScene::bspTreeDepth()
      PASS   : tst_QGraphicsScene::itemsBoundingRect(none)
      PASS   : tst_QGraphicsScene::itemsBoundingRect({{0, 0, 10, 10}})
      PASS   : tst_QGraphicsScene::itemsBoundingRect({{-10, -10, 10, 10}})
      PASS   : tst_QGraphicsScene::itemsBoundingRect({{-1000, -1000, 1, 1}, {-10, -10, 10, 10}})
      PASS   : tst_QGraphicsScene::itemsBoundingRect(transformed {{0, 0, 10, 10}})
      PASS   : tst_QGraphicsScene::itemsBoundingRect(transformed {{-10, -10, 10, 10}})
      PASS   : tst_QGraphicsScene::itemsBoundingRect(transformed {{-1000, -1000, 1, 1}, {-10, -10, 10, 10}})
      PASS   : tst_QGraphicsScene::itemsBoundingRect(all)
      PASS   : tst_QGraphicsScene::itemsBoundingRect(transformed all)
      PASS   : tst_QGraphicsScene::items()
      PASS   : tst_QGraphicsScene::items_QPointF(empty)
      PASS   : tst_QGraphicsScene::items_QPointF(1)
      PASS   : tst_QGraphicsScene::items_QPointF(2)
      PASS   : tst_QGraphicsScene::items_QPointF(3)
      PASS   : tst_QGraphicsScene::items_QPointF(3.5)
      PASS   : tst_QGraphicsScene::items_QPointF(4)
      PASS   : tst_QGraphicsScene::items_QPointF(4.5)
      PASS   : tst_QGraphicsScene::items_QPointF(5)
      PASS   : tst_QGraphicsScene::items_QPointF(6)
      PASS   : tst_QGraphicsScene::items_QRectF()
      PASS   : tst_QGraphicsScene::items_QRectF_2(1)
      PASS   : tst_QGraphicsScene::items_QRectF_2(2)
      PASS   : tst_QGraphicsScene::items_QRectF_2(3)
      PASS   : tst_QGraphicsScene::items_QRectF_2(4)
      PASS   : tst_QGraphicsScene::items_QRectF_2(5)
      PASS   : tst_QGraphicsScene::items_QRectF_2(6)
      PASS   : tst_QGraphicsScene::items_QRectF_2(7)
      PASS   : tst_QGraphicsScene::items_QRectF_2(8)
      PASS   : tst_QGraphicsScene::items_QRectF_2(9)
      PASS   : tst_QGraphicsScene::items_QRectF_2(10)
      PASS   : tst_QGraphicsScene::items_QRectF_2(11)
      PASS   : tst_QGraphicsScene::items_QRectF_2(12)
      PASS   : tst_QGraphicsScene::items_QRectF_2(13)
      PASS   : tst_QGraphicsScene::items_QRectF_2(14)
      PASS   : tst_QGraphicsScene::items_QRectF_2(15)
      PASS   : tst_QGraphicsScene::items_QRectF_2(16)
      PASS   : tst_QGraphicsScene::items_QRectF_2(17)
      PASS   : tst_QGraphicsScene::items_QRectF_2(18)
      PASS   : tst_QGraphicsScene::items_QRectF_2(19)
      PASS   : tst_QGraphicsScene::items_QRectF_2(20)
      PASS   : tst_QGraphicsScene::items_QRectF_2(21)
      PASS   : tst_QGraphicsScene::items_QRectF_2(22)
      PASS   : tst_QGraphicsScene::items_QRectF_2(23)
      PASS   : tst_QGraphicsScene::items_QRectF_2(24)
      PASS   : tst_QGraphicsScene::items_QRectF_2(25)
      PASS   : tst_QGraphicsScene::items_QRectF_2(26)
      PASS   : tst_QGraphicsScene::items_QRectF_2(27)
      PASS   : tst_QGraphicsScene::items_QRectF_2(28)
      PASS   : tst_QGraphicsScene::items_QRectF_2(29)
      PASS   : tst_QGraphicsScene::items_QRectF_2(30)
      PASS   : tst_QGraphicsScene::items_QRectF_2(31)
      PASS   : tst_QGraphicsScene::items_QRectF_2(32)
      PASS   : tst_QGraphicsScene::items_QRectF_2(33)
      PASS   : tst_QGraphicsScene::items_QRectF_2(34)
      PASS   : tst_QGraphicsScene::items_QRectF_2(35)
      PASS   : tst_QGraphicsScene::items_QRectF_2(36)
      PASS   : tst_QGraphicsScene::items_QRectF_2(37)
      PASS   : tst_QGraphicsScene::items_QRectF_2(38)
      PASS   : tst_QGraphicsScene::items_QRectF_2(39)
      PASS   : tst_QGraphicsScene::items_QRectF_2(40)
      PASS   : tst_QGraphicsScene::items_QRectF_2(41)
      PASS   : tst_QGraphicsScene::items_QRectF_2(42)
      PASS   : tst_QGraphicsScene::items_QRectF_2(43)
      PASS   : tst_QGraphicsScene::items_QRectF_2(44)
      PASS   : tst_QGraphicsScene::items_QPolygonF()
      PASS   : tst_QGraphicsScene::items_QPolygonF_2()
      PASS   : tst_QGraphicsScene::items_QPainterPath()
      PASS   : tst_QGraphicsScene::items_QPainterPath_2()
      PASS   : tst_QGraphicsScene::selectionChanged()
      PASS   : tst_QGraphicsScene::selectionChanged2()
      PASS   : tst_QGraphicsScene::addItem()
      PASS   : tst_QGraphicsScene::addEllipse()
      PASS   : tst_QGraphicsScene::addLine()
      PASS   : tst_QGraphicsScene::addPath()
      PASS   : tst_QGraphicsScene::addPixmap()
      PASS   : tst_QGraphicsScene::addRect()
      PASS   : tst_QGraphicsScene::addText()
      PASS   : tst_QGraphicsScene::removeItem()
      PASS   : tst_QGraphicsScene::clear()
      PASS   : tst_QGraphicsScene::focusItem()
      PASS   : tst_QGraphicsScene::focusItemLostFocus()
      PASS   : tst_QGraphicsScene::setFocusItem()
      PASS   : tst_QGraphicsScene::setFocusItem_inactive()
      PASS   : tst_QGraphicsScene::mouseGrabberItem()
      PASS   : tst_QGraphicsScene::hoverEvents_siblings()
      PASS   : tst_QGraphicsScene::hoverEvents_parentChild()
      PASS   : tst_QGraphicsScene::createItemGroup()
      PASS   : tst_QGraphicsScene::mouseEventPropagation()
      PASS   : tst_QGraphicsScene::mouseEventPropagation_ignore()
      PASS   : tst_QGraphicsScene::mouseEventPropagation_focus()
      PASS   : tst_QGraphicsScene::mouseEventPropagation_doubleclick()
      PASS   : tst_QGraphicsScene::mouseEventPropagation_mouseMove()
      PASS   : tst_QGraphicsScene::dragAndDrop_simple()
      PASS   : tst_QGraphicsScene::dragAndDrop_disabledOrInvisible()
      PASS   : tst_QGraphicsScene::dragAndDrop_propagate()
      PASS   : tst_QGraphicsScene::render(all-all-untransformed)
      PASS   : tst_QGraphicsScene::render(all-topleft-untransformed)
      PASS   : tst_QGraphicsScene::render(all-topright-untransformed)
      PASS   : tst_QGraphicsScene::render(all-bottomleft-untransformed)
      PASS   : tst_QGraphicsScene::render(all-bottomright-untransformed)
      PASS   : tst_QGraphicsScene::render(topleft-all-untransformed)
      PASS   : tst_QGraphicsScene::render(topright-all-untransformed)
      PASS   : tst_QGraphicsScene::render(bottomleft-all-untransformed)
      PASS   : tst_QGraphicsScene::render(bottomright-all-untransformed)
      PASS   : tst_QGraphicsScene::render(topleft-topleft-untransformed)
      PASS   : tst_QGraphicsScene::render(topright-topleft-untransformed)
      PASS   : tst_QGraphicsScene::render(bottomleft-topleft-untransformed)
      PASS   : tst_QGraphicsScene::render(bottomright-topleft-untransformed)
      PASS   : tst_QGraphicsScene::render(top-topleft-untransformed)
      PASS   : tst_QGraphicsScene::render(bottom-topleft-untransformed)
      PASS   : tst_QGraphicsScene::render(left-topleft-untransformed)
      PASS   : tst_QGraphicsScene::render(right-topleft-untransformed)
      PASS   : tst_QGraphicsScene::render(top-bottomright-untransformed)
      PASS   : tst_QGraphicsScene::render(bottom-bottomright-untransformed)
      PASS   : tst_QGraphicsScene::render(left-bottomright-untransformed)
      PASS   : tst_QGraphicsScene::render(right-bottomright-untransformed)
      PASS   : tst_QGraphicsScene::render(all-all-45-deg-right)
      PASS   : tst_QGraphicsScene::render(all-all-45-deg-left)
      PASS   : tst_QGraphicsScene::render(all-all-scale-2x)
      PASS   : tst_QGraphicsScene::render(all-all-translate-50-0)
      PASS   : tst_QGraphicsScene::render(all-all-translate-0-50)
      PASS   : tst_QGraphicsScene::render(all-all-untransformed-clip-rect)
      PASS   : tst_QGraphicsScene::render(all-all-untransformed-clip-ellipse)
      PASS   : tst_QGraphicsScene::renderItemsWithNegativeWidthOrHeight()
      PASS   : tst_QGraphicsScene::contextMenuEvent()
      Bug in window manager: Unexpected X error: BadWindow (invalid Window parameter) serial 143686 error_code 3 request_code 2 minor_code 0)
      PASS   : tst_QGraphicsScene::contextMenuEvent_ItemIgnoresTransformations()
      PASS   : tst_QGraphicsScene::update()
      PASS   : tst_QGraphicsScene::update2()
      PASS   : tst_QGraphicsScene::views()
      PASS   : tst_QGraphicsScene::event()
      PASS   : tst_QGraphicsScene::eventsToDisabledItems()
      PASS   : tst_QGraphicsScene::exposedRect()
      PASS   : tst_QGraphicsScene::tabFocus_emptyScene()
      PASS   : tst_QGraphicsScene::tabFocus_sceneWithFocusableItems()
      PASS   : tst_QGraphicsScene::tabFocus_sceneWithFocusWidgets()
      PASS   : tst_QGraphicsScene::tabFocus_sceneWithNestedFocusWidgets()
      PASS   : tst_QGraphicsScene::style()
      QDEBUG : tst_QGraphicsScene::sorting(Normal sorting) items: { 
      QDEBUG : tst_QGraphicsScene::sorting(Normal sorting)     "c_1_2" 
      QDEBUG : tst_QGraphicsScene::sorting(Normal sorting)     "c_1_1_1" 
      QDEBUG : tst_QGraphicsScene::sorting(Normal sorting)     "c_1" 
      QDEBUG : tst_QGraphicsScene::sorting(Normal sorting)     "t_1" 
      QDEBUG : tst_QGraphicsScene::sorting(Normal sorting) } 
      PASS   : tst_QGraphicsScene::sorting(Normal sorting)
      QDEBUG : tst_QGraphicsScene::sorting(Cached sorting) items: { 
      QDEBUG : tst_QGraphicsScene::sorting(Cached sorting)     "c_1_2" 
      QDEBUG : tst_QGraphicsScene::sorting(Cached sorting)     "c_1_1_1" 
      QDEBUG : tst_QGraphicsScene::sorting(Cached sorting)     "c_1" 
      QDEBUG : tst_QGraphicsScene::sorting(Cached sorting)     "t_1" 
      QDEBUG : tst_QGraphicsScene::sorting(Cached sorting) } 
      PASS   : tst_QGraphicsScene::sorting(Cached sorting)
      PASS   : tst_QGraphicsScene::changedSignal(without view)
      PASS   : tst_QGraphicsScene::changedSignal(with view)
      PASS   : tst_QGraphicsScene::stickyFocus(sticky)
      PASS   : tst_QGraphicsScene::stickyFocus(not sticky)
      PASS   : tst_QGraphicsScene::sendEvent()
      PASS   : tst_QGraphicsScene::inputMethod(0)
      PASS   : tst_QGraphicsScene::inputMethod(1)
      PASS   : tst_QGraphicsScene::inputMethod(2)
      FAIL!  : tst_QGraphicsScene::inputMethod(3) Compared values are not the same
         Actual (inputContext.m_resetCallCount): 1
         Expected (callFocusItem ? 2 : 0): 2
         Loc: [tst_qgraphicsscene.cpp(3805)]
      QDEBUG : tst_QGraphicsScene::dispatchHoverOnPress() (162) 
      PASS   : tst_QGraphicsScene::dispatchHoverOnPress()
      PASS   : tst_QGraphicsScene::initialFocus(inactive scene, normal item)
      PASS   : tst_QGraphicsScene::initialFocus(inactive scene, panel item)
      PASS   : tst_QGraphicsScene::initialFocus(inactive scene, normal item, explicit focus)
      PASS   : tst_QGraphicsScene::initialFocus(inactive scene, panel, explicit focus)
      PASS   : tst_QGraphicsScene::initialFocus(active scene, normal item)
      PASS   : tst_QGraphicsScene::initialFocus(active scene, panel item)
      PASS   : tst_QGraphicsScene::initialFocus(active scene, normal item, explicit focus)
      PASS   : tst_QGraphicsScene::initialFocus(active scene, panel, explicit focus)
      PASS   : tst_QGraphicsScene::polishItems()
      PASS   : tst_QGraphicsScene::polishItems2()
      PASS   : tst_QGraphicsScene::isActive()
      PASS   : tst_QGraphicsScene::siblingIndexAlwaysValid()
      PASS   : tst_QGraphicsScene::removeFullyTransparentItem()
      PASS   : tst_QGraphicsScene::zeroScale()
      PASS   : tst_QGraphicsScene::task139710_bspTreeCrash()
      PASS   : tst_QGraphicsScene::task139782_containsItemBoundingRect()
      PASS   : tst_QGraphicsScene::task176178_itemIndexMethodBreaksSceneRect()
      PASS   : tst_QGraphicsScene::task160653_selectionChanged()
      PASS   : tst_QGraphicsScene::task250680_childClip()
      PASS   : tst_QGraphicsScene::taskQTBUG_5904_crashWithDeviceCoordinateCache()
      PASS   : tst_QGraphicsScene::taskQT657_paintIntoCacheWithTransparentParts()
      PASS   : tst_QGraphicsScene::taskQTBUG_7863_paintIntoCacheWithTransparentParts()
      PASS   : tst_QGraphicsScene::taskQT_3674_doNotCrash()
      PASS   : tst_QGraphicsScene::taskQTBUG_15977_renderWithDeviceCoordinateCache()
      PASS   : tst_QGraphicsScene::taskQTBUG_16401_focusItem()
      PASS   : tst_QGraphicsScene::cleanupTestCase()
      Totals: 179 passed, 1 failed, 0 skipped
      ********* Finished testing of tst_QGraphicsScene *********
      make: *** [check] Error 1
      [1]+  Aborted                 metacity --replace
      
      qt@bq-ubuntu1110-x64-02:~/rmcgover/qtbase/tests/auto/widgets/graphicsview/qgraphicsview$ metacity --replace & make check
      [1] 32279
      
      (metacity:32279): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
      
      (metacity:32279): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
      
      (metacity:32279): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
      
      (metacity:32279): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
      ./tst_qgraphicsview 
      No platform plugin argument was specified, defaulting to "xcb".
      
      Information of screen 258:
        width.........: 1024
        height........: 768
        depth.........: 24
        white pixel...: ffffff
        black pixel...: 0
      
      Running window manager: Metacity
      QIBusPlatformInputContext: ibus config file '/home/qt/.config/ibus/bus/b6fb9560d0c3d2a5ceaf30530000016c-unix-0' does not exist.
      QIBusPlatformInputContext: not connected.
      QMaliitPlatformInputContext: not connected.
      ********* Start testing of tst_QGraphicsView *********
      Config: Using QTest library 5.0.0, Qt 5.0.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)
      PASS   : tst_QGraphicsView::mapToScenePoly()
      PASS   : tst_QGraphicsView::mapToScenePath()
      PASS   : tst_QGraphicsView::mapFromScenePoint()
      PASS   : tst_QGraphicsView::mapFromSceneRect()
      PASS   : tst_QGraphicsView::mapFromScenePoly()
      PASS   : tst_QGraphicsView::mapFromScenePath()
      PASS   : tst_QGraphicsView::sendEvent()
      PASS   : tst_QGraphicsView::wheelEvent()
      SKIP   : tst_QGraphicsView::cursor() The Platform does not have regular cursor support
         Loc: [tst_qgraphicsview.cpp(2063)]
      SKIP   : tst_QGraphicsView::cursor2() The Platform does not have regular cursor support
         Loc: [tst_qgraphicsview.cpp(2095)]
      PASS   : tst_QGraphicsView::transformationAnchor()
      PASS   : tst_QGraphicsView::resizeAnchor()
      PASS   : tst_QGraphicsView::viewportUpdateMode()
      PASS   : tst_QGraphicsView::viewportUpdateMode2()
      PASS   : tst_QGraphicsView::acceptDrops()
      PASS   : tst_QGraphicsView::optimizationFlags()
      PASS   : tst_QGraphicsView::optimizationFlags_dontSavePainterState()
      PASS   : tst_QGraphicsView::optimizationFlags_dontSavePainterState2(With painter state protection, without indirect painting)
      PASS   : tst_QGraphicsView::optimizationFlags_dontSavePainterState2(Without painter state protection, without indirect painting)
      PASS   : tst_QGraphicsView::optimizationFlags_dontSavePainterState2(With painter state protectionm, with indirect painting)
      PASS   : tst_QGraphicsView::optimizationFlags_dontSavePainterState2(Without painter state protection, with indirect painting)
      PASS   : tst_QGraphicsView::levelOfDetail(1:4, 1:4)
      PASS   : tst_QGraphicsView::levelOfDetail(1:2, 1:4)
      PASS   : tst_QGraphicsView::levelOfDetail(4:1, 1:2)
      PASS   : tst_QGraphicsView::levelOfDetail(1:2, 1:2)
      PASS   : tst_QGraphicsView::levelOfDetail(1:1, 1:2)
      PASS   : tst_QGraphicsView::levelOfDetail(2:1, 1:1)
      PASS   : tst_QGraphicsView::levelOfDetail(1:1, 1:1)
      PASS   : tst_QGraphicsView::levelOfDetail(2:1, 1:1)
      PASS   : tst_QGraphicsView::levelOfDetail(1:1, 2:1)
      PASS   : tst_QGraphicsView::levelOfDetail(2:1, 2:1)
      PASS   : tst_QGraphicsView::levelOfDetail(2:1, 4:1)
      PASS   : tst_QGraphicsView::levelOfDetail(4:1, 2:1)
      PASS   : tst_QGraphicsView::levelOfDetail(4:1, 4:1)
      PASS   : tst_QGraphicsView::scrollBarRanges(1)
      PASS   : tst_QGraphicsView::scrollBarRanges(2)
      PASS   : tst_QGraphicsView::scrollBarRanges(3)
      PASS   : tst_QGraphicsView::scrollBarRanges(4)
      PASS   : tst_QGraphicsView::scrollBarRanges(5)
      PASS   : tst_QGraphicsView::scrollBarRanges(6)
      PASS   : tst_QGraphicsView::scrollBarRanges(7)
      PASS   : tst_QGraphicsView::scrollBarRanges(8)
      PASS   : tst_QGraphicsView::scrollBarRanges(9)
      PASS   : tst_QGraphicsView::scrollBarRanges(10)
      PASS   : tst_QGraphicsView::scrollBarRanges(11)
      PASS   : tst_QGraphicsView::scrollBarRanges(12)
      PASS   : tst_QGraphicsView::scrollBarRanges(13)
      PASS   : tst_QGraphicsView::scrollBarRanges(14)
      PASS   : tst_QGraphicsView::scrollBarRanges(15)
      PASS   : tst_QGraphicsView::scrollBarRanges(16)
      PASS   : tst_QGraphicsView::scrollBarRanges(17)
      PASS   : tst_QGraphicsView::scrollBarRanges(18)
      PASS   : tst_QGraphicsView::scrollBarRanges(1 x2)
      PASS   : tst_QGraphicsView::scrollBarRanges(2 x2)
      PASS   : tst_QGraphicsView::scrollBarRanges(3 x2)
      PASS   : tst_QGraphicsView::scrollBarRanges(4 x2)
      PASS   : tst_QGraphicsView::scrollBarRanges(5 x2)
      PASS   : tst_QGraphicsView::scrollBarRanges(6 x2)
      PASS   : tst_QGraphicsView::scrollBarRanges(1 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(2 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(3 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(4 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(5 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(6 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(7 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(8 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(9 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(10 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(11 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(12 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(13 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(14 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(15 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(16 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(17 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(18 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(1 x2 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(2 x2 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(3 x2 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(4 x2 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(5 x2 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(6 x2 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(1 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(2 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(3 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(4 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(5 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(6 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(7 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(8 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(9 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(10 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(11 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(12 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(13 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(14 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(15 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(16 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(17 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(18 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(1 x2 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(2 x2 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(3 x2 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(4 x2 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(5 x2 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(6 x2 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 1)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 2)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 3)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 4)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 5)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 6)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 7)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 8)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 9)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 10)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 11)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 12)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 13)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 14)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 15)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 16)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 17)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 18)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 1 x2)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 2 x2)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 3 x2)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 4 x2)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 5 x2)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 6 x2)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 1 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 2 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 3 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 4 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 5 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 6 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 7 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 8 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 9 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 10 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 11 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 12 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 13 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 14 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 15 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 16 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 17 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 18 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 1 x2 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 2 x2 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 3 x2 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 4 x2 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 5 x2 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 6 x2 No ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 1 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 2 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 3 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 4 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 5 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 6 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 7 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 8 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 9 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 10 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 11 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 12 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 13 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 14 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 15 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 16 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 17 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 18 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 1 x2 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 2 x2 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 3 x2 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 4 x2 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 5 x2 Always ScrollBars)
      PASS   : tst_QGraphicsView::scrollBarRanges(Styled, 6 x2 Always ScrollBars)
      PASS   : tst_QGraphicsView::acceptMousePressEvent()
      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()
      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()
      Bug in window manager: Unexpected X error: BadWindow (invalid Window parameter) serial 319083 error_code 3 request_code 2 minor_code 0)
      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()
      XPASS  : tst_QGraphicsView::task255529_transformationAnchorMouseAndViewportMargins() 'qAbs(newMouseScenePos.x() - mouseScenePos.x()) < slack' returned TRUE unexpectedly. ()
         Loc: [tst_qgraphicsview.cpp(4280)]
      XFAIL  : tst_QGraphicsView::task259503_scrollingArtifacts() The event region doesn't include the original item position region. See QTBUG-4416
         Loc: [tst_qgraphicsview.cpp(4322)]
      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()
      FAIL!  : tst_QGraphicsView::QTBUG_16063_microFocusRect() Compared values are not the same
         Actual (mfv): QRectF(0,0 0x0) (bottomright 0,0)
         Expected (IMItem::mf.translated(-view.mapToScene(view.sceneRect().toRect()).boundingRect().topLeft())): QRectF(9.5,9.6 10x10) (bottomright 19.5,19.6)
         Loc: [tst_qgraphicsview.cpp(4550)]
      PASS   : tst_QGraphicsView::cleanupTestCase()
      Totals: 312 passed, 2 failed, 2 skipped
      ********* Finished testing of tst_QGraphicsView *********
      make: [check] Error 2 (ignored)
      [1]+  Aborted                 metacity --replace
      

      I don't know if Qt is doing something wrong somewhere, or if metacity is just buggy, but we'll have to do something about it, because killing the WM causes many subsequent tests to fail also.

      Note: the same issue has not yet been observed in Ubuntu 11.10 32-bit.

      Attachments

        1. windowtest.tar.gz
          0.5 kB
          Pekka Vuorela
        2. package-versions.txt
          411 kB
          Mitch Curtis
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            rmcgover Rohan McGovern (Inactive)
            rmcgover Rohan McGovern (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes