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 716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
727 Memcheck:Leak | 727 Memcheck:Leak |
728 ... | 728 ... |
729 fun:_ZN12HALCADClient19AddPropertyListenerEmPK26AudioObjectPropertyAddressPFl
mmS2_PvES3_ | 729 fun:_ZN12HALCADClient19AddPropertyListenerEmPK26AudioObjectPropertyAddressPFl
mmS2_PvES3_ |
730 ... | 730 ... |
731 fun:_ZN9HALSystem15InitializeShellEv | 731 fun:_ZN9HALSystem15InitializeShellEv |
732 fun:_ZN9HALSystem16CheckOutInstanceEv | 732 fun:_ZN9HALSystem16CheckOutInstanceEv |
733 fun:AudioObjectGetPropertyData | 733 fun:AudioObjectGetPropertyData |
734 fun:*16HasAudioHardware* | 734 fun:*16HasAudioHardware* |
735 } | 735 } |
736 { | 736 { |
737 bug_47949 | 737 bug_47949_a |
738 Memcheck:Cond | 738 Memcheck:Cond |
739 fun:rips_f_DrawRing | 739 ... |
740 fun:rips_f_BltShape | |
741 fun:ripc_Render | |
742 fun:ripc_DrawRects | 740 fun:ripc_DrawRects |
743 fun:CGContextFillRects | 741 fun:CGContextFillRects |
744 fun:CGContextFillRect | 742 fun:CGContextFillRect |
745 fun:NSRectFill | 743 fun:NSRectFill |
746 fun:_ZN18FocusIndicationFix40currentOSHasSetFocusRingStyleInBitmapBugEv | 744 fun:_ZN18FocusIndicationFix40currentOSHasSetFocusRingStyleInBitmapBugEv |
747 } | 745 } |
748 { | 746 { |
| 747 bug_47949_b |
| 748 Memcheck:Value4 |
| 749 ... |
| 750 fun:ripc_DrawRects |
| 751 fun:CGContextFillRects |
| 752 fun:CGContextFillRect |
| 753 fun:NSRectFill |
| 754 fun:_ZN18FocusIndicationFix40currentOSHasSetFocusRingStyleInBitmapBugEv |
| 755 } |
| 756 { |
749 bug_50286 | 757 bug_50286 |
750 Memcheck:Leak | 758 Memcheck:Leak |
751 fun:_Znw* | 759 fun:_Znw* |
752 fun:_ZN11ProfileImpl14InitExtensionsEv | 760 fun:_ZN11ProfileImpl14InitExtensionsEv |
753 fun:_ZN14ProfileManager10AddProfileEP7Profileb | 761 fun:_ZN14ProfileManager10AddProfileEP7Profileb |
754 fun:_ZN14ProfileManager10GetProfileERK8FilePathb | 762 fun:_ZN14ProfileManager10GetProfileERK8FilePathb |
755 fun:_ZN14ProfileManager10GetProfileERK8FilePath | 763 fun:_ZN14ProfileManager10GetProfileERK8FilePath |
756 fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath | 764 fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath |
757 fun:_ZN12_GLOBAL__N_113CreateProfileERK18MainFunctionParamsRK8FilePath | 765 fun:_ZN12_GLOBAL__N_113CreateProfileERK18MainFunctionParamsRK8FilePath |
758 fun:_Z11BrowserMainRK18MainFunctionParams | 766 fun:_Z11BrowserMainRK18MainFunctionParams |
(...skipping 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1943 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs | 1951 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs |
1944 } | 1952 } |
1945 { | 1953 { |
1946 bug_102621 | 1954 bug_102621 |
1947 Memcheck:Cond | 1955 Memcheck:Cond |
1948 fun:NSHFSTypeCodeFromFileType | 1956 fun:NSHFSTypeCodeFromFileType |
1949 fun:-[NSPasteboard(ChimeraPasteboardURLUtils) getURLs:andTitles:convertingFil
enames:] | 1957 fun:-[NSPasteboard(ChimeraPasteboardURLUtils) getURLs:andTitles:convertingFil
enames:] |
1950 fun:_ZN2ui33PopulateURLAndTitleFromPasteboardEP4GURLPSbItN4base20string16_cha
r_traitsESaItEEP12NSPasteboarda | 1958 fun:_ZN2ui33PopulateURLAndTitleFromPasteboardEP4GURLPSbItN4base20string16_cha
r_traitsESaItEEP12NSPasteboarda |
1951 fun:_ZN24WebDragDestTest_URL_Test8TestBodyEv | 1959 fun:_ZN24WebDragDestTest_URL_Test8TestBodyEv |
1952 } | 1960 } |
OLD | NEW |