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

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

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo Created 5 years, 10 months 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/vim/chromium.ycm_extra_conf.py » ('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.
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
55 {
56 bug_452002
57 Memcheck:Leak
58 fun:_Znw*
59 fun:_ZN11leveldb_env11ChromiumEnv11StartThreadEPFvPvES1_
60 fun:_ZN11leveldb_env11ChromiumEnv8ScheduleEPFvPvES1_
61 fun:_ZN7leveldb6DBImpl23MaybeScheduleCompactionEv
62 fun:_ZN7leveldb6DBImpl16MakeRoomForWriteEb
63 fun:_ZN7leveldb6DBImpl5WriteERKNS_12WriteOptionsEPNS_10WriteBatchE
64 fun:_ZN17LeveldbValueStore9WriteToDbEPN7leveldb10WriteBatchE
65 fun:_ZN17LeveldbValueStore3SetEiRKSsRKN4base5ValueE
66 fun:_ZN10extensions28SettingsStorageQuotaEnforcer3SetEiRKSsRKN4base5ValueE
67 fun:_ZN10extensions28WeakUnlimitedSettingsStorage3SetEiRKSsRKN4base5ValueE
68 fun:_ZN10extensions12_GLOBAL__N_1L33UnlimitedLocalStorageTestCallbackEP10Valu eStore
69 }
OLDNEW
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | tools/vim/chromium.ycm_extra_conf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698