Merge remote-tracking branch 'gerrit/release-4-6'
[alexxy/gromacs.git] / cmake / legacy_and_external.supp
1 # This suppression file is used to run the CTest Unit Tests
2 # All problems in external libraries are excluded
3 # Memory leaks in the legacy code are excluded
4 # Other problems besides memory leaks should NOT be excluded for legacy code
5
6 {
7    libz
8    Memcheck:Cond
9    fun:inflateReset2
10    fun:inflateInit2_
11 }
12
13 {
14    read_tps_conf
15    Memcheck:Leak
16    ...
17    fun:read_tps_conf
18 }
19
20 {
21    mdrun
22    Memcheck:Leak
23    ...
24    obj:*/mdrun*
25 }