Skip to content

Commit e362b1e

Browse files
authored
Merge pull request #1173 from garlick/valgrind
testsuite: add valgrind suppressions for hwloc
2 parents c8e03f8 + 74bd742 commit e362b1e

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

t/valgrind/valgrind.supp

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,49 @@
9999
fun:fd_reify
100100
...
101101
}
102+
{
103+
<core_issue_3522>
104+
Memcheck:Leak
105+
match-leak-kinds: definite
106+
fun:malloc
107+
...
108+
obj:*libhwloc.so.15.*.*
109+
obj:*libhwloc.so.15.*.*
110+
fun:hwloc_topology_load
111+
...
112+
}
113+
{
114+
<core_issue_3640>
115+
Memcheck:Leak
116+
match-leak-kinds: possible
117+
fun:*alloc
118+
obj:*/libnvidia-opencl.so.*
119+
...
120+
fun:clGetPlatformIDs
121+
obj:*/hwloc_opencl.so
122+
obj:*/libhwloc.so.*
123+
fun:hwloc_topology_load
124+
...
125+
}
126+
{
127+
<core_issue_3640>
128+
Memcheck:Leak
129+
match-leak-kinds: definite
130+
fun:malloc
131+
fun:XNVCTRLQueryTargetStringAttribute
132+
obj:*/hwloc_gl.so
133+
obj:*/libhwloc.so.*
134+
fun:hwloc_topology_load
135+
...
136+
}
137+
{
138+
<core_issue_3793>
139+
Memcheck:Addr1
140+
obj:*/libnvidia-opencl.so.*
141+
...
142+
fun:clGetPlatformIDs
143+
obj:*/hwloc_opencl.so
144+
obj:*/libhwloc.so.*
145+
fun:hwloc_topology_load
146+
...
147+
}

0 commit comments

Comments
 (0)