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
  FAIL!  : tst_QSharedPointer::invalidConstructs(upcast1) Fail
     Loc: [tst_qsharedpointer.cpp(2009)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(const-dropping-object-cast2) 
Fail
     Loc: [tst_qsharedpointer.cpp(2009)]
  FAIL!  : tst_QSharedPointer::invalidConstructs(invalid-cast4) Fail
     Loc: [tst_qsharedpointer.cpp(2009)]
  Totals: 69 passed, 3 failed, 1 skipped
  QtQA::App::TestRunner: warning: test duration (379 seconds) is dangerously 
close to maximum permitted time (450 seconds)
  QtQA::App::TestRunner: warning: Either modify the test to reduce its runtime, 
or use a higher timeout.
  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: 0x101204c50; 
base: 0x101204c68 (equal) -- QSharedPointer: orig: 0x101204c50; base 
0x101204c68 (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)
  QWARN  : tst_QSharedPointer::invalidConstructs(upcast2) QProcess: Destroyed 
while process ("make") is still running.
  QWARN  : tst_QSharedPointer::invalidConstructs(upcast2) External code testing 
failed
  Code:
  QSharedPointer<Data> baseptr = QSharedPointer<Data>(new DerivedData);
  QSharedPointer<DerivedData> ptr;
  ptr = baseptr;
  
  FAIL!  : tst_QSharedPointer::invalidConstructs(upcast2) Fail
     Loc: [tst_qsharedpointer.cpp(2009)]
  PASS   : tst_QSharedPointer::invalidConstructs(const-dropping1)
  PASS   : tst_QSharedPointer::invalidConstructs(const-dropping2)
  PASS   : tst_QSharedPointer::invalidConstructs(const-dropping-static-cast)
  PASS   : tst_QSharedPointer::invalidConstructs(const-dropping-dynamic-cast)
  PASS   : tst_QSharedPointer::invalidConstructs(const-dropping-object-cast1)
  QWARN  : tst_QSharedPointer::invalidConstructs(const-dropping-object-cast2) 
QProcess: Destroyed while process ("make") is still running.
  QWARN  : tst_QSharedPointer::invalidConstructs(const-dropping-object-cast2) 
External code testing failed
  Code:
  QSharedPointer<const QObject> baseptr = QSharedPointer<const QObject>(new 
QObject);
  qobject_cast<QCoreApplication *>(baseptr);
  
  FAIL!  : tst_QSharedPointer::invalidConstructs(const-dropping-object-cast2) 
Fail
     Loc: [tst_qsharedpointer.cpp(2009)]
  PASS   : tst_QSharedPointer::invalidConstructs(arithmethic1)
  PASS   : tst_QSharedPointer::invalidConstructs(arithmethic2)
  PASS   : tst_QSharedPointer::invalidConstructs(same-pointer)
  QWARN  : tst_QSharedPointer::invalidConstructs(same-pointer-to-qobject) 
QProcess: Destroyed while process ("make") is still running.
  QWARN  : tst_QSharedPointer::invalidConstructs(same-pointer-to-qobject) 
External code testing failed
  Code:
  QObject *anObj = new QObject;
  QSharedPointer<QObject> ptr1 = QSharedPointer<QObject>(anObj);
  QSharedPointer<QObject> ptr2 = QSharedPointer<QObject>(anObj);
  
  
  FAIL!  : tst_QSharedPointer::invalidConstructs(same-pointer-to-qobject) Fail
     Loc: [tst_qsharedpointer.cpp(2009)]
  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)
  QWARN  : tst_QSharedPointer::invalidConstructs(incompatible-custom-deleter1) 
QProcess: Destroyed while process ("make") is still running.
  QWARN  : tst_QSharedPointer::invalidConstructs(incompatible-custom-deleter1) 
External code testing failed
  Code:
  extern void incompatibleCustomDeleter(int *);
  QSharedPointer<Data> ptr(new Data, incompatibleCustomDeleter);
  
  
  FAIL!  : tst_QSharedPointer::invalidConstructs(incompatible-custom-deleter1) 
Fail
     Loc: [tst_qsharedpointer.cpp(2009)]
  PASS   : tst_QSharedPointer::invalidConstructs(incompatible-custom-deleter2)
  PASS   : tst_QSharedPointer::qvariantCast()
  PASS   : tst_QSharedPointer::cleanupTestCase()
  Totals: 68 passed, 4 failed, 1 skipped
  ********* Finished testing of tst_QSharedPointer *********
  QtQA::App::TestRunner: warning: test duration (426 seconds) is dangerously 
close to maximum permitted time (450 seconds)
  QtQA::App::TestRunner: warning: Either modify the test to reduce its runtime, 
or use a higher timeout.
  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 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_qsharedpointer: 805 seconds, exit code 4

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

  Tested changes (refs/builds/dev_1358266157):
    http://codereview.qt-project.org/43200 [PS2] - Added QDebug support for 
QWindowSystemInterface::TouchPoint
    http://codereview.qt-project.org/44808 [PS1] - QSaveFile: test the case of 
an existing, but readonly, target file.
    http://codereview.qt-project.org/44806 [PS2] - QSaveFile autotest: restore 
permissions using RAII
    http://codereview.qt-project.org/41790 [PS10] - Add class QSaveFile.
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports

Reply via email to