Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Side by Side Diff: tools/valgrind/memcheck/suppressions_linux.txt

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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.
11 # 11 #
12 # TODO(rnk): Should we move all of the Linux-only system library suppressions 12 # TODO(rnk): Should we move all of the Linux-only system library suppressions
13 # over from suppressions.txt? We'd avoid wasting time parsing and matching 13 # over from suppressions.txt? We'd avoid wasting time parsing and matching
14 # suppressions on non-Linux, which is basically just Mac. 14 # suppressions on non-Linux, which is basically just Mac.
15 # 15 #
16 #----------------------------------------------------------------------- 16 #-----------------------------------------------------------------------
17 17
18 # 1. Third party stuff we have no control over. 18 # 1. Third party stuff we have no control over.
19 19
20 # 2. Intentional unit test errors, stuff that is somehow a false positive 20 # 2. Intentional unit test errors, stuff that is somehow a false positive
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
26 Memcheck:Overlap
27 fun:memcpy@@GLIBC_2.14
28 fun:_ZN7content14WebPreferencesaSERKS0_
29 fun:_ZN7content14RenderViewImpl22OnUpdateWebPreferencesERKNS_14WebPreferences E
30 fun:_ZN7content14RenderViewImpl20SetWebkitPreferencesERKNS_14WebPreferencesE
31 fun:_ZThn784_N7content14RenderViewImpl20SetWebkitPreferencesERKNS_14WebPrefer encesE
32 fun:_ZN7content16WebKitTestRunner5ResetEv
33 }
34 {
35 bug_436292
36 Memcheck:Param
37 sendmsg(msg.msg_iov[0])
38 ...
39 fun:MojoWriteMessage
40 fun:_ZN3IPC8internal13MessageReader4SendE10scoped_ptrINS_7MessageEN4base14Def aultDeleterIS3_EEE
41 fun:_ZN3IPC11ChannelMojo4SendEPNS_7MessageE
42 fun:_ZN7content20BrowserMessageFilter4SendEPN3IPC7MessageE
43 fun:_ZN7content17AudioRendererHost18DoCompleteCreationEi
44 }
45 {
46 bug_436292_b
47 Memcheck:Param
48 sendmsg(msg.msg_iov[0])
49 ...
50 fun:MojoWriteMessage
51 fun:_ZN3IPC8internal13MessageReader4SendE10scoped_ptrINS_7MessageEN4base14Def aultDeleterIS3_EEE
52 fun:_ZN3IPC11ChannelMojo17InitMessageReaderEN4mojo16ScopedHandleBaseINS1_17Me ssagePipeHandleEEEi
53 fun:_ZN3IPC12_GLOBAL__N_117ServerChannelMojo27ClientChannelWasInitializedEi
54 }
OLDNEW
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698