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

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

Issue 6881087: Leak in ResourceBundle::LoadCommonResources on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 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 0990e120fb5f065007432f9aa6fbdfbe81676a4a..de60db65978d049bdf89da6b72f4827213e518d8 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -1636,4 +1636,13 @@
fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
}
-
+{
+ bug_80036
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN2ui12_GLOBAL__N_120LoadResourcesDataPakE8FilePath
+ fun:_ZN2ui14ResourceBundle19LoadCommonResourcesEv
+ fun:_ZN2ui14ResourceBundle18InitSharedInstanceERKSs
+ fun:_ZN15ChromeTestSuite10InitializeEv
+ fun:_ZN12_GLOBAL__N_117UnitTestTestSuite10InitializeEv
+}
« 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