2015-09-17 14:52:17 +00:00
|
|
|
list(APPEND CTEST_CUSTOM_ERROR_MATCH
|
2012-02-15 20:29:24 +00:00
|
|
|
"ERROR:")
|
|
|
|
|
2015-09-17 14:52:17 +00:00
|
|
|
list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
|
2007-08-31 18:51:09 +00:00
|
|
|
"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"
|
2014-04-11 14:39:58 +00:00
|
|
|
"Source.cm_sha2.*warning.*cast increases required alignment of target type"
|
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"
|
2015-08-21 21:15:38 +00:00
|
|
|
"LINK : warning LNK4089: all references to.*CRYPT32.dll.*discarded by /OPT:REF"
|
2012-11-03 23:25:01 +00:00
|
|
|
"LINK : warning LNK4089: all references to.*PSAPI.DLL.*discarded by /OPT:REF"
|
2015-05-08 12:50:33 +00:00
|
|
|
"LINK : warning LNK4089: all references to.*RPCRT4.dll.*discarded by /OPT:REF"
|
2013-12-23 15:23:27 +00:00
|
|
|
"LINK : warning LNK4089: all references to.*SHELL32.dll.*discarded by /OPT:REF"
|
2010-04-06 15:32:43 +00:00
|
|
|
"LINK : warning LNK4089: all references to.*USER32.dll.*discarded by /OPT:REF"
|
2015-05-07 12:58:38 +00:00
|
|
|
"LINK : warning LNK4089: all references to.*ole32.dll.*discarded by /OPT:REF"
|
CTestCustom: Suppress HP-UX preprocessor concatenation warning
The HP compiler on HP-UX 11.11 warns:
Warning (anachronism) 823: ".../test_INT_format.h", line 194 # Redundant
preprocessing concatenation operation results in two valid preprocessing
tokens. Depending on this implementation defined behavior will result in
non-portable code.
TEST_C(INT32_C, -0x55000000, i32, int32_t, uint32_t)
^^^^^^
Warning (anachronism) 823: ".../test_INT_format.h", line 196 # Redundant
preprocessing concatenation operation results in two valid preprocessing
tokens. Depending on this implementation defined behavior will result in
non-portable code.
TEST_C(INT64_C, -0x5500000000000000, i64, int64_t, uint64_t)
^^^^^^
There is likely a subtle problem with the way one of the system-provided type
macros is defined but the test passes despite the warning. Simply suppress it.
2015-05-18 13:19:59 +00:00
|
|
|
"Warning.*: .*/Utilities/KWIML/test/test_INT_format.h.* # Redundant preprocessing concatenation"
|
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.*"
|
2014-03-06 18:04:16 +00:00
|
|
|
"Warning: Olimit was exceeded on function.*"
|
|
|
|
"Warning: To override Olimit for all functions in file.*"
|
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)"
|
2014-04-01 12:58:23 +00:00
|
|
|
"(Lexer|Parser).*warning.*(statement is unreachable|will never be executed)"
|
2012-03-07 20:06:42 +00:00
|
|
|
"PGC-W-0095-Type cast required for this conversion.*ProcessUNIX.c"
|
2014-04-02 15:39:47 +00:00
|
|
|
"[Qq]t([Cc]ore|[Gg]ui|[Ww]idgets).*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)"
|
2015-04-10 12:11:21 +00:00
|
|
|
"ld: warning .*/libgcc.a archive's cputype"
|
2015-04-09 11:47:36 +00:00
|
|
|
"ld: warning: ignoring file .*/libgcc.a, file was built for archive which is not the architecture being linked"
|
2015-03-31 20:25:37 +00:00
|
|
|
"ld: warning: in .*/libgcc.a, file is not of required architecture"
|
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"
|
2014-03-26 18:00:16 +00:00
|
|
|
"note: in expansion of macro" # diagnostic context note
|
2014-04-12 21:58:19 +00:00
|
|
|
"cm(StringCommand|CTestTestHandler)\\.cxx.*warning.*rand.*isn.*t random" # we do not do crypto
|
|
|
|
"cm(StringCommand|CTestTestHandler)\\.cxx.*warning.*srand.*seed choices are.*poor" # we do not do crypto
|
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."
|
2015-03-30 20:08:54 +00:00
|
|
|
|
|
|
|
# scanbuild exceptions
|
|
|
|
"char_traits.h:.*: warning: Null pointer argument in call to string length function"
|
|
|
|
"stl_construct.h:.*: warning: Forming reference to null pointer"
|
|
|
|
".*stl_uninitialized.h:75:19: warning: Forming reference to null pointer.*"
|
|
|
|
".*stl_vector.h:.*: warning: Returning null reference.*"
|
|
|
|
"warning: Value stored to 'yymsg' is never read"
|
|
|
|
"warning: Value stored to 'yytoken' is never read"
|
|
|
|
"index_encoder.c.241.2. warning: Value stored to .out_start. is never read"
|
|
|
|
"index.c.*warning: Access to field.*results in a dereference of a null pointer.*loaded from variable.*"
|
|
|
|
"cm_sha2.*warning: Value stored to.*is never read"
|
|
|
|
"testProcess.*warning: Dereference of null pointer .loaded from variable .invalidAddress.."
|
2007-08-31 18:51:09 +00:00
|
|
|
)
|
|
|
|
|
2012-08-13 17:47:32 +00:00
|
|
|
if(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
|
2015-09-17 14:52:17 +00:00
|
|
|
list(APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE
|
2007-08-31 18:51:09 +00:00
|
|
|
"XCode"
|
|
|
|
)
|
2012-08-13 17:50:14 +00:00
|
|
|
endif ()
|
2007-08-31 18:51:09 +00:00
|
|
|
|
2012-08-13 17:47:32 +00:00
|
|
|
if(NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")
|
2015-09-17 14:52:17 +00:00
|
|
|
list(APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE
|
2007-08-31 18:51:09 +00:00
|
|
|
"Kdevelop"
|
|
|
|
)
|
2012-08-13 17:50:14 +00:00
|
|
|
endif ()
|
2008-02-25 15:17:17 +00:00
|
|
|
|
2015-09-17 14:52:17 +00:00
|
|
|
list(APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE
|
2008-02-25 15:17:17 +00:00
|
|
|
# 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
|
|
|
)
|
2015-07-23 13:22:25 +00:00
|
|
|
|
|
|
|
list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE
|
|
|
|
kwsys.testProcess-10 # See Source/kwsys/CTestCustom.cmake.in
|
|
|
|
)
|