tests: fix up valgrind suppressions for glibc getaddrinfo leaks
authorTim-Philipp Müller <tim@centricular.com>
Sun, 8 Sep 2019 00:03:57 +0000 (01:03 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 8 Sep 2019 00:52:36 +0000 (01:52 +0100)
Make more flexible. There is an extra
  gethostbyname2_r@@GLIBC_2.2.5 (getXXbyYY_r.c:217)
in the trace on the build bots (F30).

Fixes the -base and -good valgrind jobs on the 1.16 branch CI.

tests/check/gst-plugins-base.supp

index 521ad89..8cb1641 100644 (file)
    fun:__res_vinit
    ...
    fun:context_get.part.1
+   ...
    fun:gaih_inet.constprop.7
    fun:getaddrinfo
    ...