[cmake-developers] [CMake 0011383]: timeout test property not respected if zero

Mantis Bug Tracker mantis at public.kitware.com
Fri Oct 29 17:44:42 EDT 2010


The following issue has been SUBMITTED. 
====================================================================== 
http://cmake.org/Bug/view.php?id=11383 
====================================================================== 
Reported By:                Clinton Stimpson
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   11383
Category:                   CTest
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2010-10-29 17:44 EDT
Last Modified:              2010-10-29 17:44 EDT
====================================================================== 
Summary:                    timeout test property not respected if zero
Description: 

If I put this in my .ctest script
set(CTEST_TEST_TIMEOUT 2)
then in a CMakeLists.txt
set_tests_properties(mytest PROPERTIES TIMEOUT 4)
I get a 4 second timeout as expected.
But if I change that to 
set_tests_properties(mytest PROPERTIES TIMEOUT 0)
to remove the timeout, I get a 2 second timeout instead.

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-10-29 17:44 Clinton StimpsonNew Issue                                    
======================================================================




More information about the cmake-developers mailing list