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

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

Issue 160515: valgrind: Add a suppression for a hunspell memory leak during the SpellCheckT... (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 22256)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -955,7 +955,7 @@
fun:_ZN7WebCore8SVGNames4initEv
}
{
- crbug_18070
+ bug_18070
Memcheck:Leak
...
fun:_ZN7Version20GetVersionFromStringERKSs
@@ -977,3 +977,23 @@
fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
fun:_ZN7testing8UnitTest3RunEv
}
+{
+ bug_18254
+ Memcheck:Leak
+ fun:_Znaj
+ fun:_ZN8AffixMgr10parse_fileEv
+ fun:_ZN8AffixMgrC1EPN8hunspell11BDictReaderEPP7HashMgrPi
+ fun:_ZN8HunspellC1EPKhj
+ fun:_ZN12SpellChecker10InitializeEv
+ fun:_ZN12SpellChecker14SpellCheckWordEPKwiPiS2_PSt6vectorISbIwSt11char_traitsIwESaIwEESaIS7_EE
+ fun:_ZN12SpellChecker21GetAutoCorrectionWordERKSbIwSt11char_traitsIwESaIwEEPS3_
+ fun:_ZN47SpellCheckTest_GetAutoCorrectionWord_EN_US_Test8TestBodyEv
+ fun:_ZN7testing4Test3RunEv
+ fun:_ZN7testing8internal12TestInfoImpl3RunEv
+ fun:_ZN7testing8internal12TestInfoImpl7RunTestEPNS_8TestInfoE
+ fun:_ZN7testing8TestCase3RunEv
+ fun:_ZN7testing8TestCase11RunTestCaseEPS0_
+ fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
+ fun:_ZN7testing8UnitTest3RunEv
+ fun:main
+}
« 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