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

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

Issue 159764: valgrind: Add a suppression for a hunspell memory leak during the SpellCheckStrings_EN_US test (Closed) Base URL: svn://svn.chromium.org/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 22262)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -997,3 +997,22 @@
fun:_ZN7testing8UnitTest3RunEv
fun:main
}
+{
+ bug_18254b
+ Memcheck:Leak
+ fun:_Znaj
+ fun:_ZN8AffixMgr10parse_fileEv
+ fun:_ZN8AffixMgrC1EPN8hunspell11BDictReaderEPP7HashMgrPi
+ fun:_ZN8HunspellC1EPKhj
+ fun:_ZN12SpellChecker10InitializeEv
+ fun:_ZN12SpellChecker14SpellCheckWordEPKwiPiS2_PSt6vectorISbIwSt11char_traitsIwESaIwEESaIS7_EE
+ fun:_ZN43SpellCheckTest_SpellCheckStrings_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