X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMake%2FCTestCustom.ctest.in;h=6ec7c79d623cf55d3bcf1a577f87aed64ecb5b9a;hb=58c32763102f7533e55c8673bdff8b221ea28aa8;hp=47923db2df5b4f178656ae4de7bc6c4011439309;hpb=a3f75107d086c0a7f6ece0f757f433ffe1e7a6de;p=gdcm.git diff --git a/CMake/CTestCustom.ctest.in b/CMake/CTestCustom.ctest.in index 47923db2..6ec7c79d 100644 --- a/CMake/CTestCustom.ctest.in +++ b/CMake/CTestCustom.ctest.in @@ -1,10 +1,21 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION ${CTEST_CUSTOM_WARNING_EXCEPTION} "comparison is always (true|false) due to limited range of data type" - "ld: warning prebinding disabled because \\(__TEXT segment \\(address = 0x[0-9]+ size = 0x[0-9]+\\) of (.*) overlaps with __LINKEDIT segment \\(address = 0x[0-9]+ size = 0x[0-9]+\\) of (.*)" - "ld: warning prebinding disabled because dependent library: (.*)libgdcm.dylib is not prebound" + "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" "gdcmjasper/(.*) warning: statement not reached" + "warning: string length `[0-9]+' is greater than the length `509' ISO C89 compilers are required to support" "warning: string length '[0-9]+' is greater than the length '509' ISO C89 compilers are required to support" + "/.../gdcm/src/gdcmopenjpeg/(.*)" + "\"/.../gdcm/src/gdcmjpeg/jccolor.c\", line 107: warning: integer overflow detected: op \"<<\"" + "Warning W8004.*gdcmjasper[\\]src[\\]libjasper.*" + "Warning W8004.*gdcmopenjpeg[\\]libopenjpeg.*" ) +SET(CTEST_CUSTOM_MEMCHECK_IGNORE + ${CTEST_CUSTOM_MEMCHECK_IGNORE} + dcmdump + ReWrite + dcmdump-x-rgb-MR_Philips_Intera_SwitchIndianess_noLgtSQItem_in_trueLgtSeq.dcm + )