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

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

Issue 160390: Temp suppression for mem leak with Version::GetVersionFromString()... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 22048)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -957,3 +957,27 @@
fun:_ZN7WebCore13QualifiedNameC1ERKNS_12AtomicStringES3_S3_
fun:_ZN7WebCore8SVGNames4initEv
}
+
+{
+ crbug_18070
+ Memcheck:Leak
+ ...
+ fun:_ZN7Version20GetVersionFromStringERKSs
+ fun:_ZN17ExtensionsService24OnExternalExtensionFoundERKSsS1_RK8FilePathN9Extension8LocationE
+ fun:_ZN14RunnableMethodI17ExtensionsServiceMS0_FvRKSsS2_RK8FilePathN9Extension8LocationEE6Tuple4ISsSsS3_S7_EE3RunEv
+ fun:_ZN11MessageLoop7RunTaskEP4Task
+ fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
+ fun:_ZN11MessageLoop6DoWorkEv
+ fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
+ fun:_ZN11MessageLoop11RunInternalEv
+ fun:_ZN11MessageLoop10RunHandlerEv
+ fun:_ZN11MessageLoop13RunAllPendingEv
+ fun:_ZN46ExtensionsServiceTest_ExternalInstallPref_Test8TestBodyEv
+ fun:_ZN7testing4Test3RunEv
+ fun:_ZN7testing8internal12TestInfoImpl3RunEv
+ fun:_ZN7testing8internal12TestInfoImpl7RunTestEPNS_8TestInfoE
+ fun:_ZN7testing8TestCase3RunEv
+ fun:_ZN7testing8TestCase11RunTestCaseEPS0_
+ fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
+ fun:_ZN7testing8UnitTest3RunEv
+}
« 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