mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
Try to fix the MC/AsmParser/section.s failure on the llvm-x86_64-linux-vg_leak
bot. I am not sure if this is valid Valgrind exclusion file syntax, but the Internet seems to think so. llvm-svn: 126051
This commit is contained in:
parent
7cd801727d
commit
02f45a268f
@ -11,19 +11,19 @@
|
||||
{
|
||||
ADDRESS_IN_RANGE/Invalid read of size 4
|
||||
Memcheck:Addr4
|
||||
obj:/usr/bin/python2.5
|
||||
obj:/usr/bin/python*
|
||||
}
|
||||
|
||||
{
|
||||
ADDRESS_IN_RANGE/Invalid read of size 4
|
||||
Memcheck:Value8
|
||||
obj:/usr/bin/python2.5
|
||||
obj:/usr/bin/python*
|
||||
}
|
||||
|
||||
{
|
||||
ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
|
||||
Memcheck:Cond
|
||||
obj:/usr/bin/python2.5
|
||||
obj:/usr/bin/python*
|
||||
}
|
||||
|
||||
{
|
||||
@ -42,5 +42,5 @@
|
||||
We don't care if python leaks
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
obj:/usr/bin/python2.5
|
||||
obj:/usr/bin/python*
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user