Blame tests/valgrind_test.supp

Packit 56e23f
#
Packit 56e23f
# Valgrind suppression file for the libseccomp automated tests
Packit 56e23f
#
Packit 56e23f
Packit 56e23f
# information:
Packit 56e23f
# to create entries run with the "--gen-suppressions=all" option, e.g.
Packit 56e23f
#  valgrind --gen-suppressions=all ...
Packit 56e23f
# to use the suppressions run with the "--suppressions" options, e.g.
Packit 56e23f
#  valgrind --suppressions=<file> ...
Packit 56e23f
Packit 56e23f
# Gentoo x86-64 system with valgrind-3.9.0 and glibc-2.19
Packit 56e23f
{
Packit 56e23f
   gentoo-x86-64_valgrind-3.9.0_glibc-2.19_1
Packit 56e23f
   Memcheck:Cond
Packit 56e23f
   fun:index
Packit 56e23f
   fun:expand_dynamic_string_token
Packit 56e23f
   fun:_dl_map_object
Packit 56e23f
   fun:map_doit
Packit 56e23f
   fun:_dl_catch_error
Packit 56e23f
   fun:do_preload
Packit 56e23f
   fun:dl_main
Packit 56e23f
   fun:_dl_sysdep_start
Packit 56e23f
   fun:_dl_start
Packit 56e23f
   obj:/lib64/ld-2.19.so
Packit 56e23f
   obj:*
Packit 56e23f
   obj:*
Packit 56e23f
}