The system suppression file should catch these, but since they *once again* are
[llvm/stm8.git] / utils / valgrind / x86_64-pc-linux-gnu.supp
blob3d15d714701453a02816ac3d85c73598fc21b05c
2    False leak under RegisterPass
3    Memcheck:Leak
4    ...
5    fun:_ZN4llvm12PassRegistry12registerPassERKNS_8PassInfoE
8 # Python false positives according to
9 # http://svn.python.org/projects/python/trunk/Misc/README.valgrind
12    ADDRESS_IN_RANGE/Invalid read of size 4
13    Memcheck:Addr4
14    obj:/usr/bin/python*
18    ADDRESS_IN_RANGE/Invalid read of size 4
19    Memcheck:Value8
20    obj:/usr/bin/python*
24    ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
25    Memcheck:Cond
26    obj:/usr/bin/python*
30    We don't care if as leaks
31    Memcheck:Leak
32    obj:/usr/bin/as
36    We don't care if grep leaks
37    Memcheck:Leak
38    obj:/bin/grep
42    We don't care if python leaks
43    Memcheck:Leak
44    fun:malloc
45    obj:/usr/bin/python*
49    We don't care about anything ld.so does.
50    Memcheck:Cond
51    obj:/lib/ld*.so