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 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
728 fun:FcInit | 728 fun:FcInit |
729 fun:FcConfigGetCurrent | 729 fun:FcConfigGetCurrent |
730 fun:FcConfigSubstituteWithPat | 730 fun:FcConfigSubstituteWithPat |
731 fun:_ZN12_GLOBAL__N_127FindBestMatchFontFamilyNameERKSt6vectorISsSaISsEE | 731 fun:_ZN12_GLOBAL__N_127FindBestMatchFontFamilyNameERKSt6vectorISsSaISsEE |
732 fun:_ZN3gfx17PlatformFontPangoC1EP21_PangoFontDescription | 732 fun:_ZN3gfx17PlatformFontPangoC1EP21_PangoFontDescription |
733 fun:_ZN3gfx12PlatformFont20CreateFromNativeFontEP21_PangoFontDescription | 733 fun:_ZN3gfx12PlatformFont20CreateFromNativeFontEP21_PangoFontDescription |
734 fun:_ZN3gfx4FontC1EP21_PangoFontDescription | 734 fun:_ZN3gfx4FontC1EP21_PangoFontDescription |
735 fun:_ZN3gfx17PlatformFontPangoC1Ev | 735 fun:_ZN3gfx17PlatformFontPangoC1Ev |
736 fun:_ZN3gfx12PlatformFont13CreateDefaultEv | 736 fun:_ZN3gfx12PlatformFont13CreateDefaultEv |
737 } | 737 } |
| 738 # leak in OSMesa used to run compositor_unittests in bots. |
| 739 { |
| 740 bug_148477 |
| 741 Memcheck:Leak |
| 742 fun:malloc |
| 743 ... |
| 744 fun:_ZN6webkit3gpu33WebGraphicsContext3DInProcessImpl13compileShaderEj |
| 745 fun:_ZN7WebCore18ProgramBindingBase10loadShaderEPN6WebKit20WebGraphicsContext
3DEjRKN3WTF6StringE |
| 746 fun:_ZN7WebCore18ProgramBindingBase4initEPN6WebKit20WebGraphicsContext3DERKN3
WTF6StringES7_ |
| 747 ... |
| 748 fun:_ZN7WebCore12CCRendererGL23initializeSharedObjectsEv |
| 749 fun:_ZN7WebCore12CCRendererGL10initializeEv |
| 750 } |
738 | 751 |
739 #----------------------------------------------------------------------- | 752 #----------------------------------------------------------------------- |
740 # 2. intentional unit test errors, or stuff that is somehow a false positive | 753 # 2. intentional unit test errors, or stuff that is somehow a false positive |
741 # in our own code, or stuff that is so trivial it's not worth fixing | 754 # in our own code, or stuff that is so trivial it's not worth fixing |
742 | 755 |
743 # See tools/valgrind/memcheck_analyze.py before modifying sanity tests. | 756 # See tools/valgrind/memcheck_analyze.py before modifying sanity tests. |
744 { | 757 { |
745 Memcheck sanity test 01 (memory leak). | 758 Memcheck sanity test 01 (memory leak). |
746 Memcheck:Leak | 759 Memcheck:Leak |
747 fun:_Zna* | 760 fun:_Zna* |
(...skipping 5238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5986 fun:_ZN3ash5Shell4InitEv | 5999 fun:_ZN3ash5Shell4InitEv |
5987 } | 6000 } |
5988 { | 6001 { |
5989 bug_147756_b | 6002 bug_147756_b |
5990 Memcheck:Leak | 6003 Memcheck:Leak |
5991 fun:_Znw* | 6004 fun:_Znw* |
5992 fun:_ZN3ash*CreateContainersInRootWindowEPN4aura10RootWindowE | 6005 fun:_ZN3ash*CreateContainersInRootWindowEPN4aura10RootWindowE |
5993 fun:_ZN3ash8internal20RootWindowController16CreateContainersEv | 6006 fun:_ZN3ash8internal20RootWindowController16CreateContainersEv |
5994 fun:_ZN3ash5Shell4InitEv | 6007 fun:_ZN3ash5Shell4InitEv |
5995 } | 6008 } |
| 6009 { |
| 6010 bug_148475 |
| 6011 Memcheck:Uninitialized |
| 6012 ... |
| 6013 fun:_ZN7testing8internal24CmpHelperFloatingPointEQIfEENS_15AssertionResultEPK
cS4_T_S5_ |
| 6014 fun:_ZN2ui12_GLOBAL__N_143LayerAnimationElementTest_PauseElement_Test8TestBod
yEv |
| 6015 } |
5996 | 6016 |
5997 #----------------------------------------------------------------------- | 6017 #----------------------------------------------------------------------- |
5998 # 4. These only occur on our Google workstations | 6018 # 4. These only occur on our Google workstations |
5999 | 6019 |
6000 { | 6020 { |
6001 bug_todo_getdelim | 6021 bug_todo_getdelim |
6002 Memcheck:Leak | 6022 Memcheck:Leak |
6003 fun:malloc | 6023 fun:malloc |
6004 fun:getdelim | 6024 fun:getdelim |
6005 ... | 6025 ... |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6037 bug_146950 | 6057 bug_146950 |
6038 Memcheck:Leak | 6058 Memcheck:Leak |
6039 fun:malloc | 6059 fun:malloc |
6040 fun:get_peer_sock_name | 6060 fun:get_peer_sock_name |
6041 fun:_xcb_get_auth_info | 6061 fun:_xcb_get_auth_info |
6042 fun:xcb_connect_to_display_with_auth_info | 6062 fun:xcb_connect_to_display_with_auth_info |
6043 fun:_XConnectXCB | 6063 fun:_XConnectXCB |
6044 fun:XOpenDisplay | 6064 fun:XOpenDisplay |
6045 fun:_ZN4base18MessagePumpAuraX1118GetDefaultXDisplayEv | 6065 fun:_ZN4base18MessagePumpAuraX1118GetDefaultXDisplayEv |
6046 } | 6066 } |
| 6067 |
OLD | NEW |