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

Function DumpTimeoutAfterMatch

Source/CTest/cmCTestMultiProcessHandler.cxx:1101–1109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1099}
1100
1101static Json::Value DumpTimeoutAfterMatch(
1102 cmCTestTestHandler::cmCTestTestProperties& testProperties)
1103{
1104 Json::Value timeoutAfterMatch = Json::objectValue;
1105 timeoutAfterMatch["timeout"] = testProperties.AlternateTimeout.count();
1106 timeoutAfterMatch["regex"] =
1107 DumpRegExToJsonArray(testProperties.TimeoutRegularExpressions);
1108 return timeoutAfterMatch;
1109}
1110
1111static Json::Value DumpResourceGroupsToJsonArray(
1112 std::vector<

Callers 1

DumpCTestPropertiesFunction · 0.85

Calls 2

DumpRegExToJsonArrayFunction · 0.85
countMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…