Autotests `tst_qquickflickable', `tst_qquickmousearea', and `tst_qquickwindow' 
failed :(

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

  Testing tst_qquickwindow
  FAIL!  : tst_qquickwindow::hideThenDelete(persistent:SG=true,GL=false) 
'sgInvalidated->size() == 0' returned FALSE. ()
     Loc: [tst_qquickwindow.cpp(1260)]
  FAIL!  : tst_qquickwindow::hideThenDelete(persistent:SG=false,GL=true) 
'openglDestroyed->size() == 0' returned FALSE. ()
     Loc: [tst_qquickwindow.cpp(1258)]
  FAIL!  : tst_qquickwindow::hideThenDelete(persistent:SG=true,GL=true) 
'sgInvalidated->size() == 0' returned FALSE. ()
     Loc: [tst_qquickwindow.cpp(1260)]
  Totals: 25 passed, 3 failed, 0 skipped
  Number of leaked textures: 0
  Number of leaked materials: 0
  Number of leaked nodes: 0
  Number of leaked items: 2
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_qquickwindow *********
  Config: Using QTest library 5.0.1, Qt 5.0.1
  PASS   : tst_qquickwindow::initTestCase()
  PASS   : tst_qquickwindow::constantUpdates()
  PASS   : tst_qquickwindow::mouseFiltering()
  PASS   : tst_qquickwindow::headless()
  PASS   : tst_qquickwindow::touchEvent_basic()
  PASS   : tst_qquickwindow::touchEvent_propagation(disable events)
  PASS   : tst_qquickwindow::touchEvent_propagation(disable item)
  PASS   : tst_qquickwindow::touchEvent_propagation(hide item)
  PASS   : tst_qquickwindow::touchEvent_cancel()
  PASS   : tst_qquickwindow::touchEvent_reentrant()
  PASS   : tst_qquickwindow::touchEvent_velocity()
  PASS   : tst_qquickwindow::mouseFromTouch_basic()
  PASS   : tst_qquickwindow::clearWindow()
  PASS   : tst_qquickwindow::qmlCreation()
  PASS   : tst_qquickwindow::clearColor()
  PASS   : tst_qquickwindow::grab()
  PASS   : tst_qquickwindow::multipleWindows()
  PASS   : tst_qquickwindow::animationsWhileHidden()
  PASS   : tst_qquickwindow::focusObject()
  PASS   : tst_qquickwindow::ignoreUnhandledMouseEvents()
  QWARN  : tst_qquickwindow::ownershipRootItem() 
file:///work/build/qt/qtdeclarative/tests/auto/quick/qquickwindow/data/ownershipRootItem.qml:13:
 TypeError: Object [object Object] has no method 'rootItem'
  PASS   : tst_qquickwindow::ownershipRootItem()
  PASS   : tst_qquickwindow::hideThenDelete(persistent:SG=false,GL=false)
  FAIL!  : tst_qquickwindow::hideThenDelete(persistent:SG=true,GL=false) 
'sgInvalidated->size() == 0' returned FALSE. ()
     Loc: [tst_qquickwindow.cpp(1260)]
  FAIL!  : tst_qquickwindow::hideThenDelete(persistent:SG=false,GL=true) 
'openglDestroyed->size() == 0' returned FALSE. ()
     Loc: [tst_qquickwindow.cpp(1258)]
  FAIL!  : tst_qquickwindow::hideThenDelete(persistent:SG=true,GL=true) 
'sgInvalidated->size() == 0' returned FALSE. ()
     Loc: [tst_qquickwindow.cpp(1260)]
  PASS   : tst_qquickwindow::showHideAnimate()
  PASS   : tst_qquickwindow::cursor()
  PASS   : tst_qquickwindow::cleanupTestCase()
  Totals: 25 passed, 3 failed, 0 skipped
  ********* Finished testing of tst_qquickwindow *********
  Number of leaked textures: 0
  Number of leaked materials: 0
  Number of leaked nodes: 0
  Number of leaked items: 2
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qquickwindow: 10 seconds, exit code 3
  
  Testing tst_qquickflickable
  FAIL!  : tst_qquickflickable::movingAndFlicking(horizontal) 
'flickable->isMoving()' returned FALSE. ()
     Loc: [tst_qquickflickable.cpp(632)]
  FAIL!  : tst_qquickflickable::movingAndFlicking(both) 'flickable->isMoving()' 
returned FALSE. ()
     Loc: [tst_qquickflickable.cpp(632)]
  Totals: 28 passed, 2 failed, 0 skipped
  Number of leaked materials: 0
  Number of leaked nodes: 0
  Number of leaked items: 0
  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() Compared values are not the same
     Actual   (hMoveSpy.count()): 3
     Expected (1): 1
     Loc: [tst_qquickflickable.cpp(267)]
  PASS   : tst_qquickflickable::maximumFlickVelocity()
  PASS   : tst_qquickflickable::flickDeceleration()
  FAIL!  : tst_qquickflickable::pressDelay() 
'mouseArea->property("pressed").toBool() == true' returned FALSE. ()
     Loc: [tst_qquickflickable.cpp(374)]
  FAIL!  : tst_qquickflickable::nestedPressDelay() 
'outer->property("pressed").toBool() == true' returned FALSE. ()
     Loc: [tst_qquickflickable.cpp(405)]
  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->isMoving()' returned FALSE. ()
     Loc: [tst_qquickflickable.cpp(632)]
  PASS   : tst_qquickflickable::movingAndFlicking(horizontal)
  FAIL!  : tst_qquickflickable::movingAndFlicking(both) 'flickable->isMoving()' 
returned FALSE. ()
     Loc: [tst_qquickflickable.cpp(688)]
  PASS   : tst_qquickflickable::movingAndDragging(vertical)
  PASS   : tst_qquickflickable::movingAndDragging(horizontal)
  PASS   : tst_qquickflickable::movingAndDragging(both)
  PASS   : tst_qquickflickable::flickOnRelease()
  PASS   : tst_qquickflickable::pressWhileFlicking()
  PASS   : tst_qquickflickable::disabled()
  FAIL!  : tst_qquickflickable::flickVelocity() 'flickable->verticalVelocity() 
< 0.0' returned FALSE. ()
     Loc: [tst_qquickflickable.cpp(1060)]
  PASS   : tst_qquickflickable::margins()
  PASS   : tst_qquickflickable::cancelOnMouseGrab()
  PASS   : tst_qquickflickable::clickAndDragWhenTransformed()
  PASS   : tst_qquickflickable::cleanupTestCase()
  Totals: 24 passed, 6 failed, 0 skipped
  ********* Finished testing of tst_qquickflickable *********
  Number of leaked materials: 0
  Number of leaked nodes: 0
  Number of leaked items: 0
  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: 39 seconds, exit code 6
  
  Testing tst_QQuickMouseArea
  FAIL!  : tst_QQuickMouseArea::setDragOnPressed() 'drag->active()' returned 
FALSE. ()
     Loc: [tst_qquickmousearea.cpp(385)]
  FAIL!  : tst_QQuickMouseArea::noOnClickedWithPressAndHold() 
'window->rootObject()->property("held").toBool()' returned FALSE. ()
     Loc: [tst_qquickmousearea.cpp(493)]
  FAIL!  : tst_QQuickMouseArea::preventStealing() Compared values are not the 
same
     Actual   (mousePositionSpy.count()): 0
     Expected (3): 3
     Loc: [tst_qquickmousearea.cpp(771)]
  FAIL!  : tst_QQuickMouseArea::disableAfterPress() Compared values are not the 
same
     Actual   (mousePressSpy.count()): 0
     Expected (1): 1
     Loc: [tst_qquickmousearea.cpp(1030)]
  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(1173)]
  Totals: 44 passed, 5 failed, 1 skipped
  Number of leaked materials: 13
  Number of leaked nodes: 56
  Number of leaked items: 21
  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)
  FAIL!  : tst_QQuickMouseArea::dragging(left (left|right)) 'drag->active()' 
returned FALSE. ()
     Loc: [tst_qquickmousearea.cpp(282)]
  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)]
  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()
  FAIL!  : tst_QQuickMouseArea::noOnClickedWithPressAndHold() 
'window->rootObject()->property("held").toBool()' returned FALSE. ()
     Loc: [tst_qquickmousearea.cpp(493)]
  PASS   : tst_QQuickMouseArea::onMousePressRejected()
  PASS   : tst_QQuickMouseArea::pressedCanceledOnWindowDeactivate()
  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(809)]
  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: 45 passed, 4 failed, 1 skipped
  ********* Finished testing of tst_QQuickMouseArea *********
  Number of leaked materials: 15
  Number of leaked nodes: 55
  Number of leaked items: 18
  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 5
  QtQA::App::TestRunner:   second attempt: exited with exit code 4
  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: 27 seconds, exit code 4

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

  Tested changes (refs/builds/dev_1358175279):
    http://codereview.qt-project.org/41860 [PS14] - Complete rewrite of 
threaded render loop.
    http://codereview.qt-project.org/44529 [PS2] - Ungrab mouse when 
FocusAboutToChange instead of Leave
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports

Reply via email to