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

Side by Side Diff: tools/heapcheck/suppressions.txt

Issue 2727004: Extend the suppression for bug 26920. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 fun:IPCChannelTest_ChannelProxyTest_Test::TestBody 148 fun:IPCChannelTest_ChannelProxyTest_Test::TestBody
149 } 149 }
150 # TODO(glider): deal with asterisks in stack traces 150 # TODO(glider): deal with asterisks in stack traces
151 # (like "CancelableTask* NewRunnableMethod" here) 151 # (like "CancelableTask* NewRunnableMethod" here)
152 { 152 {
153 bug_26920_b 153 bug_26920_b
154 Heapcheck:Leak 154 Heapcheck:Leak
155 ... 155 ...
156 fun:IPC::ChannelProxy::Context::OnChannelError 156 fun:IPC::ChannelProxy::Context::OnChannelError
157 fun:IPC::Channel::ChannelImpl::OnFileCanReadWithoutBlocking 157 fun:IPC::Channel::ChannelImpl::OnFileCanReadWithoutBlocking
158 fun:base::MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlo cking 158 ...
159 fun:base::MessagePumpLibevent::OnLibeventNotification 159 fun:base::MessagePumpLibevent::OnLibeventNotification
160 fun:event_process_active 160 fun:event_process_active
161 fun:event_base_loop 161 fun:event_base_loop
162 } 162 }
163 { 163 {
164 bug_26920_c 164 bug_26920_c
165 Heapcheck:Leak 165 Heapcheck:Leak
166 fun:__gnu_cxx::new_allocator::allocate 166 fun:__gnu_cxx::new_allocator::allocate
167 fun:std::string::_Rep::_S_create 167 fun:std::string::_Rep::_S_create
168 ... 168 ...
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 Heapcheck:Leak 411 Heapcheck:Leak
412 fun:Callback1::Type* NewCallback 412 fun:Callback1::Type* NewCallback
413 fun:media::VideoDecoderImpl::DoInitialize 413 fun:media::VideoDecoderImpl::DoInitialize
414 } 414 }
415 { 415 {
416 bug_45072 416 bug_45072
417 Heapcheck:Leak 417 Heapcheck:Leak
418 fun:::RunTest_EnsureTaskDeletion* 418 fun:::RunTest_EnsureTaskDeletion*
419 fun:MessageLoopTest_*EnsureTaskDeletion_*::TestBody 419 fun:MessageLoopTest_*EnsureTaskDeletion_*::TestBody
420 } 420 }
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