Skip to content

Commit

Permalink
CTestCustom: Ignore kwsys.testProcess-10 for MemCheck as KWSys does
Browse files Browse the repository at this point in the history
The test covers exceptional behavior that leaks memory, so ignore it for
dynamic analysis runs.
  • Loading branch information
bradking committed Jul 31, 2015
1 parent d0915bc commit 129640f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CTestCustom.cmake.in
Expand Up @@ -109,3 +109,7 @@ set(CTEST_CUSTOM_COVERAGE_EXCLUDE
# Exclude Qt source files from coverage results:
"[A-Za-z]./[Qq]t/qt-.+-opensource-src"
)

list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE
kwsys.testProcess-10 # See Source/kwsys/CTestCustom.cmake.in
)

0 comments on commit 129640f

Please sign in to comment.