OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |