SET(CTEST_CUSTOM_WARNING_MATCH ${CTEST_CUSTOM_WARNING_MATCH} "{standard input}:[0-9][0-9]*: Warning: " ) # Removing this because it somehow matches normal build output lines # on several platforms. Perhaps there is a bug in the custom match # support. # # SET(CTEST_CUSTOM_ERROR_MATCH # ${CTEST_CUSTOM_ERROR_MATCH} # "\\", line [0-9]+, in " # ) IF("@CMAKE_SYSTEM@" MATCHES "OSF") SET(CTEST_CUSTOM_WARNING_EXCEPTION ${CTEST_CUSTOM_WARNING_EXCEPTION} "vtkKWApplication" "vtkKWObject" ) ENDIF("@CMAKE_SYSTEM@" MATCHES "OSF") SET(CTEST_CUSTOM_WARNING_EXCEPTION ${CTEST_CUSTOM_WARNING_EXCEPTION} "Utilities/vtktiff/" "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" "ranlib: file: .+ has no symbols" "could not be inlined" "ld: warning prebinding disabled because \\((__TEXT|__DATA|__LINKEDIT) segment \\(address = 0x[a-f0-9]+ size = 0x[a-f0-9]+\\) of (.*) overlaps with (__LINKEDIT|__TEXT|__DATA) segment \\(address = 0x[a-f0-9]+ size = 0x[a-f0-9]+\\) of (.*)" "ld: warning prebinding disabled because dependent library: (.*).dylib is not prebound" ) SET(CTEST_CUSTOM_COVERAGE_EXCLUDE ${CTEST_CUSTOM_COVERAGE_EXCLUDE} "vtk.*TCLInit.cxx" "vtk[^\\.]+Tcl.cxx")