MantisBT - CMake
View Issue Details
0013136CMakeCTestpublic2012-04-16 04:042013-01-09 10:55
Nils Gladitz 
Brad King 
normalmajoralways
closedfixed 
CMake 2.8.7 
CMake 2.8.9CMake 2.8.9 
0013136: ctest_coverage() sets LC_ALL=POSIX but does not restore default
Thought this might be related to 0013124 but is probably a different issue.

When I run ctest_coverage() LC_ALL=POSIX gets set for my following ctest_memcheck() run causing one of my tests to fail.

LC_ALL should be reset to its initial value when ctest_coverage() is done.
No tags attached.
related to 0013124closed Brad King UTF-8 characters disappear in valgrind output when launched via CTest 
Issue History
2012-04-16 04:04Nils GladitzNew Issue
2012-04-16 08:32Brad KingRelationship addedrelated to 0013124
2012-04-16 08:34Brad KingNote Added: 0029168
2012-04-16 08:50Brad KingNote Added: 0029169
2012-04-16 08:50Brad KingStatusnew => resolved
2012-04-16 08:50Brad KingResolutionopen => fixed
2012-04-16 08:50Brad KingAssigned To => Brad King
2012-08-09 16:58David ColeFixed in Version => CMake 2.8.9
2012-08-09 16:58David ColeTarget Version => CMake 2.8.9
2013-01-09 10:55Robert MaynardNote Added: 0032020
2013-01-09 10:55Robert MaynardStatusresolved => closed

Notes
(0029168)
Brad King   
2012-04-16 08:34   
It looks like ctest_coverage started setting LC_ALL here:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ffbe61bb [^]
(0029169)
Brad King   
2012-04-16 08:50   
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3247d63a [^]
(0032020)
Robert Maynard   
2013-01-09 10:55   
Closing resolved issues that have not been updated in more than 4 months.