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(creating-forward-declaration) 
Fail
     Loc: [tst_qsharedpointer.cpp(2009)]
  ### --- stderr from qmake --- ###
  
  ### --- stderr from make (compilation) --- ###
  
  FAIL!  : tst_QSharedPointer::invalidConstructs(const-dropping-object-cast1) 
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: 0x1012052d0; 
base: 0x1012052e8 (equal) -- QSharedPointer: orig: 0x1012052d0; base 
0x1012052e8 (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()
  QWARN  : tst_QSharedPointer::invalidConstructs(sanity-checking) QProcess: 
Destroyed while process ("make") is still running.
  QWARN  : tst_QSharedPointer::invalidConstructs(sanity-checking) Sanity 
checking failed
  Code:
  External test failed during compilation with exit code 0
  ==== standard error: ====
  ### --- stderr from qmake --- ###
  
  ### --- stderr from make (compilation) --- ###
  
  ==== standard output: ====
  ### --- stdout from qmake --- ###
  
  ### --- stdout from make (compilation) --- ###
  clang++ -c -pipe -mmacosx-version-min=10.6 -O2 -Wall -W -isysroot 
/Developer/SDKs/MacOSX10.7.sdk -fPIE -DQT_NO_DEBUG -DQT_CORE_LIB 
-DQT_NAMESPACE=TestNamespace -I/work/build/qt/qtbase/mkspecs/macx-clang -I. -I. 
-I/work/build/qt/qtbase/tests/auto/corelib/tools/qsharedpointer 
-I/work/build/qt/qtbase/include -I/work/build/qt/qtbase/include/QtCore 
-I/work/build/qt/qtbase/lib/QtCore.framework/Versions/5/Headers -I. -o 
./project.o project.cpp
  
  ==== ====
  
  
  FAIL!  : tst_QSharedPointer::invalidConstructs(sanity-checking) External 
testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(void) External testing failed 
sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(implicit-initialization1) 
External testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(implicit-initialization2) 
External testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(implicit-initialization3) 
External testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(implicit-initialization4) 
External testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(creating-forward-declaration) 
External testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(upcast1) External testing 
failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(upcast2) External testing 
failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(const-dropping1) External 
testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(const-dropping2) External 
testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(const-dropping-static-cast) 
External testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(const-dropping-dynamic-cast) 
External testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(const-dropping-object-cast1) 
External testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(const-dropping-object-cast2) 
External testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(arithmethic1) External testing 
failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(arithmethic2) External testing 
failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(same-pointer) External testing 
failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(same-pointer-to-qobject) 
External testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(re-creation) External testing 
failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(invalid-cast1) External 
testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(invalid-cast2) External 
testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(invalid-cast3) External 
testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(invalid-cast4) External 
testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : 
tst_QSharedPointer::invalidConstructs(weak-pointer-from-regular-pointer) 
External testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : 
tst_QSharedPointer::invalidConstructs(shared-pointer-implicit-from-uninitialized)
 External testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(incompatible-custom-deleter1) 
External testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(incompatible-custom-deleter2) 
External testing failed sanity checking, cannot proceed
     Loc: [tst_qsharedpointer.cpp(1992)]
  PASS   : tst_QSharedPointer::qvariantCast()
  PASS   : tst_QSharedPointer::cleanupTestCase()
  Totals: 44 passed, 28 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 28
  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: 334 seconds, exit code 28

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

  Tested changes (refs/builds/dev_1361366781):
    http://codereview.qt-project.org/48324 [PS3] - Check for network module 
when building according examples
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports

Reply via email to