CMake/CTestCustom.ctest.in

42 lines
1.2 KiB
Plaintext
Raw Normal View History

2004-11-10 21:15:49 +03:00
SET(CTEST_CUSTOM_WARNING_EXCEPTION
${CTEST_CUSTOM_WARNING_EXCEPTION}
"xtree.[0-9]+. : warning C4702: unreachable code"
"warning LNK4221"
"variable .var_args[2]*. is used before its value is set"
"jobserver unavailable"
"warning: \\(Long double usage is reported only once for each file"
"warning: To disable this warning use"
"could not be inlined"
2005-06-29 16:46:07 +04:00
"libcmcurl.*has no symbols"
"not sorted slower link editing will result"
"stl_deque.h:479"
2006-04-10 17:36:44 +04:00
"Utilities/cmzlib/"
"Utilities/cmxmlrpc/"
"Source/CTest/Curl"
"Utilities/cmcurl"
"Source/CursesDialog/form"
2006-04-21 16:59:36 +04:00
"/usr/bin/ld.*warning.*-..*directory.name.*bin.*does not exist"
2006-04-10 17:36:44 +04:00
"Redeclaration of .send..... with a different storage class specifier"
2005-06-01 00:20:44 +04:00
"Utilities/cmexpat/"
"is not used for resolving any symbol"
"Clock skew detected"
2005-06-03 19:26:03 +04:00
"remark\\(1209"
"stl_deque.h:1051"
2004-11-10 21:15:49 +03:00
)
2006-04-10 17:36:44 +04:00
IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
${CTEST_CUSTOM_COVERAGE_EXCLUDE}
"XCode"
)
2006-04-10 17:36:44 +04:00
ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
2005-09-15 19:05:34 +04:00
IF(NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
${CTEST_CUSTOM_COVERAGE_EXCLUDE}
"Kdevelop"
)
ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")