1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
# CTestCustom.cmake
set (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 3000)
set (CTEST_CUSTOM_WARNING_EXCEPTION
${CTEST_CUSTOM_WARNING_EXCEPTION}
".*note.*expected.*void.*but argument is of type.*volatile.*"
".*src.SZIP.*"
".*src.ZLIB.*"
".*src.JPEG.*"
".*szip.src.*"
".*zlib.src.*"
".*jpeg.src.*"
".*POSIX name for this item is deprecated.*"
".*disabling jobserver mode.*"
".*warning.*implicit declaration of function.*"
".*note: expanded from macro.*"
"note.*expected.*void.*but argument is of type.*volatile.*"
"stamp.verify"
"CMake Warning*stamp"
"warning LNK4197:.*ZLIB-prefix"
"warning LNK4197:.*SZIP-prefix"
"warning LNK4197:.*JPEG-prefix"
"POSIX name for this item is deprecated.*"
"disabling jobserver mode.*"
# "note: expanded from macro.*"
)
set (CTEST_CUSTOM_MEMCHECK_IGNORE
${CTEST_CUSTOM_MEMCHECK_IGNORE}
hdfpack-clear-refs
hdfpalette-clear-refs
hdfjpeg-clear-refs
HDP_tst-clearall-objects
HDP_tst_err-clearall-objects
HDP-clear-my.dat
HDP-clear-mybin.dat
hdfimport-clear-refs
HDIFF-clearall-objects
hrepack-clearall-objects
HDF_EXAMPLES-clearall-objects
HDF_FORTRAN_EXAMPLES-clearall-objects
MFHDF_EXAMPLES-clearall-objects
MFHDF_FORTRAN_EXAMPLES-clearall-objects
MFHDF_TEST-clearall-objects
testhdf-clearall-objects
testhdf_thf0-clearall-objects
testhdf_thf1-clearall-objects
testhdf_thf2-clearall-objects
testhdf_thf3-clearall-objects
testhdf_thf4-clearall-objects
testhdf_thf5-clearall-objects
testhdf_thf6-clearall-objects
testhdf_thf7-clearall-objects
testhdf_thf8-clearall-objects
testhdf_thf9-clearall-objects
testhdf_thf10-clearall-objects
testhdf_thf11-clearall-objects
testhdf_thf12-clearall-objects
testhdf_thf13-clearall-objects
testhdf_thf14-clearall-objects
testhdf_thf15-clearall-objects
testhdf_thf16-clearall-objects
testhdf_thf17-clearall-objects
testhdf_thf18-clearall-objects
testhdf_thf19-clearall-objects
testhdf_thf20-clearall-objects
testhdf_thf21-clearall-objects
testhdf_thf22-clearall-objects
testhdf_thf23-clearall-objects
testhdf_thf24-clearall-objects
testhdf_thf25-clearall-objects
testhdf_thf26-clearall-objects
testhdf_thf27-clearall-objects
testhdf_thf28-clearall-objects
testhdf_thf29-clearall-objects
testhdf_thf30-clearall-objects
testhdf_thf31-clearall-objects
testhdf_thf32-clearall-objects
testhdf_thf33-clearall-objects
testhdf_thf34-clearall-objects
testhdf_thf35-clearall-objects
testhdf_thf36-clearall-objects
testhdf_thf37-clearall-objects
testhdf_thf38-clearall-objects
testhdf_thf39-clearall-objects
testhdf_thf40-clearall-objects
testhdf_thf41-clearall-objects
testhdf_thf42-clearall-objects
testhdf_thf43-clearall-objects
testhdf_thf44-clearall-objects
testhdf_thf45-clearall-objects
testhdf_thf46-clearall-objects
testhdf_thf47-clearall-objects
testhdf_thf48-clearall-objects
testhdf_thf49-clearall-objects
testhdf_thf50-clearall-objects
testhdf_thf51-clearall-objects
testhdf_thf52-clearall-objects
testhdf_thf53-clearall-objects
testhdf_thf54-clearall-objects
testhdf_thf55-clearall-objects
testhdf_thf56-clearall-objects
testhdf_thf57-clearall-objects
testhdf_thf58-clearall-objects
testhdf_thf59-clearall-objects
testhdf_thf60-clearall-objects
hrepack-clearall-objects
MFHDF_FORTRAN-clearall-objects
HDF_FORTRAN-clearall-objects
hdfgif-clear-refs
ncdump-clearall-objects
NC_TEST-clearall-objects
HEDIT-hdfed.input1
HEDIT-ristosds.input1
)
|