Skip to content

Commit

Permalink
Merge pull request #3809 from garlick/issue_3808
Browse files Browse the repository at this point in the history
testsuite: add valgrind suppression for libev on aarch64
  • Loading branch information
mergify[bot] authored Aug 2, 2021
2 parents 53f37bb + 2789b59 commit b37dc40
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions t/valgrind/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,13 @@
fun:hwloc_topology_load
...
}
{
<issue_3808>
Memcheck:Param
epoll_ctl(event)
fun:epoll_ctl
fun:epoll_modify
fun:fd_reify
fun:ev_run
...
}

0 comments on commit b37dc40

Please sign in to comment.