[cmake-developers] [CMake 0015159]: MemCheck & CDash: timeout reported as "failed" instead of "timeout"

Mantis Bug Tracker mantis at public.kitware.com
Tue Sep 16 10:47:19 EDT 2014


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=15159 
====================================================================== 
Reported By:                trsystran
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15159
Category:                   CTest
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-09-16 10:47 EDT
Last Modified:              2014-09-16 10:47 EDT
====================================================================== 
Summary:                    MemCheck & CDash: timeout reported as "failed"
instead of "timeout"
Description: 
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 http://www.cmake.org/Bug/view.php?id=146: 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.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-09-16 10:47 trsystran      New Issue                                    
======================================================================



More information about the cmake-developers mailing list