Autotest `tst_qsharedpointer' failed :(

The test was 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_QSharedPointer
  ### --- stderr from qmake --- ###
  
  ### --- stderr from make (compilation) --- ###
  
  FAIL!  : tst_QSharedPointer::invalidConstructs(upcast1) Fail
     Loc: [tst_qsharedpointer.cpp(2009)]
  ### --- stderr from qmake --- ###
  
  ### --- stderr from make (compilation) --- ###
  
  FAIL!  : tst_QSharedPointer::invalidConstructs(const-dropping-static-cast) 
Fail
     Loc: [tst_qsharedpointer.cpp(2009)]
  ### --- stderr from qmake --- ###
  
  ### --- stderr from make (compilation) --- ###
  
  FAIL!  : tst_QSharedPointer::invalidConstructs(invalid-cast2) Fail
     Loc: [tst_qsharedpointer.cpp(2009)]
  Totals: 69 passed, 3 failed, 1 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QSharedPointer *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QSharedPointer::initTestCase()
  PASS   : tst_QSharedPointer::basics(null)
  PASS   : tst_QSharedPointer::basics(non-null)
  PASS   : tst_QSharedPointer::operators()
  PASS   : tst_QSharedPointer::swap()
  PASS   : tst_QSharedPointer::useOfForwardDeclared()
  PASS   : tst_QSharedPointer::memoryManagement()
  PASS   : tst_QSharedPointer::dropLastReferenceOfForwardDeclared()
  PASS   : tst_QSharedPointer::downCast()
  PASS   : tst_QSharedPointer::functionCallDownCast()
  PASS   : tst_QSharedPointer::upCast()
  PASS   : tst_QSharedPointer::qobjectWeakManagement()
  PASS   : tst_QSharedPointer::noSharedPointerFromWeakQObject()
  PASS   : tst_QSharedPointer::sharedPointerFromQObjectWithWeak()
  PASS   : tst_QSharedPointer::weakQObjectFromSharedPointer()
  PASS   : tst_QSharedPointer::objectCast()
  QDEBUG : tst_QSharedPointer::differentPointers() naked: orig: 0x101405200; 
base: 0x101405218 (equal) -- QSharedPointer: orig: 0x101405200; base 
0x101405218 (equal) -- result: equal
  PASS   : tst_QSharedPointer::differentPointers()
  PASS   : tst_QSharedPointer::virtualBaseDifferentPointers()
  PASS   : tst_QSharedPointer::dynamicCast()
  PASS   : tst_QSharedPointer::dynamicCastDifferentPointers()
  PASS   : tst_QSharedPointer::dynamicCastVirtualBase()
  PASS   : tst_QSharedPointer::dynamicCastFailure()
  PASS   : tst_QSharedPointer::dynamicCastFailureNoLeak()
  PASS   : tst_QSharedPointer::constCorrectness()
  PASS   : tst_QSharedPointer::customDeleter()
  PASS   : tst_QSharedPointer::creating()
  SKIP   : tst_QSharedPointer::creatingVariadic() This compiler is not in C++11 
mode or it doesn't support rvalue refs and variadic templates
     Loc: [tst_qsharedpointer.cpp(1486)]
  PASS   : tst_QSharedPointer::creatingQObject()
  PASS   : tst_QSharedPointer::mixTrackingPointerCode()
  PASS   : tst_QSharedPointer::reentrancyWhileDestructing()
  PASS   : tst_QSharedPointer::threadStressTest(0+0)
  PASS   : tst_QSharedPointer::threadStressTest(1+0)
  PASS   : tst_QSharedPointer::threadStressTest(2+0)
  PASS   : tst_QSharedPointer::threadStressTest(10+0)
  PASS   : tst_QSharedPointer::threadStressTest(0+1)
  PASS   : tst_QSharedPointer::threadStressTest(1+1)
  PASS   : tst_QSharedPointer::threadStressTest(2+10)
  PASS   : tst_QSharedPointer::threadStressTest(5+10)
  PASS   : tst_QSharedPointer::threadStressTest(5+30)
  PASS   : tst_QSharedPointer::threadStressTest(100+100)
  PASS   : tst_QSharedPointer::map()
  PASS   : tst_QSharedPointer::hash()
  PASS   : tst_QSharedPointer::validConstructs()
  PASS   : tst_QSharedPointer::invalidConstructs(sanity-checking)
  PASS   : tst_QSharedPointer::invalidConstructs(void)
  PASS   : tst_QSharedPointer::invalidConstructs(implicit-initialization1)
  PASS   : tst_QSharedPointer::invalidConstructs(implicit-initialization2)
  PASS   : tst_QSharedPointer::invalidConstructs(implicit-initialization3)
  PASS   : tst_QSharedPointer::invalidConstructs(implicit-initialization4)
  PASS   : tst_QSharedPointer::invalidConstructs(creating-forward-declaration)
  PASS   : tst_QSharedPointer::invalidConstructs(upcast1)
  PASS   : tst_QSharedPointer::invalidConstructs(upcast2)
  PASS   : tst_QSharedPointer::invalidConstructs(const-dropping1)
  QWARN  : tst_QSharedPointer::invalidConstructs(const-dropping2) QProcess: 
Destroyed while process ("make") is still running.
  QDEBUG : tst_QSharedPointer::invalidConstructs(const-dropping2) External test 
output:
  ### --- stderr from qmake --- ###
  
  ### --- stderr from make (compilation) --- ###
  
  QWARN  : tst_QSharedPointer::invalidConstructs(const-dropping2) External code 
testing failed
  Code:
  QSharedPointer<const Data> baseptr = QSharedPointer<const Data>(new Data);
  QSharedPointer<Data> ptr;ptr = baseptr;
  
  FAIL!  : tst_QSharedPointer::invalidConstructs(const-dropping2) Fail
     Loc: [tst_qsharedpointer.cpp(2009)]
  PASS   : tst_QSharedPointer::invalidConstructs(const-dropping-static-cast)
  PASS   : tst_QSharedPointer::invalidConstructs(const-dropping-dynamic-cast)
  PASS   : tst_QSharedPointer::invalidConstructs(const-dropping-object-cast1)
  PASS   : tst_QSharedPointer::invalidConstructs(const-dropping-object-cast2)
  PASS   : tst_QSharedPointer::invalidConstructs(arithmethic1)
  PASS   : tst_QSharedPointer::invalidConstructs(arithmethic2)
  PASS   : tst_QSharedPointer::invalidConstructs(same-pointer)
  PASS   : tst_QSharedPointer::invalidConstructs(same-pointer-to-qobject)
  PASS   : tst_QSharedPointer::invalidConstructs(re-creation)
  PASS   : tst_QSharedPointer::invalidConstructs(invalid-cast1)
  PASS   : tst_QSharedPointer::invalidConstructs(invalid-cast2)
  PASS   : tst_QSharedPointer::invalidConstructs(invalid-cast3)
  PASS   : tst_QSharedPointer::invalidConstructs(invalid-cast4)
  PASS   : 
tst_QSharedPointer::invalidConstructs(weak-pointer-from-regular-pointer)
  PASS   : 
tst_QSharedPointer::invalidConstructs(shared-pointer-implicit-from-uninitialized)
  PASS   : tst_QSharedPointer::invalidConstructs(incompatible-custom-deleter1)
  PASS   : tst_QSharedPointer::invalidConstructs(incompatible-custom-deleter2)
  PASS   : tst_QSharedPointer::qvariantCast()
  PASS   : tst_QSharedPointer::cleanupTestCase()
  Totals: 71 passed, 1 failed, 1 skipped
  ********* Finished testing of tst_QSharedPointer *********
  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 3
  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_qsharedpointer: 441 seconds, exit code 1

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

  Tested changes (refs/builds/dev_1362153039):
    http://codereview.qt-project.org/49387 [PS2] - QGtk2Theme: use GtkSettings 
to fetch the icon theme name
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports

Reply via email to