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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 354001: Add suppression for intentional memory leak in unit test. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 fun:_Z12StringPrintfPKcz 385 fun:_Z12StringPrintfPKcz
386 } 386 }
387 { 387 {
388 # According to dglazkov, these are one-time leaks and intentional. 388 # According to dglazkov, these are one-time leaks and intentional.
389 # They may go away if the change to move these off the heap lands. 389 # They may go away if the change to move these off the heap lands.
390 bug_17996 390 bug_17996
391 Memcheck:Leak 391 Memcheck:Leak
392 ... 392 ...
393 fun:_ZN7WebCore8SVGNames4initEv 393 fun:_ZN7WebCore8SVGNames4initEv
394 } 394 }
395 395 {
396 intentional_ChromeThreadTest_NotReleasedIfTargetThreadNonExistent_Test_leak
397 Memcheck:Leak
398 fun:_Znw*
399 fun:_ZN58ChromeThreadTest_NotReleasedIfTargetThreadNonExistent_Test8TestBodyE v
400 fun:_ZN7testing4Test3RunEv
401 fun:_ZN7testing8internal12TestInfoImpl3RunEv
402 fun:_ZN7testing8TestCase3RunEv
403 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
404 fun:_ZN7testing8UnitTest3RunEv
405 fun:_ZN9TestSuite3RunEv
406 fun:main
407 }
396 #----------------------------------------------------------------------- 408 #-----------------------------------------------------------------------
397 # 3. Suppressions for real chromium bugs that are not yet fixed. 409 # 3. Suppressions for real chromium bugs that are not yet fixed.
398 # These should all be in chromium's bug tracking system (but a few aren't yet). 410 # These should all be in chromium's bug tracking system (but a few aren't yet).
399 411
400 { 412 {
401 # Chromium flakily leaks tasks at shutdown, see 413 # Chromium flakily leaks tasks at shutdown, see
402 # http://crbug.com/6532 414 # http://crbug.com/6532
403 # http://codereview.chromium.org/20067 415 # http://codereview.chromium.org/20067
404 # http://codereview.chromium.org/42083 416 # http://codereview.chromium.org/42083
405 # To reproduce, run ipc tests 417 # To reproduce, run ipc tests
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 fun:_Z10cssyyparsePv 1078 fun:_Z10cssyyparsePv
1067 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE 1079 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE
1068 } 1080 }
1069 { 1081 {
1070 bug_26216 1082 bug_26216
1071 Memcheck:Leak 1083 Memcheck:Leak
1072 fun:_Znw* 1084 fun:_Znw*
1073 fun:_ZN9Extension25LoadExtensionActionHelperEPK15DictionaryValuePSs 1085 fun:_ZN9Extension25LoadExtensionActionHelperEPK15DictionaryValuePSs
1074 fun:_ZN39ExtensionTest_LoadPageActionHelper_Test8TestBodyEv 1086 fun:_ZN39ExtensionTest_LoadPageActionHelper_Test8TestBodyEv
1075 } 1087 }
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