2012-02-15 20:29:24 +00:00
|
|
|
SET(CTEST_CUSTOM_ERROR_MATCH
|
|
|
|
${CTEST_CUSTOM_ERROR_MATCH}
|
|
|
|
"ERROR:")
|
|
|
|
|
2007-08-31 18:51:09 +00:00
|
|
|
SET(CTEST_CUSTOM_WARNING_EXCEPTION
|
|
|
|
${CTEST_CUSTOM_WARNING_EXCEPTION}
|
|
|
|
"xtree.[0-9]+. : warning C4702: unreachable code"
|
|
|
|
"warning LNK4221"
|
2009-01-06 20:05:01 +00:00
|
|
|
"warning LNK4204" # Occurs by race condition with objects in small libs
|
2007-08-31 18:51:09 +00:00
|
|
|
"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"
|
|
|
|
"libcmcurl.*has no symbols"
|
|
|
|
"not sorted slower link editing will result"
|
|
|
|
"stl_deque.h:479"
|
|
|
|
"Utilities.cmzlib."
|
2009-11-14 03:47:26 +00:00
|
|
|
"Utilities.cmbzip2."
|
2007-08-31 18:51:09 +00:00
|
|
|
"Source.CTest.Curl"
|
2009-07-10 13:53:50 +00:00
|
|
|
"Source.CursesDialog.form"
|
2007-08-31 18:51:09 +00:00
|
|
|
"Utilities.cmcurl"
|
2009-07-10 13:53:50 +00:00
|
|
|
"Utilities.cmexpat."
|
2009-11-13 13:46:56 +00:00
|
|
|
"Utilities.cmlibarchive"
|
2009-07-10 13:53:50 +00:00
|
|
|
"/usr/include.*warning.*shadowed declaration is here"
|
2007-08-31 18:51:09 +00:00
|
|
|
"/usr/bin/ld.*warning.*-..*directory.name.*bin.*does not exist"
|
|
|
|
"Redeclaration of .send..... with a different storage class specifier"
|
|
|
|
"is not used for resolving any symbol"
|
|
|
|
"Clock skew detected"
|
|
|
|
"remark\\(1209"
|
2010-11-08 16:29:28 +00:00
|
|
|
"remark: .*LOOP WAS VECTORIZED"
|
2010-12-31 13:38:14 +00:00
|
|
|
"warning .980: wrong number of actual arguments to intrinsic function .std::basic_"
|
2010-04-06 15:32:43 +00:00
|
|
|
"LINK : warning LNK4089: all references to.*ADVAPI32.dll.*discarded by /OPT:REF"
|
|
|
|
"LINK : warning LNK4089: all references to.*USER32.dll.*discarded by /OPT:REF"
|
2010-04-26 13:20:52 +00:00
|
|
|
"Warning: library was too large for page size.*"
|
|
|
|
"Warning: public.*_archive_.*in module.*archive_*clashes with prior module.*archive_.*"
|
|
|
|
"Warning: public.*BZ2_bz.*in module.*bzlib.*clashes with prior module.*bzlib.*"
|
2010-04-27 21:43:38 +00:00
|
|
|
"Warning: public.*_archive.*clashes with prior module.*"
|
2010-04-26 13:20:52 +00:00
|
|
|
"Warning: LINN32: Last line.*is less.*"
|
2010-05-13 15:24:34 +00:00
|
|
|
"warning.*directory name.*CMake-Xcode.*/bin/.*does not exist.*"
|
2007-08-31 18:51:09 +00:00
|
|
|
"stl_deque.h:1051"
|
2009-09-30 15:41:34 +00:00
|
|
|
"(Lexer|Parser).*warning.*conversion.*may (alter its value|change the sign)"
|
2012-03-07 20:06:42 +00:00
|
|
|
"(Lexer|Parser).*warning.*statement is unreachable"
|
|
|
|
"PGC-W-0095-Type cast required for this conversion.*ProcessUNIX.c"
|
2009-10-01 20:47:08 +00:00
|
|
|
"[Qq]t([Cc]ore|[Gg]ui).*warning.*conversion.*may alter its value"
|
2010-05-14 20:28:22 +00:00
|
|
|
"warning:.*is.*very unsafe.*consider using.*"
|
|
|
|
"warning:.*is.*misused, please use.*"
|
2007-09-11 19:21:37 +00:00
|
|
|
"CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
|
2010-06-09 13:22:47 +00:00
|
|
|
"cc-3968 CC: WARNING File.*" # "implicit" truncation by static_cast
|
2011-08-23 17:33:24 +00:00
|
|
|
"ld: warning: directory not found for option .-(F|L)"
|
2011-09-02 18:20:02 +00:00
|
|
|
"warning.*This version of Mac OS X is unsupported"
|
2012-02-16 21:03:27 +00:00
|
|
|
"clang.*: warning: argument unused during compilation: .-g"
|
2011-09-29 19:44:03 +00:00
|
|
|
|
|
|
|
# Ignore clang's summary warning, assuming prior text has matched some
|
|
|
|
# other warning expression:
|
|
|
|
"[0-9,]+ warnings? generated."
|
2007-08-31 18:51:09 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
|
|
|
|
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
|
|
|
|
${CTEST_CUSTOM_COVERAGE_EXCLUDE}
|
|
|
|
"XCode"
|
|
|
|
)
|
|
|
|
ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
|
|
|
|
|
|
|
|
IF(NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")
|
|
|
|
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
|
|
|
|
${CTEST_CUSTOM_COVERAGE_EXCLUDE}
|
|
|
|
"Kdevelop"
|
|
|
|
)
|
|
|
|
ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")
|
2008-02-25 15:17:17 +00:00
|
|
|
|
|
|
|
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
|
|
|
|
${CTEST_CUSTOM_COVERAGE_EXCLUDE}
|
|
|
|
|
|
|
|
# Exclude kwsys files from coverage results. They are reported
|
|
|
|
# (with better coverage results) on kwsys dashboards...
|
|
|
|
"/Source/(cm|kw)sys/"
|
|
|
|
|
|
|
|
# Exclude try_compile sources from coverage results:
|
|
|
|
"/CMakeFiles/CMakeTmp/"
|
2009-10-24 17:11:03 +00:00
|
|
|
|
|
|
|
# Exclude Qt source files from coverage results:
|
|
|
|
"[A-Za-z]./[Qq]t/qt-.+-opensource-src"
|
2008-02-25 15:17:17 +00:00
|
|
|
)
|