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

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

Issue 3037013: Heapchecker: Suppress leaks from a new DownloadManagerTest.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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 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 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 fun:DownloadManagerTest_StartDownload_Test 907 fun:DownloadManagerTest_StartDownload_Test
908 } 908 }
909 { 909 {
910 bug_49307_c 910 bug_49307_c
911 Heapcheck:Leak 911 Heapcheck:Leak
912 ... 912 ...
913 fun:DownloadManager::OpenFilesBasedOnExtension 913 fun:DownloadManager::OpenFilesBasedOnExtension
914 fun:DownloadManagerTest_StartDownload_Test::TestBody 914 fun:DownloadManagerTest_StartDownload_Test::TestBody
915 } 915 }
916 { 916 {
917 bug_49307_d
918 Heapcheck:Leak
919 ...
920 fun:DownloadManager::ContinueStartDownload
921 fun:DownloadManager::FileSelected
922 fun:DownloadManagerTest_DownloadRenameTest_Test::TestBody
923 }
924 {
925 bug_49307_e
926 Heapcheck:Leak
927 ...
928 fun:DownloadManagerTest
929 fun:DownloadManagerTest_DownloadRenameTest_Test
930 }
931 {
932 bug_49307_f
933 Heapcheck:Leak
934 ...
935 fun:DownloadManager::DownloadFinished
936 fun:DownloadManagerTest_DownloadRenameTest_Test::TestBody
937 }
938 {
917 bug_49310_a 939 bug_49310_a
918 Heapcheck:Leak 940 Heapcheck:Leak
919 ... 941 ...
920 fun:TemplateURLPrepopulateData::MakePrepopulatedTemplateURL 942 fun:TemplateURLPrepopulateData::MakePrepopulatedTemplateURL
921 fun:TemplateURLPrepopulateData::GetPrepopulatedTemplatefromPrefs 943 fun:TemplateURLPrepopulateData::GetPrepopulatedTemplatefromPrefs
922 fun:TemplateURLPrepopulateData::GetPrepopulatedEngines 944 fun:TemplateURLPrepopulateData::GetPrepopulatedEngines
923 fun:TemplateURLPrepopulateDataTest_ProvidersFromPrefs_Test::TestBody 945 fun:TemplateURLPrepopulateDataTest_ProvidersFromPrefs_Test::TestBody
924 } 946 }
925 { 947 {
926 bug_49310_b 948 bug_49310_b
(...skipping 16 matching lines...) Expand all
943 fun:net::HttpCache::Transaction::DoLoop 965 fun:net::HttpCache::Transaction::DoLoop
944 fun:net::HttpCache::Transaction::Start 966 fun:net::HttpCache::Transaction::Start
945 fun:URLRequestHttpJob::StartTransaction 967 fun:URLRequestHttpJob::StartTransaction
946 fun:URLRequestHttpJob::OnCanGetCookiesCompleted 968 fun:URLRequestHttpJob::OnCanGetCookiesCompleted
947 fun:URLRequestHttpJob::AddCookieHeaderAndStart 969 fun:URLRequestHttpJob::AddCookieHeaderAndStart
948 fun:URLRequestHttpJob::Start 970 fun:URLRequestHttpJob::Start
949 fun:URLRequest::StartJob 971 fun:URLRequest::StartJob
950 fun:URLRequest::Start 972 fun:URLRequest::Start
951 fun:HTTPTestServer::StartGETRequest 973 fun:HTTPTestServer::StartGETRequest
952 } 974 }
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