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 5276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5287 } | 5287 } |
5288 { | 5288 { |
5289 bug_106104 | 5289 bug_106104 |
5290 Memcheck:Unaddressable | 5290 Memcheck:Unaddressable |
5291 ... | 5291 ... |
5292 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore27InspectorBaseAgentInterfaceEEEvPT_ | 5292 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore27InspectorBaseAgentInterfaceEEEvPT_ |
5293 fun:_ZN3WTF6OwnPtrIN7WebCore27InspectorBaseAgentInterfaceEED1Ev | 5293 fun:_ZN3WTF6OwnPtrIN7WebCore27InspectorBaseAgentInterfaceEED1Ev |
5294 fun:_ZN3WTF16VectorDestructorILb1ENS_6OwnPtrIN7WebCore27InspectorBaseAgentInt
erfaceEEEE8destructEPS4_S6_ | 5294 fun:_ZN3WTF16VectorDestructorILb1ENS_6OwnPtrIN7WebCore27InspectorBaseAgentInt
erfaceEEEE8destructEPS4_S6_ |
5295 fun:_ZN3WTF20VectorTypeOperationsINS_6OwnPtrIN7WebCore27InspectorBaseAgentInt
erfaceEEEE8destructEPS4_S6_ | 5295 fun:_ZN3WTF20VectorTypeOperationsINS_6OwnPtrIN7WebCore27InspectorBaseAgentInt
erfaceEEEE8destructEPS4_S6_ |
5296 } | 5296 } |
| 5297 { |
| 5298 bug_106109 |
| 5299 Memcheck:Leak |
| 5300 fun:_Znw* |
| 5301 fun:_ZN*DefaultFocusManagerFactory18CreateFocusManagerEPN5views6WidgetE |
| 5302 fun:_ZN5views19FocusManagerFactory6CreateEPNS_6WidgetE |
| 5303 fun:_ZN5views6Widget21OnNativeWidgetCreatedEv |
| 5304 fun:_ZN5views15NativeWidgetGtk16InitNativeWidgetERKNS_6Widget10InitParamsE |
| 5305 fun:_ZN5views6Widget4InitERKNS0_10InitParamsE |
| 5306 fun:_ZN5views6Widget31CreateWindowWithParentAndBoundsEPNS_14WidgetDelegateEP1
0_GtkWindowRKN3gfx4RectE |
| 5307 fun:_ZN5views6Widget22CreateWindowWithBoundsEPNS_14WidgetDelegateERKN3gfx4Rec
tE |
| 5308 fun:_ZN33AccessibilityEventRouterViewsTest24CreateWindowWithContentsEPN5views
4ViewE |
| 5309 fun:_ZN60AccessibilityEventRouterViewsTest_TestFocusNotification_Test8TestBod
yEv |
| 5310 } |
5297 | 5311 |
5298 #----------------------------------------------------------------------- | 5312 #----------------------------------------------------------------------- |
5299 # 4. These only occur on our Google workstations | 5313 # 4. These only occur on our Google workstations |
5300 { | 5314 { |
5301 bug_todo_freeres | 5315 bug_todo_freeres |
5302 Memcheck:Free | 5316 Memcheck:Free |
5303 fun:free | 5317 fun:free |
5304 fun:__libc_freeres | 5318 fun:__libc_freeres |
5305 fun:_vgnU_freeres | 5319 fun:_vgnU_freeres |
5306 fun:_Exit | 5320 fun:_Exit |
(...skipping 17 matching lines...) Expand all Loading... |
5324 obj:/lib/libselinux.so.1 | 5338 obj:/lib/libselinux.so.1 |
5325 obj:/lib/libselinux.so.1 | 5339 obj:/lib/libselinux.so.1 |
5326 } | 5340 } |
5327 { | 5341 { |
5328 bug_todo_grep | 5342 bug_todo_grep |
5329 Memcheck:Leak | 5343 Memcheck:Leak |
5330 fun:malloc | 5344 fun:malloc |
5331 obj:/bin/grep | 5345 obj:/bin/grep |
5332 obj:/bin/grep | 5346 obj:/bin/grep |
5333 } | 5347 } |
OLD | NEW |