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

Unified Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 3056032: Revert parts of http://codereview.chromium.org/2808079 as requested by thestig. (Closed)
Patch Set: Created 10 years, 5 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/memcheck/suppressions_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 5480270df1baa3959c5f7efb253fac18d17e91da..3aa3ca00bdedf32f14129c748e8a0390b8f6561e 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -221,6 +221,18 @@
fun:_ZN4dyld24initializeMainExecutableEv
}
{
+ # With our tweaks to get Chromium to link on Mac 10.5, we sometimes get
+ # this suppression instead.
+ Mac_Sandbox_Intentional_Leak3
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_Z41__static_initialization_and_destruction_0ii
+ fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE
+ fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj
+ fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE
+ fun:_ZN4dyld24initializeMainExecutableEv
+}
+{
# jrg thinks this is probably a bug in Cocoa but is harmless. We
# can hit it by using --homepage=about:blank, which triggers a
# location bar focus earlier than normal (earlier than when a
« 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