mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
478ce5d0b3
The MACHTYPE bash variable is an odd thing that returns e.g. x86_64-redhat-linux-gnu on a CentOS system, but x86_64-pc-linux-gnu on a Debian system, and possibly something different on other distros. mach valgrind-test is the only place actually relying on MACHTYPE. Others rely on information from python modules. Uniformize that, and use the more generic 'pc' rather than 'redhat'. --HG-- rename : build/valgrind/i386-redhat-linux-gnu.sup => build/valgrind/i386-pc-linux-gnu.sup rename : build/valgrind/x86_64-redhat-linux-gnu.sup => build/valgrind/x86_64-pc-linux-gnu.sup extra : rebase_source : ad94ce69e8094d2b9ddae97a3d261945886c0a61
54 lines
768 B
Plaintext
54 lines
768 B
Plaintext
# Full list is tracked through meta bug 793882
|
|
|
|
####################################
|
|
# Leaks in third party libraries #
|
|
####################################
|
|
|
|
{
|
|
Bug 793537
|
|
Memcheck:Leak
|
|
...
|
|
obj:/usr/lib/libpango-1.0.so.0.2800.1
|
|
...
|
|
}
|
|
{
|
|
Bug 793598
|
|
Memcheck:Leak
|
|
...
|
|
obj:/lib/libdbus-1.so.3.4.0
|
|
...
|
|
}
|
|
{
|
|
Bug 794366
|
|
Memcheck:Leak
|
|
...
|
|
obj:/usr/lib/libgtk-x11-2.0.so.0.1800.9
|
|
...
|
|
}
|
|
{
|
|
Bug 794368
|
|
Memcheck:Leak
|
|
...
|
|
obj:/usr/lib/libXrandr.so.2.2.0
|
|
...
|
|
}
|
|
{
|
|
Bug 794373
|
|
Memcheck:Leak
|
|
...
|
|
obj:/lib/libgobject-2.0.so.0.2200.5
|
|
...
|
|
}
|
|
|
|
###################################
|
|
# Leaks in short lived precesses #
|
|
###################################
|
|
|
|
{
|
|
Bug 984196
|
|
Memcheck:Leak
|
|
...
|
|
fun:glxtest
|
|
...
|
|
}
|