| OLD | NEW |
| 1 # There are four kinds of suppressions in this file. | 1 # There are four 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 6089 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6100 { | 6100 { |
| 6101 bug_157669 | 6101 bug_157669 |
| 6102 Memcheck:Leak | 6102 Memcheck:Leak |
| 6103 fun:_Znw* | 6103 fun:_Znw* |
| 6104 fun:_ZN17VisitedLinkMasterC1EP7Profile | 6104 fun:_ZN17VisitedLinkMasterC1EP7Profile |
| 6105 fun:_ZN12_GLOBAL__N_122BuildVisitedLinkMasterEP7Profile | 6105 fun:_ZN12_GLOBAL__N_122BuildVisitedLinkMasterEP7Profile |
| 6106 fun:_ZN26ProfileKeyedServiceFactory20GetServiceForProfileEP7Profileb | 6106 fun:_ZN26ProfileKeyedServiceFactory20GetServiceForProfileEP7Profileb |
| 6107 fun:_ZN26ProfileKeyedServiceFactory23SetTestingFactoryAndUseEP7ProfilePFP19Pro
fileKeyedServiceS1_E | 6107 fun:_ZN26ProfileKeyedServiceFactory23SetTestingFactoryAndUseEP7ProfilePFP19Pro
fileKeyedServiceS1_E |
| 6108 fun:_ZN21VisitedLinkEventsTest5SetUpEv | 6108 fun:_ZN21VisitedLinkEventsTest5SetUpEv |
| 6109 } | 6109 } |
| 6110 { | |
| 6111 bug_157808a | |
| 6112 Memcheck:Leak | |
| 6113 fun:_Znw* | |
| 6114 fun:_ZN8remoting10AutoThread14CreateWithTypeEPKc13scoped_refptrINS_20AutoThrea
dTaskRunnerEEN11MessageLoop4TypeE | |
| 6115 fun:_ZN8remoting18DesktopProcessTest5SetUpEv | |
| 6116 } | |
| 6117 { | |
| 6118 bug_157808b | |
| 6119 Memcheck:Leak | |
| 6120 fun:_Znw* | |
| 6121 fun:_ZN8remoting10AutoThread14CreateWithTypeEPKc13scoped_refptrINS_20AutoThrea
dTaskRunnerEEN11MessageLoop4TypeE | |
| 6122 fun:_ZN8remoting14DesktopProcess3RunEv | |
| 6123 } | |
| OLD | NEW |