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

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

Issue 10736023: Suppress leaks in gdata::GDataEntry::FromProtoString() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 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 four kinds of suppressions in this file. 1 # There are four 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 5532 matching lines...) Expand 10 before | Expand all | Expand 10 after
5543 { 5543 {
5544 bug_65940_d 5544 bug_65940_d
5545 Memcheck:Leak 5545 Memcheck:Leak
5546 fun:_Znw* 5546 fun:_Znw*
5547 fun:_ZN11ChildThread4InitEv 5547 fun:_ZN11ChildThread4InitEv
5548 fun:_ZN11ChildThreadC2ERKSs 5548 fun:_ZN11ChildThreadC2ERKSs
5549 fun:_ZN16RenderThreadImplC2ERKSs 5549 fun:_ZN16RenderThreadImplC2ERKSs
5550 fun:_ZN16RenderThreadImplC1ERKSs 5550 fun:_ZN16RenderThreadImplC1ERKSs
5551 fun:_ZN21WebRTCAudioDeviceTest5SetUpEv 5551 fun:_ZN21WebRTCAudioDeviceTest5SetUpEv
5552 } 5552 }
5553 {
5554 bug_chromium_os_32464
5555 Memcheck:Leak
5556 fun:_Znw*
5557 fun:_ZN5gdata10GDataEntry15FromProtoStringERKSs
5558 fun:_ZN5gdata12GDataLevelDB15GetByResourceIdERKSsP10scoped_ptrINS_10GDataEntr yEE
5559 ...
5560 fun:_ZN5gdata12_GLOBAL__N_111*
5561 fun:_ZN5gdata38GDataDBTest_IncompatibleProtoTest_Test8TestBodyEv
5562 }
5553 5563
5554 5564
5555 #----------------------------------------------------------------------- 5565 #-----------------------------------------------------------------------
5556 # 4. These only occur on our Google workstations 5566 # 4. These only occur on our Google workstations
5557 5567
5558 { 5568 {
5559 bug_todo_getdelim 5569 bug_todo_getdelim
5560 Memcheck:Leak 5570 Memcheck:Leak
5561 fun:malloc 5571 fun:malloc
5562 fun:getdelim 5572 fun:getdelim
(...skipping 10 matching lines...) Expand all
5573 obj:/lib/libselinux.so.1 5583 obj:/lib/libselinux.so.1
5574 obj:/lib/libselinux.so.1 5584 obj:/lib/libselinux.so.1
5575 } 5585 }
5576 { 5586 {
5577 bug_todo_grep 5587 bug_todo_grep
5578 Memcheck:Leak 5588 Memcheck:Leak
5579 fun:malloc 5589 fun:malloc
5580 obj:/bin/grep 5590 obj:/bin/grep
5581 obj:/bin/grep 5591 obj:/bin/grep
5582 } 5592 }
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