[cmake-developers] [CMake 0014987]: CTest option to pass signals down to tests

Mantis Bug Tracker mantis at public.kitware.com
Mon Jun 23 15:55:46 EDT 2014


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=14987 
====================================================================== 
Reported By:                Zach Mullen
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14987
Category:                   CTest
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-06-23 15:55 EDT
Last Modified:              2014-06-23 15:55 EDT
====================================================================== 
Summary:                    CTest option to pass signals down to tests
Description: 
I have a test suite harnessed with CTest that gets zombified processes if
someone CTRL+C's during the test runs. Within those tests, I have registered a
SIGINT handler that gracefully shuts down and ensures the zombification doesn't
happen, but that handler is never called because CTest does not pass signals
through to running tests. It would be great to have a test property or even just
an argument to ctest_test() that would cause signals received by the ctest
process to be sent to the running test processes.

(Also requested a while back:
http://www.cmake.org/pipermail/cmake/2006-November/011840.html)
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-06-23 15:55 Zach Mullen    New Issue                                    
======================================================================



More information about the cmake-developers mailing list