CMake/CTestCustom.ctest.in

42 lines
1.2 KiB
Plaintext
Raw Normal View History

2004-11-10 13:15:49 -05: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 08:46:07 -04:00
"libcmcurl.*has no symbols"
"not sorted slower link editing will result"
"stl_deque.h:479"
2006-10-27 15:55:14 -04:00
"Utilities.cmzlib."
"Utilities.cmxmlrpc."
"Source.CTest.Curl"
"Utilities.cmcurl"
"Source.CursesDialog.form"
2006-04-21 08:59:36 -04:00
"/usr/bin/ld.*warning.*-..*directory.name.*bin.*does not exist"
2006-04-10 09:36:44 -04:00
"Redeclaration of .send..... with a different storage class specifier"
2006-10-27 15:55:14 -04:00
"Utilities.cmexpat."
2005-05-31 16:20:44 -04:00
"is not used for resolving any symbol"
"Clock skew detected"
2005-06-03 11:26:03 -04:00
"remark\\(1209"
"stl_deque.h:1051"
2004-11-10 13:15:49 -05:00
)
2006-04-10 09:36:44 -04:00
IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
${CTEST_CUSTOM_COVERAGE_EXCLUDE}
"XCode"
)
2006-04-10 09:36:44 -04:00
ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
2005-09-15 11: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")