Prototype disk space checking functionality
[pacman-ng.git] / valgrind.supp
blob1a4520829e71d370ac948c361192d46795203373
1 # pacman suppressions for valgrind.
3 # To have valgrind use this file (and have pactest use it as well),
4 # just create a ~/.valgrindrc containing the following line:
5 # --suppressions=/full/path/to/valgrind.supp
7 # Format of this file is:
8 # {
9 #     name_of_suppression
10 #     tool_name:supp_kind
11 #     (optional extra info for some suppression types)
12 #     caller0 name, or /name/of/so/file.so
13 #     caller1 name, or ditto
14 #     (optionally: caller2 name)
15 #     (optionally: caller3 name)
16 #  }
18 # For Memcheck, the supp_kinds are:
20 #     Param Value1 Value2 Value4 Value8 Value16
21 #     Free Addr1 Addr2 Addr4 Addr8 Addr16
22 #     Cond (previously known as Value0)
24 # and the optional extra info is:
25 #     if Param: name of system call param
26 #     if Free: name of free-ing fn)
29    pacman-dlrelocate
30    Memcheck:Cond
31    fun:_dl_relocate_object
32    obj:*ld-2.?.so
36    pacman-msgsnd
37    Memcheck:Param
38    msgsnd(msgp->mtext)
39    fun:*
43    pacman-utimensat
44    Memcheck:Param
45    utimensat(filename)
46    fun:*