CTestCustom.ctest.in 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. SET(CTEST_CUSTOM_WARNING_EXCEPTION
  2. ${CTEST_CUSTOM_WARNING_EXCEPTION}
  3. "xtree.[0-9]+. : warning C4702: unreachable code"
  4. "warning LNK4221"
  5. "variable .var_args[2]*. is used before its value is set"
  6. "jobserver unavailable"
  7. "warning: \\(Long double usage is reported only once for each file"
  8. "warning: To disable this warning use"
  9. "could not be inlined"
  10. "libcmcurl.*has no symbols"
  11. "not sorted slower link editing will result"
  12. "stl_deque.h:479"
  13. "Utilities/cmzlib/"
  14. "Utilities/cmxmlrpc/"
  15. "Source/CTest/Curl"
  16. "Utilities/cmcurl"
  17. "Source/CursesDialog/form"
  18. "Redeclaration of .sendpath. with a different storage class specifier"
  19. "Utilities/cmexpat/"
  20. "is not used for resolving any symbol"
  21. "remark\\(1209"
  22. "stl_deque.h:1051"
  23. )
  24. IF(NOT "@CMAKE_GENERATOR@" MATCHES "XCode")
  25. SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
  26. ${CTEST_CUSTOM_COVERAGE_EXCLUDE}
  27. "XCode"
  28. )
  29. ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "XCode")
  30. IF(NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")
  31. SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
  32. ${CTEST_CUSTOM_COVERAGE_EXCLUDE}
  33. "Kdevelop"
  34. )
  35. ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")