| 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 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1036 fun:start_thread | 1036 fun:start_thread |
| 1037 } | 1037 } |
| 1038 { | 1038 { |
| 1039 bug_19463 | 1039 bug_19463 |
| 1040 Memcheck:Leak | 1040 Memcheck:Leak |
| 1041 fun:_Znwj | 1041 fun:_Znwj |
| 1042 fun:_ZN4base19MessagePumpLibevent4InitEv | 1042 fun:_ZN4base19MessagePumpLibevent4InitEv |
| 1043 fun:_ZN4base19MessagePumpLibeventC1Ev | 1043 fun:_ZN4base19MessagePumpLibeventC1Ev |
| 1044 fun:_ZN11MessageLoopC1ENS_4TypeE | 1044 fun:_ZN11MessageLoopC1ENS_4TypeE |
| 1045 } | 1045 } |
| 1046 { |
| 1047 bug_19490 |
| 1048 Memcheck:Leak |
| 1049 fun:_Znwj |
| 1050 ... |
| 1051 fun:_ZN19SafeBrowsingService11GetDatabaseEv |
| 1052 fun:_ZN19SafeBrowsingService14OnDBInitializeEv |
| 1053 fun:_ZN14RunnableMethodI19SafeBrowsingServiceMS0_FvvE6Tuple0E3RunEv |
| 1054 } |
| OLD | NEW |