Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(323)

Unified Diff: tools/valgrind/suppressions.txt

Issue 147254: Widen /lib/ld.so suppression to match on 64 bit systems.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/suppressions.txt
===================================================================
--- tools/valgrind/suppressions.txt (revision 19162)
+++ tools/valgrind/suppressions.txt (working copy)
@@ -97,19 +97,17 @@
fun:memcpy
fun:init_resb_result
}
-
{
- libc
+ libc_dynamiclinker_foo
Memcheck:Cond
- obj:/lib/ld-2.*.so
- obj:/lib/ld-2.*.so
+ obj:/lib*/ld-2.*.so
+ obj:/lib*/ld-2.*.so
}
-
{
- libc
+ libc_dynamiclinker_bar
Memcheck:Addr4
- obj:/lib/ld-2.*.so
- obj:/lib/ld-2.*.so
+ obj:/lib*/ld-2.*.so
+ obj:/lib*/ld-2.*.so
}
{
FIXME epoll uninitialized data 1
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698