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, stuff that is somehow a false positive | 4 # 2. Intentional unit test errors, 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. | 8 # These should all be in chromium's bug tracking system. |
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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 Memcheck:Leak | 87 Memcheck:Leak |
88 fun:_Znw* | 88 fun:_Znw* |
89 fun:_ZNK11AEEventImpl9duplicateEv | 89 fun:_ZNK11AEEventImpl9duplicateEv |
90 fun:AESendMessage | 90 fun:AESendMessage |
91 fun:_ZL35HIToolboxLSNotificationCallbackFunc18LSNotificationCodedPKvPK7__LSAS
NS1_11LSSessionIDS1_ | 91 fun:_ZL35HIToolboxLSNotificationCallbackFunc18LSNotificationCodedPKvPK7__LSAS
NS1_11LSSessionIDS1_ |
92 fun:_ZL48LSScheduleNotificationReceiveMessageCallbackFuncP12__CFMachPortPvlS1
_ | 92 fun:_ZL48LSScheduleNotificationReceiveMessageCallbackFuncP12__CFMachPortPvlS1
_ |
93 fun:__CFMachPortPerform | 93 fun:__CFMachPortPerform |
94 fun:__CFRunLoopRun | 94 fun:__CFRunLoopRun |
95 ... | 95 ... |
96 } | 96 } |
| 97 { |
| 98 # See also http://openradar.appspot.com/20698633 |
| 99 bug_481286 |
| 100 Memcheck:Leak |
| 101 ... |
| 102 fun:_ZN8Security13PluginSession6mallocEm |
| 103 fun:_Z20CL_extractCSSMKeyNSSRK33cssm_x509_subject_public_key_infoRN8Security9
AllocatorEPK11DecodedCert |
| 104 } |
97 # Intentional leaks in AppKit, for an OS-level cache. Only appear on the first | 105 # Intentional leaks in AppKit, for an OS-level cache. Only appear on the first |
98 # run of each reboot. See also issues 105525, 257276, 340847. | 106 # run of each reboot. See also issues 105525, 257276, 340847. |
99 { | 107 { |
100 bug_257276_b | 108 bug_257276_b |
101 Memcheck:Leak | 109 Memcheck:Leak |
102 fun:malloc_zone_malloc | 110 fun:malloc_zone_malloc |
103 ... | 111 ... |
104 fun:setCursorFromBundle | 112 fun:setCursorFromBundle |
105 fun:CoreCursorSet | 113 fun:CoreCursorSet |
106 fun:-[NSCursor set] | 114 fun:-[NSCursor set] |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 } | 281 } |
274 { | 282 { |
275 bug_464850 | 283 bug_464850 |
276 Memcheck:Uninitialized | 284 Memcheck:Uninitialized |
277 fun:_ZN2v88internal9ExitFrame23GetStateForFramePointerEPhPNS0_10StackFrame5St
ateE | 285 fun:_ZN2v88internal9ExitFrame23GetStateForFramePointerEPhPNS0_10StackFrame5St
ateE |
278 fun:_ZN2v88internal18StackFrameIterator5ResetEPNS0_14ThreadLocalTopE | 286 fun:_ZN2v88internal18StackFrameIterator5ResetEPNS0_14ThreadLocalTopE |
279 fun:_ZN2v88internal18StackFrameIteratorC2EPNS0_7IsolateE | 287 fun:_ZN2v88internal18StackFrameIteratorC2EPNS0_7IsolateE |
280 fun:_ZN2v88internal18StackFrameIteratorC1EPNS0_7IsolateE | 288 fun:_ZN2v88internal18StackFrameIteratorC1EPNS0_7IsolateE |
281 fun:_ZN2v88internal7Isolate11FindHandlerEv | 289 fun:_ZN2v88internal7Isolate11FindHandlerEv |
282 } | 290 } |
OLD | NEW |