| 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE | 214 fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE |
| 215 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj | 215 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj |
| 216 fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE | 216 fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE |
| 217 fun:_ZN4dyld24initializeMainExecutableEv | 217 fun:_ZN4dyld24initializeMainExecutableEv |
| 218 } | 218 } |
| 219 { | 219 { |
| 220 # The ConfirmQuitPanelController animates out and releases itself. And | 220 # The ConfirmQuitPanelController animates out and releases itself. And |
| 221 # CocoaTest::TearDown() still sees this window and deques events for it, | 221 # CocoaTest::TearDown() still sees this window and deques events for it, |
| 222 # but one of those events creates this TSM Context that gets leaked. | 222 # but one of those events creates this TSM Context that gets leaked. |
| 223 # See http://crbug.com/61816 for more details. | 223 # See http://crbug.com/61816 for more details. |
| 224 # ut*AllSelectedIMInDoc = fun:utOpenActivateAllSelectedIMInDoc or |
| 225 # fun:utDeactivateAllSelectedIMInDoc |
| 224 Mac_Animated_Window_Close_ProcessNotification_Event | 226 Mac_Animated_Window_Close_ProcessNotification_Event |
| 225 Memcheck:Leak | 227 Memcheck:Leak |
| 226 fun:malloc_zone_malloc | 228 fun:malloc_zone_malloc |
| 227 fun:_CFRuntimeCreateInstance | 229 fun:_CFRuntimeCreateInstance |
| 228 fun:__CFDictionaryInit | 230 fun:__CFDictionaryInit |
| 229 fun:utOpenActivateAllSelectedIMInDoc | 231 fun:ut*AllSelectedIMInDoc |
| 230 ... | 232 ... |
| 231 fun:MyActivateTSMDocument | 233 fun:MyActivateTSMDocument |
| 232 } | 234 } |
| 233 | 235 |
| 234 # 3. Suppressions for real chromium bugs that are not yet fixed. | 236 # 3. Suppressions for real chromium bugs that are not yet fixed. |
| 235 { | 237 { |
| 236 bug_17297 | 238 bug_17297 |
| 237 Memcheck:Leak | 239 Memcheck:Leak |
| 238 fun:malloc | 240 fun:malloc |
| 239 ... | 241 ... |
| (...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1242 fun:-[NSMoveHelper _doAnimation] | 1244 fun:-[NSMoveHelper _doAnimation] |
| 1243 fun:-[NSMoveHelper(NSSheets) _moveParent:andOpenSheet:] | 1245 fun:-[NSMoveHelper(NSSheets) _moveParent:andOpenSheet:] |
| 1244 fun:-[NSWindow(NSSheets) _orderFrontRelativeToWindow:] | 1246 fun:-[NSWindow(NSSheets) _orderFrontRelativeToWindow:] |
| 1245 fun:-[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isMod
al:] | 1247 fun:-[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isMod
al:] |
| 1246 fun:-[NSApplication _orderFrontModalWindow:relativeToWindow:] | 1248 fun:-[NSApplication _orderFrontModalWindow:relativeToWindow:] |
| 1247 fun:-[NSApplication _commonBeginModalSessionForWindow:relativeToWindow:modalD
elegate:didEndSelector:contextInfo:] | 1249 fun:-[NSApplication _commonBeginModalSessionForWindow:relativeToWindow:modalD
elegate:didEndSelector:contextInfo:] |
| 1248 fun:-[AutoFillDialogController editSelection:] | 1250 fun:-[AutoFillDialogController editSelection:] |
| 1249 fun:_ZN12_GLOBAL__N_154AutoFillDialogControllerTest_AutoFillDataMutation_Test
8TestBodyEv | 1251 fun:_ZN12_GLOBAL__N_154AutoFillDialogControllerTest_AutoFillDataMutation_Test
8TestBodyEv |
| 1250 fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_F
S2_vEPKc | 1252 fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_F
S2_vEPKc |
| 1251 } | 1253 } |
| OLD | NEW |