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

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

Issue 373043008: suppress memory leak from content::TestWebKitPlatformSupport::TestWebKitPlatformSupport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 afaaca8270cee8c01b36d7ad8de07c71afc002e5..4e2ca0707bd16f014bd257110de7b552ab7af606 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -2512,3 +2512,14 @@
fun:_ZN7content16WebIDBCursorImpl16continueFunctionERKN5blink9WebIDBKeyEPNS1_15WebIDBCallbacksE
fun:_ZN7content38WebIDBCursorImplTest_PrefetchTest_Test8TestBodyEv
}
+{
+ bug_392244
+ Memcheck:Leak
+ ...
+ fun:_ZN4base10GetTempDirEPNS_8FilePathE
+ fun:_ZN4base15GetShmemTempDirEbPNS_8FilePathE
+ ...
+ fun:_ZN7content25TestWebKitPlatformSupportC2Ev
+ fun:_ZN7content25TestWebKitPlatformSupportC1Ev
+ fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
+}
« 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