[Cmake-commits] [cmake-commits] zach.mullen committed cmCTestMultiProcessHandler.cxx 1.32 1.33

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Nov 5 11:03:11 EST 2009


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

Modified Files:
	cmCTestMultiProcessHandler.cxx 
Log Message:
Fixed infinite loop condition when a test's dependent test executable could not be found.


Index: cmCTestMultiProcessHandler.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestMultiProcessHandler.cxx,v
retrieving revision 1.32
retrieving revision 1.33
diff -C 2 -d -r1.32 -r1.33
*** cmCTestMultiProcessHandler.cxx	2 Nov 2009 17:52:48 -0000	1.32
--- cmCTestMultiProcessHandler.cxx	5 Nov 2009 16:03:07 -0000	1.33
***************
*** 98,101 ****
--- 98,103 ----
      {
      this->Completed++;
+     this->TestFinishMap[test] = true;
+     this->TestRunningMap[test] = false;
      this->RunningCount -= GetProcessorsUsed(test);
      testRun->EndTest(this->Completed, this->Total, false);



More information about the Cmake-commits mailing list