瀏覽代碼

CTestCustom: Ignore kwsys.testProcess-10 for MemCheck as KWSys does

The test covers exceptional behavior that leaks memory, so ignore it for
dynamic analysis runs.
Brad King 10 年之前
父節點
當前提交
129640f279
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      CTestCustom.cmake.in

+ 4 - 0
CTestCustom.cmake.in

@@ -109,3 +109,7 @@ set(CTEST_CUSTOM_COVERAGE_EXCLUDE
   # Exclude Qt source files from coverage results:
   # Exclude Qt source files from coverage results:
   "[A-Za-z]./[Qq]t/qt-.+-opensource-src"
   "[A-Za-z]./[Qq]t/qt-.+-opensource-src"
   )
   )
+
+list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE
+  kwsys.testProcess-10 # See Source/kwsys/CTestCustom.cmake.in
+  )