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 10 matching lines...) Expand all Loading... |
21 # in our own code, or stuff that is so trivial it's not worth fixing. | 21 # in our own code, or stuff that is so trivial it's not worth fixing. |
22 | 22 |
23 # 3. Suppressions for real chromium bugs that are not yet fixed. | 23 # 3. Suppressions for real chromium bugs that are not yet fixed. |
24 { | 24 { |
25 bug_436253 | 25 bug_436253 |
26 Memcheck:Overlap | 26 Memcheck:Overlap |
27 fun:memcpy@@GLIBC_2.14 | 27 fun:memcpy@@GLIBC_2.14 |
28 fun:_ZN7content14WebPreferencesaSERKS0_ | 28 fun:_ZN7content14WebPreferencesaSERKS0_ |
29 fun:_ZN7content14RenderViewImpl22OnUpdateWebPreferencesERKNS_14WebPreferences
E | 29 fun:_ZN7content14RenderViewImpl22OnUpdateWebPreferencesERKNS_14WebPreferences
E |
30 fun:_ZN7content14RenderViewImpl20SetWebkitPreferencesERKNS_14WebPreferencesE | 30 fun:_ZN7content14RenderViewImpl20SetWebkitPreferencesERKNS_14WebPreferencesE |
31 fun:_ZThn784_N7content14RenderViewImpl20SetWebkitPreferencesERKNS_14WebPrefer
encesE | 31 fun:_ZThn*_N7content14RenderViewImpl20SetWebkitPreferencesERKNS_14WebPreferen
cesE |
32 fun:_ZN7content16WebKitTestRunner5ResetEv | 32 fun:_ZN7content16WebKitTestRunner5ResetEv |
33 } | 33 } |
34 { | 34 { |
35 bug_436292 | 35 bug_436292 |
36 Memcheck:Param | 36 Memcheck:Param |
37 sendmsg(msg.msg_iov[0]) | 37 sendmsg(msg.msg_iov[0]) |
38 ... | 38 ... |
39 fun:MojoWriteMessage | 39 fun:MojoWriteMessage |
40 fun:_ZN3IPC8internal13MessageReader4SendE10scoped_ptrINS_7MessageEN4base14Def
aultDeleterIS3_EEE | 40 fun:_ZN3IPC8internal13MessageReader4SendE10scoped_ptrINS_7MessageEN4base14Def
aultDeleterIS3_EEE |
41 fun:_ZN3IPC11ChannelMojo4SendEPNS_7MessageE | 41 fun:_ZN3IPC11ChannelMojo4SendEPNS_7MessageE |
42 fun:_ZN7content20BrowserMessageFilter4SendEPN3IPC7MessageE | 42 fun:_ZN7content20BrowserMessageFilter4SendEPN3IPC7MessageE |
43 fun:_ZN7content17AudioRendererHost18DoCompleteCreationEi | 43 fun:_ZN7content17AudioRendererHost18DoCompleteCreationEi |
44 } | 44 } |
45 { | 45 { |
46 bug_436292_b | 46 bug_436292_b |
47 Memcheck:Param | 47 Memcheck:Param |
48 sendmsg(msg.msg_iov[0]) | 48 sendmsg(msg.msg_iov[0]) |
49 ... | 49 ... |
50 fun:MojoWriteMessage | 50 fun:MojoWriteMessage |
51 fun:_ZN3IPC8internal13MessageReader4SendE10scoped_ptrINS_7MessageEN4base14Def
aultDeleterIS3_EEE | 51 fun:_ZN3IPC8internal13MessageReader4SendE10scoped_ptrINS_7MessageEN4base14Def
aultDeleterIS3_EEE |
52 fun:_ZN3IPC11ChannelMojo17InitMessageReaderEN4mojo16ScopedHandleBaseINS1_17Me
ssagePipeHandleEEEi | 52 fun:_ZN3IPC11ChannelMojo17InitMessageReaderEN4mojo16ScopedHandleBaseINS1_17Me
ssagePipeHandleEEEi |
53 fun:_ZN3IPC12_GLOBAL__N_117ServerChannelMojo27ClientChannelWasInitializedEi | 53 fun:_ZN3IPC12_GLOBAL__N_117ServerChannelMojo27ClientChannelWasInitializedEi |
54 } | 54 } |
OLD | NEW |