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

Method BlockTestErrorDiagnostics

Source/cmCTest.cxx:602–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600}
601
602void cmCTest::BlockTestErrorDiagnostics()
603{
604 cmSystemTools::PutEnv("DART_TEST_FROM_DART=1");
605 cmSystemTools::PutEnv("DASHBOARD_TEST_FROM_CTEST=" CMake_VERSION);
606#if defined(_WIN32)
607 SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX);
608#elif defined(__BEOS__) || defined(__HAIKU__)
609 disable_debugger(1);
610#endif
611}
612
613void cmCTest::SetTestModel(int mode)
614{

Callers 3

InitializeMethod · 0.95
ProcessStepsMethod · 0.95
ExecuteTestsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected