Commit a6a8a31
committed
testsuite: generalize hwloc valgrind suppression
Problem: t5000-valgrind.t fails on Debian 11 aarch64 bcause the
valgrind fails with the following suppression signature:
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
obj:/usr/lib/aarch64-linux-gnu/libhwloc.so.15.4.1
obj:/usr/lib/aarch64-linux-gnu/libhwloc.so.15.4.1
fun:hwloc_topology_load
fun:init_topo_from_xml
fun:rhwloc_xml_topology_load
fun:rlist_from_hwloc
fun:topo_create
fun:mod_main
fun:module_thread
fun:start_thread
fun:thread_start
}
This fails because an existing suppression is too specific.
Generalize the existing expression to match this case as well.1 parent cdf1fbe commit a6a8a31
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments