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

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

Issue 11824059: Revert r176030 "Remove unused suppression" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 fun:RunnableMethod::Run 403 fun:RunnableMethod::Run
404 } 404 }
405 { 405 {
406 bug_34570 406 bug_34570
407 Heapcheck:Leak 407 Heapcheck:Leak
408 fun:URLRequestHttpJob::Factory 408 fun:URLRequestHttpJob::Factory
409 fun:URLRequestJobManager::CreateJob 409 fun:URLRequestJobManager::CreateJob
410 fun:net::URLRequest::Start 410 fun:net::URLRequest::Start
411 fun:URLRequestTest_CancelTest_DuringCookiePolicy_Test::TestBody 411 fun:URLRequestTest_CancelTest_DuringCookiePolicy_Test::TestBody
412 } 412 }
413 {
414 bug_34994_a
415 Heapcheck:Leak
416 ...
417 fun:v8::internal::Invoke
418 fun:v8::internal::Execution::Call
419 fun:v8::Script::Run
420 }
421 {
422 bug_34994_b
423 Heapcheck:Leak
424 ...
425 fun:v8::internal::Invoke
426 fun:v8::internal::Execution::Call
427 fun:v8::Function::Call
428 }
413 # TODO(glider): sometimes the stacks differ between the bot and the local run, 429 # TODO(glider): sometimes the stacks differ between the bot and the local run,
414 # e.g. "base::subtle::RefCountedBase::RefCountedBase" vs. "RefCountedBase". 430 # e.g. "base::subtle::RefCountedBase::RefCountedBase" vs. "RefCountedBase".
415 { 431 {
416 bug_38305 432 bug_38305
417 Heapcheck:Leak 433 Heapcheck:Leak
418 fun:browser_sync::UIModelWorker::DoWorkAndWaitUntilDone 434 fun:browser_sync::UIModelWorker::DoWorkAndWaitUntilDone
419 fun:Syncer::SyncShare 435 fun:Syncer::SyncShare
420 fun:FakeSyncShareTask::Run 436 fun:FakeSyncShareTask::Run
421 fun:MessageLoop::RunTask 437 fun:MessageLoop::RunTask
422 } 438 }
(...skipping 1235 matching lines...) Expand 10 before | Expand all | Expand 10 after
1658 fun:v8::internal::CallStubCompiler::CompileCallGlobal 1674 fun:v8::internal::CallStubCompiler::CompileCallGlobal
1659 fun:v8::internal::StubCache::ComputeCallGlobal 1675 fun:v8::internal::StubCache::ComputeCallGlobal
1660 fun:v8::internal::CallICBase::ComputeMonomorphicStub 1676 fun:v8::internal::CallICBase::ComputeMonomorphicStub
1661 fun:v8::internal::CallICBase::UpdateCaches 1677 fun:v8::internal::CallICBase::UpdateCaches
1662 fun:v8::internal::CallICBase::LoadFunction 1678 fun:v8::internal::CallICBase::LoadFunction
1663 fun:v8::internal::CallIC_Miss 1679 fun:v8::internal::CallIC_Miss
1664 ... 1680 ...
1665 fun:v8::internal::Invoke 1681 fun:v8::internal::Invoke
1666 fun:v8::internal::Execution::New 1682 fun:v8::internal::Execution::New
1667 } 1683 }
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