mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Tests/Instrumentation: Split make cases out to separate suite
These tests experience frequent timeouts in CI, which are either actual timeouts due to low resource runners, or a platform-specific bug causing an indefinite hang. Either way, it's beneficial to locate these in their own test suite to reduce noise and ensure the rest of the tests pass regularly.
This commit is contained in:
@@ -134,5 +134,5 @@ list(APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE
|
||||
|
||||
list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE
|
||||
kwsys.testProcess-10 # See Source/kwsys/CTestCustom.cmake.in
|
||||
RunCMake.InstrumentationInterrupt # interrupts cmake with a real signal
|
||||
RunCMake.InstrumentationInterruptReal # interrupts cmake with a real signal
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user