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 1940 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1951 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs | 1951 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs |
1952 } | 1952 } |
1953 { | 1953 { |
1954 bug_102621 | 1954 bug_102621 |
1955 Memcheck:Cond | 1955 Memcheck:Cond |
1956 fun:NSHFSTypeCodeFromFileType | 1956 fun:NSHFSTypeCodeFromFileType |
1957 fun:-[NSPasteboard(ChimeraPasteboardURLUtils) getURLs:andTitles:convertingFil
enames:] | 1957 fun:-[NSPasteboard(ChimeraPasteboardURLUtils) getURLs:andTitles:convertingFil
enames:] |
1958 fun:_ZN2ui33PopulateURLAndTitleFromPasteboardEP4GURLPSbItN4base20string16_cha
r_traitsESaItEEP12NSPasteboarda | 1958 fun:_ZN2ui33PopulateURLAndTitleFromPasteboardEP4GURLPSbItN4base20string16_cha
r_traitsESaItEEP12NSPasteboarda |
1959 fun:_ZN24WebDragDestTest_URL_Test8TestBodyEv | 1959 fun:_ZN24WebDragDestTest_URL_Test8TestBodyEv |
1960 } | 1960 } |
| 1961 { |
| 1962 bug_104756 |
| 1963 Memcheck:Leak |
| 1964 fun:_Znw* |
| 1965 fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE |
| 1966 fun:_ZN3IPC17SyncMessageSchemaI6Tuple1IbES1_IRSt6vectorIN6webkit13WebPluginIn
foESaIS5_EEEE32DispatchDelayReplyWithSendParamsI19RenderMessageFilterMSC_FvbPNS_
7MessageEEEEbbRKS2_PKSD_PT_T0_ |
| 1967 fun:_ZN22ViewHostMsg_GetPlugins18DispatchDelayReplyI19RenderMessageFilterMS1_
FvbPN3IPC7MessageEEEEbPKS3_PT_T0_ |
| 1968 fun:_ZN19RenderMessageFilter17OnMessageReceivedERKN3IPC7MessageEPb |
| 1969 fun:_ZN20BrowserMessageFilter15DispatchMessageERKN3IPC7MessageE |
| 1970 } |
OLD | NEW |