MCPcopy Create free account
hub / github.com/Kitware/CMake / SetStopTimePassed

Method SetStopTimePassed

Source/CTest/cmCTestMultiProcessHandler.cxx:475–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475void cmCTestMultiProcessHandler::SetStopTimePassed()
476{
477 if (!this->StopTimePassed) {
478 cmCTestLog(this->CTest, ERROR_MESSAGE,
479 "The stop time has been passed. "
480 "Stopping all tests."
481 << std::endl);
482 this->StopTimePassed = true;
483 }
484}
485
486bool cmCTestMultiProcessHandler::ResourceLocksAvailable(int test)
487{

Callers 2

CheckStopTimePassedMethod · 0.95
FinishTestProcessMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected