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

Side by Side 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, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are three kinds of suppressions in this file. 1 # There are three kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 979 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 fun:_ZN47SpellCheckTest_GetAutoCorrectionWord_EN_US_Test8TestBodyEv 990 fun:_ZN47SpellCheckTest_GetAutoCorrectionWord_EN_US_Test8TestBodyEv
991 fun:_ZN7testing4Test3RunEv 991 fun:_ZN7testing4Test3RunEv
992 fun:_ZN7testing8internal12TestInfoImpl3RunEv 992 fun:_ZN7testing8internal12TestInfoImpl3RunEv
993 fun:_ZN7testing8internal12TestInfoImpl7RunTestEPNS_8TestInfoE 993 fun:_ZN7testing8internal12TestInfoImpl7RunTestEPNS_8TestInfoE
994 fun:_ZN7testing8TestCase3RunEv 994 fun:_ZN7testing8TestCase3RunEv
995 fun:_ZN7testing8TestCase11RunTestCaseEPS0_ 995 fun:_ZN7testing8TestCase11RunTestCaseEPS0_
996 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv 996 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
997 fun:_ZN7testing8UnitTest3RunEv 997 fun:_ZN7testing8UnitTest3RunEv
998 fun:main 998 fun:main
999 } 999 }
1000 {
1001 bug_18254b
1002 Memcheck:Leak
1003 fun:_Znaj
1004 fun:_ZN8AffixMgr10parse_fileEv
1005 fun:_ZN8AffixMgrC1EPN8hunspell11BDictReaderEPP7HashMgrPi
1006 fun:_ZN8HunspellC1EPKhj
1007 fun:_ZN12SpellChecker10InitializeEv
1008 fun:_ZN12SpellChecker14SpellCheckWordEPKwiPiS2_PSt6vectorISbIwSt11char_traitsI wESaIwEESaIS7_EE
1009 fun:_ZN43SpellCheckTest_SpellCheckStrings_EN_US_Test8TestBodyEv
1010 fun:_ZN7testing4Test3RunEv
1011 fun:_ZN7testing8internal12TestInfoImpl3RunEv
1012 fun:_ZN7testing8internal12TestInfoImpl7RunTestEPNS_8TestInfoE
1013 fun:_ZN7testing8TestCase3RunEv
1014 fun:_ZN7testing8TestCase11RunTestCaseEPS0_
1015 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
1016 fun:_ZN7testing8UnitTest3RunEv
1017 fun:main
1018 }
OLDNEW
« 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