MantisBT - CMake
View Issue Details
0015159CMakeCTestpublic2014-09-16 10:472016-06-10 14:31
trsystran 
Kitware Robot 
normalfeaturealways
closedmoved 
CMake 2.8.10.1 
 
0015159: MemCheck & CDash: timeout reported as "failed" instead of "timeout"
When running a MemCheck in CTest, some tests fail because of timeout limits. In such case the information is available in the ctest stdout/err:
240/1445 MemCheck 0000146: some_test ....................................***Timeout 65.92 sec

But it is not reported in the DynamicAnalysis.xml sent to CDash:

        <Test Status="failed">
                <Name>some_test/Name>
                <Path>xxx/Path>
                <FullName>some_test</FullName>
                <FullCommandLine>/usr/bin/valgrind xxx</FullCommandLine>
                <Results>
                </Results>
        <Log>blah</Log>
        </Test>

This information would be useful in CDash, like it's already done for normal tests.

In CDash we only get "failed" status and we don't know why it has failed.
No tags attached.
Issue History
2014-09-16 10:47trsystranNew Issue
2016-06-10 14:29Kitware RobotNote Added: 0042631
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042631)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.