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 --- ###
FAIL! :
tst_QSharedPointer::invalidConstructs(weak-pointer-from-regular-pointer) Fail
Loc: [tst_qsharedpointer.cpp(2009)]
### --- stderr from qmake --- ###
FAIL! :
tst_QSharedPointer::invalidConstructs(shared-pointer-implicit-from-uninitialized)
Fail
Loc: [tst_qsharedpointer.cpp(2009)]
### --- stderr from qmake --- ###
FAIL! : tst_QSharedPointer::invalidConstructs(incompatible-custom-deleter1)
Fail
Loc: [tst_qsharedpointer.cpp(2009)]
### --- stderr from qmake --- ###
FAIL! : tst_QSharedPointer::invalidConstructs(incompatible-custom-deleter2)
Fail
Loc: [tst_qsharedpointer.cpp(2009)]
Totals: 68 passed, 4 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: 0x101200920;
base: 0x101200938 (equal) -- QSharedPointer: orig: 0x101200920; base
0x101200938 (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 ("/work/build/qtbase/bin/qmake") is still running.
QWARN : tst_QSharedPointer::invalidConstructs(sanity-checking) Sanity
checking failed
Code:
External test failed executing qmake with exit code 0
==== standard error: ====
### --- stderr from qmake --- ###
==== standard output: ====
### --- stdout from qmake --- ###
==== ====
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 4
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: 289 seconds, exit code 28
Build log:
http://testresults.qt-project.org/ci/Qt5_stable_Integration/build_00206/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz
Tested changes (refs/builds/stable_1366706883):
http://codereview.qt-project.org/54401 [PS2] - Updated submodules.
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports