Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / tests / valgrind_test.supp
1 #
2 # Valgrind suppression file for the libseccomp automated tests
3 #
4
5 # information:
6 # to create entries run with the "--gen-suppressions=all" option, e.g.
7 # valgrind --gen-suppressions=all ...
8 # to use the suppressions run with the "--suppressions" options, e.g.
9 # valgrind --suppressions=<file> ...
10
11 # Gentoo x86-64 system with valgrind-3.9.0 and glibc-2.19
12 {
13 gentoo-x86-64_valgrind-3.9.0_glibc-2.19_1
14 Memcheck:Cond
15 fun:index
16 fun:expand_dynamic_string_token
17 fun:_dl_map_object
18 fun:map_doit
19 fun:_dl_catch_error
20 fun:do_preload
21 fun:dl_main
22 fun:_dl_sysdep_start
23 fun:_dl_start
24 obj:/lib64/ld-2.19.so
25 obj:*
26 obj:*
27 }
This page took 0.021454 seconds and 4 git commands to generate.