[Ci-reports] fail on Qt5_5.4_Integration #314

Qt Continuous Integration System ci-noreply at qt-project.org
Mon Feb 9 13:37:20 CET 2015


Autotests `tst_qdeclarativegridview' and `tst_qquickapplication' failed :(

  Testing tst_qquickapplication
  FAIL!  : tst_qquickapplication::state() Compared values are not the same
     Loc: [tst_qquickapplication.cpp(155)]
  Totals: 5 passed, 1 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_qquickapplication *********
  Config: Using QtTest library 5.4.2, Qt 5.4.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by Clang 3.0 (tags/Apple/clang-211.12))
  PASS   : tst_qquickapplication::initTestCase()
  FAIL!  : tst_qquickapplication::active() 'item->property("active").toBool()' returned FALSE. ()
     Loc: [tst_qquickapplication.cpp(99)]
  PASS   : tst_qquickapplication::state()
  PASS   : tst_qquickapplication::layoutDirection()
  PASS   : tst_qquickapplication::inputMethod()
  PASS   : tst_qquickapplication::cleanupTestCase()
  Totals: 5 passed, 1 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_qquickapplication *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qquickapplication: 1 seconds, exit code 1
  
  Testing tst_QDeclarativeGridView
  FAIL!  : tst_QDeclarativeGridView::currentIndex() 'QTest::qWaitForWindowActive(canvas)' returned FALSE. ()
     Loc: [tst_qdeclarativegridview.cpp(706)]
  Totals: 52 passed, 1 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDeclarativeGridView *********
  Config: Using QtTest library 5.4.2, Qt 5.4.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by Clang 3.0 (tags/Apple/clang-211.12))
  PASS   : tst_QDeclarativeGridView::initTestCase()
  PASS   : tst_QDeclarativeGridView::items()
  PASS   : tst_QDeclarativeGridView::changed()
  PASS   : tst_QDeclarativeGridView::inserted()
  PASS   : tst_QDeclarativeGridView::removed()
  PASS   : tst_QDeclarativeGridView::clear()
  PASS   : tst_QDeclarativeGridView::moved()
  PASS   : tst_QDeclarativeGridView::changeFlow()
  FAIL!  : tst_QDeclarativeGridView::currentIndex() 'QTest::qWaitForWindowActive(canvas)' returned FALSE. ()
     Loc: [tst_qdeclarativegridview.cpp(706)]
  PASS   : tst_QDeclarativeGridView::noCurrentIndex()
  PASS   : tst_QDeclarativeGridView::defaultValues()
  PASS   : tst_QDeclarativeGridView::properties()
  PASS   : tst_QDeclarativeGridView::propertyChanges()
  PASS   : tst_QDeclarativeGridView::componentChanges()
  PASS   : tst_QDeclarativeGridView::modelChanges()
  PASS   : tst_QDeclarativeGridView::positionViewAtIndex()
  PASS   : tst_QDeclarativeGridView::positionViewAtIndex_rightToLeft()
  PASS   : tst_QDeclarativeGridView::mirroring()
  PASS   : tst_QDeclarativeGridView::snapping()
  PASS   : tst_QDeclarativeGridView::resetModel()
  PASS   : tst_QDeclarativeGridView::enforceRange()
  PASS   : tst_QDeclarativeGridView::enforceRange_rightToLeft()
  PASS   : tst_QDeclarativeGridView::QTBUG_8456()
  PASS   : tst_QDeclarativeGridView::manualHighlight()
  PASS   : tst_QDeclarativeGridView::footer()
  PASS   : tst_QDeclarativeGridView::header()
  PASS   : tst_QDeclarativeGridView::indexAt()
  PASS   : tst_QDeclarativeGridView::onAdd(0, add 1)
  PASS   : tst_QDeclarativeGridView::onAdd(0, add 2)
  PASS   : tst_QDeclarativeGridView::onAdd(0, add 10)
  PASS   : tst_QDeclarativeGridView::onAdd(1, add 1)
  PASS   : tst_QDeclarativeGridView::onAdd(1, add 2)
  PASS   : tst_QDeclarativeGridView::onAdd(1, add 10)
  PASS   : tst_QDeclarativeGridView::onAdd(5, add 1)
  PASS   : tst_QDeclarativeGridView::onAdd(5, add 2)
  PASS   : tst_QDeclarativeGridView::onAdd(5, add 10)
  PASS   : tst_QDeclarativeGridView::onRemove(remove first)
  PASS   : tst_QDeclarativeGridView::onRemove(two items, remove first)
  PASS   : tst_QDeclarativeGridView::onRemove(two items, remove last)
  PASS   : tst_QDeclarativeGridView::onRemove(two items, remove all)
  PASS   : tst_QDeclarativeGridView::onRemove(four items, remove first)
  PASS   : tst_QDeclarativeGridView::onRemove(four items, remove 0-2)
  PASS   : tst_QDeclarativeGridView::onRemove(four items, remove 1-3)
  PASS   : tst_QDeclarativeGridView::onRemove(four items, remove 2-4)
  PASS   : tst_QDeclarativeGridView::onRemove(four items, remove last)
  PASS   : tst_QDeclarativeGridView::onRemove(four items, remove all)
  PASS   : tst_QDeclarativeGridView::onRemove(ten items, remove 1-8)
  PASS   : tst_QDeclarativeGridView::onRemove(ten items, remove 2-7)
  PASS   : tst_QDeclarativeGridView::onRemove(ten items, remove 4-10)
  PASS   : tst_QDeclarativeGridView::testQtQuick11Attributes(positionViewAtBeginning)
  PASS   : tst_QDeclarativeGridView::testQtQuick11Attributes(positionViewAtEnd)
  PASS   : tst_QDeclarativeGridView::contentPosJump()
  PASS   : tst_QDeclarativeGridView::cleanupTestCase()
  Totals: 52 passed, 1 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QDeclarativeGridView *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdeclarativegridview: 9 seconds, exit code 1

  Build log: http://testresults.qt-project.org/ci/Qt5_5.4_Integration/build_00314/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz

  Tested changes (refs/builds/5.4_1423473949):
    http://codereview.qt-project.org/105646 [PS3] - Updated submodules.



More information about the Ci-reports mailing list