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

Qt Continuous Integration System ci-noreply at qt-project.org
Wed Jan 23 22:25:12 CET 2013


Autotests `tst_qquickflickable' and `tst_qquickmousearea' failed :(

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

  Testing tst_QQuickMouseArea
  FAIL!  : tst_QQuickMouseArea::dragging(left) Compared doubles are not the same (fuzzy compare)
     Actual   (blackRect->x()): 66
     Expected (72.0): 72
     Loc: [tst_qquickmousearea.cpp(283)]
  FAIL!  : tst_QQuickMouseArea::dragging(right) 'drag->active()' returned FALSE. ()
     Loc: [tst_qquickmousearea.cpp(282)]
  FAIL!  : tst_QQuickMouseArea::dragging(middle) 'drag->active()' returned FALSE. ()
     Loc: [tst_qquickmousearea.cpp(282)]
  FAIL!  : tst_QQuickMouseArea::dragging(left (left|right)) Compared doubles are not the same (fuzzy compare)
     Actual   (blackRect->x()): 66
     Expected (72.0): 72
     Loc: [tst_qquickmousearea.cpp(283)]
  FAIL!  : tst_QQuickMouseArea::dragging(right (right|middle)) 'drag->active()' returned FALSE. ()
     Loc: [tst_qquickmousearea.cpp(282)]
  FAIL!  : tst_QQuickMouseArea::dragging(middle (left|middle)) 'drag->active()' returned FALSE. ()
     Loc: [tst_qquickmousearea.cpp(282)]
  FAIL!  : tst_QQuickMouseArea::noOnClickedWithPressAndHold() 'window->rootObject()->property("clicked").toBool()' returned FALSE. ()
     Loc: [tst_qquickmousearea.cpp(525)]
  FAIL!  : tst_QQuickMouseArea::onMousePressRejected() 'window->rootObject()->property("mr1_released").toBool()' returned FALSE. ()
     Loc: [tst_qquickmousearea.cpp(562)]
  FAIL!  : tst_QQuickMouseArea::pressedCanceledOnWindowDeactivate() '!window->rootObject()->property("canceled").toBool()' returned FALSE. ()
     Loc: [tst_qquickmousearea.cpp(608)]
  FAIL!  : tst_QQuickMouseArea::disableAfterPress() Compared values are not the same
     Actual   (mousePositionSpy.count()): 3
     Expected (4): 4
     Loc: [tst_qquickmousearea.cpp(1065)]
  FAIL!  : tst_QQuickMouseArea::transformedMouseArea(checking points inside) Compared values are not the same
     Actual   (mouseArea->property("pressed").toBool()): 0
     Expected (insideTarget): 1
     Loc: [tst_qquickmousearea.cpp(1182)]
  Totals: 38 passed, 11 failed, 1 skipped
  Number of leaked materials: 43
  Number of leaked nodes: 148
  Number of leaked items: 49
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QQuickMouseArea *********
  Config: Using QTest library 5.0.1, Qt 5.0.1
  PASS   : tst_QQuickMouseArea::initTestCase()
  PASS   : tst_QQuickMouseArea::dragProperties()
  PASS   : tst_QQuickMouseArea::resetDrag()
  PASS   : tst_QQuickMouseArea::dragging(left)
  PASS   : tst_QQuickMouseArea::dragging(right)
  PASS   : tst_QQuickMouseArea::dragging(middle)
  PASS   : tst_QQuickMouseArea::dragging(left (left|right))
  PASS   : tst_QQuickMouseArea::dragging(right (right|middle))
  PASS   : tst_QQuickMouseArea::dragging(middle (left|middle))
  PASS   : tst_QQuickMouseArea::invalidDrag(middle (left|right))
  PASS   : tst_QQuickMouseArea::invalidDrag(left (right|middle))
  PASS   : tst_QQuickMouseArea::invalidDrag(right (left|middle))
  PASS   : tst_QQuickMouseArea::setDragOnPressed()
  PASS   : tst_QQuickMouseArea::updateMouseAreaPosOnClick()
  PASS   : tst_QQuickMouseArea::updateMouseAreaPosOnResize()
  PASS   : tst_QQuickMouseArea::noOnClickedWithPressAndHold()
  PASS   : tst_QQuickMouseArea::onMousePressRejected()
  FAIL!  : tst_QQuickMouseArea::pressedCanceledOnWindowDeactivate() '!window->rootObject()->property("canceled").toBool()' returned FALSE. ()
     Loc: [tst_qquickmousearea.cpp(608)]
  PASS   : tst_QQuickMouseArea::doubleClick(left)
  PASS   : tst_QQuickMouseArea::doubleClick(right)
  PASS   : tst_QQuickMouseArea::doubleClick(middle)
  PASS   : tst_QQuickMouseArea::doubleClick(left (left|right))
  PASS   : tst_QQuickMouseArea::doubleClick(right (right|middle))
  PASS   : tst_QQuickMouseArea::doubleClick(middle (left|middle))
  PASS   : tst_QQuickMouseArea::clickTwice(left)
  PASS   : tst_QQuickMouseArea::clickTwice(right)
  PASS   : tst_QQuickMouseArea::clickTwice(middle)
  PASS   : tst_QQuickMouseArea::clickTwice(left (left|right))
  PASS   : tst_QQuickMouseArea::clickTwice(right (right|middle))
  PASS   : tst_QQuickMouseArea::clickTwice(middle (left|middle))
  PASS   : tst_QQuickMouseArea::invalidClick(middle (left|right))
  PASS   : tst_QQuickMouseArea::invalidClick(left (right|middle))
  PASS   : tst_QQuickMouseArea::invalidClick(right (left|middle))
  PASS   : tst_QQuickMouseArea::pressedOrdering()
  PASS   : tst_QQuickMouseArea::preventStealing()
  SKIP   : tst_QQuickMouseArea::clickThrough() QTBUG-23976 Unstable
     Loc: [tst_qquickmousearea.cpp(818)]
  PASS   : tst_QQuickMouseArea::hoverPosition()
  PASS   : tst_QQuickMouseArea::hoverPropagation()
  PASS   : tst_QQuickMouseArea::hoverVisible()
  PASS   : tst_QQuickMouseArea::disableAfterPress()
  PASS   : tst_QQuickMouseArea::onWheel()
  PASS   : tst_QQuickMouseArea::transformedMouseArea(checking points inside)
  PASS   : tst_QQuickMouseArea::transformedMouseArea(checking points outside)
  PASS   : tst_QQuickMouseArea::pressedMultipleButtons(Accept Left - Press left, Press Right, Release Right)
  PASS   : tst_QQuickMouseArea::pressedMultipleButtons(Accept Left - Press left, Press Right, Release Left)
  PASS   : tst_QQuickMouseArea::pressedMultipleButtons(Accept Left|Right - Press left, Press Right, Release Right)
  PASS   : tst_QQuickMouseArea::pressedMultipleButtons(Accept Right - Press Right, Press Left, Release Right)
  PASS   : tst_QQuickMouseArea::changeAxis()
  PASS   : tst_QQuickMouseArea::cursorShape()
  PASS   : tst_QQuickMouseArea::cleanupTestCase()
  Totals: 48 passed, 1 failed, 1 skipped
  ********* Finished testing of tst_QQuickMouseArea *********
  Number of leaked materials: 2
  Number of leaked nodes: 8
  Number of leaked items: 3
  QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time:
  QtQA::App::TestRunner:   first attempt:  exited with exit code 11
  QtQA::App::TestRunner:   second attempt: exited with exit code 1
  QtQA::App::TestRunner: the test seems to be flaky, please fix this
  QtQA::App::TestRunner: this flaky test is being treated as a FAIL
  QtQA::App::TestRunner: end tst_qquickmousearea: 50 seconds, exit code 1
  
  Testing tst_qquickflickable
  FAIL!  : tst_qquickflickable::movingAndFlicking(vertical) 'flickable->isMoving()' returned FALSE. ()
     Loc: [tst_qquickflickable.cpp(642)]
  FAIL!  : tst_qquickflickable::flickVelocity() 'flickable->verticalVelocity() < 0.0' returned FALSE. ()
     Loc: [tst_qquickflickable.cpp(1081)]
  Totals: 29 passed, 2 failed, 0 skipped
  Number of leaked materials: 80
  Number of leaked nodes: 142
  Number of leaked items: 50
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_qquickflickable *********
  Config: Using QTest library 5.0.1, Qt 5.0.1
  PASS   : tst_qquickflickable::initTestCase()
  PASS   : tst_qquickflickable::create()
  PASS   : tst_qquickflickable::horizontalViewportSize()
  PASS   : tst_qquickflickable::verticalViewportSize()
  PASS   : tst_qquickflickable::properties()
  PASS   : tst_qquickflickable::boundsBehavior()
  FAIL!  : tst_qquickflickable::rebound() 'flickable->isMoving()' returned FALSE. ()
     Loc: [tst_qquickflickable.cpp(269)]
  PASS   : tst_qquickflickable::maximumFlickVelocity()
  PASS   : tst_qquickflickable::flickDeceleration()
  PASS   : tst_qquickflickable::pressDelay()
  PASS   : tst_qquickflickable::nestedPressDelay()
  PASS   : tst_qquickflickable::flickableDirection()
  PASS   : tst_qquickflickable::resizeContent()
  PASS   : tst_qquickflickable::returnToBounds(with bounds transition)
  PASS   : tst_qquickflickable::returnToBounds(with bounds transition)
  PASS   : tst_qquickflickable::wheel()
  FAIL!  : tst_qquickflickable::movingAndFlicking(vertical) 'flickable->isFlicking()' returned FALSE. ()
     Loc: [tst_qquickflickable.cpp(702)]
  FAIL!  : tst_qquickflickable::movingAndFlicking(horizontal) 'flickable->isMoving()' returned FALSE. ()
     Loc: [tst_qquickflickable.cpp(642)]
  PASS   : tst_qquickflickable::movingAndFlicking(both)
  PASS   : tst_qquickflickable::movingAndDragging(vertical)
  PASS   : tst_qquickflickable::movingAndDragging(horizontal)
  PASS   : tst_qquickflickable::movingAndDragging(both)
  FAIL!  : tst_qquickflickable::flickOnRelease() Compared values are not the same
     Actual   (vFlickSpy.count()): 0
     Expected (1): 1
     Loc: [tst_qquickflickable.cpp(966)]
  FAIL!  : tst_qquickflickable::pressWhileFlicking() 'flickable->isFlicking()' returned FALSE. ()
     Loc: [tst_qquickflickable.cpp(1003)]
  PASS   : tst_qquickflickable::disabled()
  FAIL!  : tst_qquickflickable::flickVelocity() 'flickable->verticalVelocity() < 0.0' returned FALSE. ()
     Loc: [tst_qquickflickable.cpp(1081)]
  PASS   : tst_qquickflickable::margins()
  PASS   : tst_qquickflickable::cancelOnMouseGrab()
  PASS   : tst_qquickflickable::clickAndDragWhenTransformed()
  QDEBUG : tst_qquickflickable::flickTwiceUsingTouches() contentYAfterFirstFlick  100
  QDEBUG : tst_qquickflickable::flickTwiceUsingTouches() contentYAfterSecondFlick  260
  PASS   : tst_qquickflickable::flickTwiceUsingTouches()
  PASS   : tst_qquickflickable::cleanupTestCase()
  Totals: 25 passed, 6 failed, 0 skipped
  ********* Finished testing of tst_qquickflickable *********
  Number of leaked materials: 208
  Number of leaked nodes: 378
  Number of leaked items: 134
  QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time:
  QtQA::App::TestRunner:   first attempt:  exited with exit code 2
  QtQA::App::TestRunner:   second attempt: exited with exit code 6
  QtQA::App::TestRunner: the test seems to be flaky, please fix this
  QtQA::App::TestRunner: this flaky test is being treated as a FAIL
  QtQA::App::TestRunner: end tst_qquickflickable: 46 seconds, exit code 6

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

  Tested changes (refs/builds/stable_1358974537):
    http://codereview.qt-project.org/45623 [PS2] - Ungrab mouse when FocusAboutToChange instead of Leave



More information about the Ci-reports mailing list