[Cmake-commits] [cmake-commits] hoffman committed cmCTestMemCheckHandler.cxx 1.27 1.28

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Nov 11 08:43:21 EST 2009


Update of /cvsroot/CMake/CMake/Source/CTest
In directory public:/mounts/ram/cvs-serv8011

Modified Files:
	cmCTestMemCheckHandler.cxx 
Log Message:
fix number of callers to work with newer versions of valgrind


Index: cmCTestMemCheckHandler.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestMemCheckHandler.cxx,v
retrieving revision 1.27
retrieving revision 1.28
diff -C 2 -d -r1.27 -r1.28
*** cmCTestMemCheckHandler.cxx	29 Oct 2009 12:38:04 -0000	1.27
--- cmCTestMemCheckHandler.cxx	11 Nov 2009 13:43:15 -0000	1.28
***************
*** 463,467 ****
        {
        this->MemoryTesterOptions = "-q --tool=memcheck --leak-check=yes "
!         "--show-reachable=yes --workaround-gcc296-bugs=yes --num-callers=100";
        }
      if ( this->CTest->GetCTestConfiguration(
--- 463,467 ----
        {
        this->MemoryTesterOptions = "-q --tool=memcheck --leak-check=yes "
!         "--show-reachable=yes --workaround-gcc296-bugs=yes --num-callers=50";
        }
      if ( this->CTest->GetCTestConfiguration(



More information about the Cmake-commits mailing list