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

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

Issue 3092010: One more PhishingDOMFeatureExtractorTest suppression, for the IPC channel name. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 4 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
« no previous file with comments | « chrome/renderer/safe_browsing/phishing_dom_feature_extractor_unittest.cc ('k') | 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 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 { 949 {
950 bug_50598_b 950 bug_50598_b
951 Heapcheck:Leak 951 Heapcheck:Leak
952 fun:WaitableEvent 952 fun:WaitableEvent
953 fun:ChildProcess 953 fun:ChildProcess
954 fun:RenderProcess 954 fun:RenderProcess
955 fun:MockRenderProcess 955 fun:MockRenderProcess
956 fun:safe_browsing::PhishingDOMFeatureExtractorTest::SetUp 956 fun:safe_browsing::PhishingDOMFeatureExtractorTest::SetUp
957 } 957 }
958 { 958 {
959 bug_50598_c
960 Heapcheck:Leak
961 ...
962 fun:safe_browsing::PhishingDOMFeatureExtractorTest::GetNextThreadName
963 }
964 {
959 bug_51176_a 965 bug_51176_a
960 Heapcheck:Leak 966 Heapcheck:Leak
961 fun:Callback1::Type* NewCallback 967 fun:Callback1::Type* NewCallback
962 fun:PrefValueStoreTest_TestPolicyRefresh_Test::TestBody 968 fun:PrefValueStoreTest_TestPolicyRefresh_Test::TestBody
963 } 969 }
964 { 970 {
965 bug_51176_b 971 bug_51176_b
966 Heapcheck:Leak 972 Heapcheck:Leak
967 fun:Callback1::Type* NewCallback 973 fun:Callback1::Type* NewCallback
968 fun:PrefValueStoreTest_TestRefreshPolicyPrefsCompletion_Test::TestBody 974 fun:PrefValueStoreTest_TestRefreshPolicyPrefsCompletion_Test::TestBody
969 } 975 }
970 { 976 {
971 bug_51176_c 977 bug_51176_c
972 Heapcheck:Leak 978 Heapcheck:Leak
973 fun:Callback1::Type* NewCallback 979 fun:Callback1::Type* NewCallback
974 fun:PrefValueStoreTest_TestConcurrentPolicyRefresh_Test::TestBody 980 fun:PrefValueStoreTest_TestConcurrentPolicyRefresh_Test::TestBody
975 } 981 }
OLDNEW
« no previous file with comments | « chrome/renderer/safe_browsing/phishing_dom_feature_extractor_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698