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

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

Issue 10704177: Update the suppression rule for Bug 111186. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 four kinds of suppressions in this file. 1 # There are four 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, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or 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 (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
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 4665 matching lines...) Expand 10 before | Expand all | Expand 10 after
4676 } 4676 }
4677 { 4677 {
4678 bug_111186 4678 bug_111186
4679 Memcheck:Leak 4679 Memcheck:Leak
4680 fun:_Znw* 4680 fun:_Znw*
4681 fun:_ZN7leveldb12_GLOBAL__N_111ChromiumEnv11StartThreadEPFvPvES2_ 4681 fun:_ZN7leveldb12_GLOBAL__N_111ChromiumEnv11StartThreadEPFvPvES2_
4682 fun:_ZN7leveldb12_GLOBAL__N_111ChromiumEnv8ScheduleEPFvPvES2_ 4682 fun:_ZN7leveldb12_GLOBAL__N_111ChromiumEnv8ScheduleEPFvPvES2_
4683 fun:_ZN7leveldb6DBImpl23MaybeScheduleCompactionEv 4683 fun:_ZN7leveldb6DBImpl23MaybeScheduleCompactionEv
4684 fun:_ZN7leveldb6DBImpl16MakeRoomForWriteEb 4684 fun:_ZN7leveldb6DBImpl16MakeRoomForWriteEb
4685 fun:_ZN7leveldb6DBImpl5WriteERKNS_12WriteOptionsEPNS_10WriteBatchE 4685 fun:_ZN7leveldb6DBImpl5WriteERKNS_12WriteOptionsEPNS_10WriteBatchE
4686 fun:_ZN10extensions22SettingsLeveldbStorage3SetENS_15SettingsStorage12WriteOp tionsERKN4base15DictionaryValueE 4686 fun:_ZN17LeveldbValueStore9WriteToDbEPN7leveldb10WriteBatchE10scoped_ptrISt6v ectorI16ValueStoreChangeSaIS5_EEE
4687 fun:_ZN10extensions22SettingsLeveldbStorage3SetENS_15SettingsStorage12WriteOp tionsERKSsRKN4base5ValueE 4687 fun:_ZN17LeveldbValueStore3SetEiRKSsRKN4base5ValueE
4688 fun:_ZN10extensions28SettingsStorageQuotaEnforcer3SetENS_15SettingsStorage12W riteOptionsERKSsRKN4base5ValueE 4688 fun:_ZN10extensions28SettingsStorageQuotaEnforcer3SetEiRKSsRKN4base5ValueE
4689 fun:_ZN10extensions23SyncableSettingsStorage3SetENS_15SettingsStorage12WriteO ptionsERKSsRKN4base5ValueE 4689 fun:_ZN10extensions23SyncableSettingsStorage3SetEiRKSsRKN4base5ValueE
4690 fun:_ZN10extensions28WeakUnlimitedSettingsStorage3SetENS_15SettingsStorage12W riteOptionsERKSsRKN4base5ValueE
4691 fun:_ZN10extensionsL33UnlimitedLocalStorageTestCallbackEPNS_15SettingsStorage E
4692 } 4690 }
4693 { 4691 {
4694 bug_111341 4692 bug_111341
4695 Memcheck:Leak 4693 Memcheck:Leak
4696 fun:malloc 4694 fun:malloc
4697 fun:_ZN3WTF10fastMallocEm 4695 fun:_ZN3WTF10fastMallocEm
4698 fun:_ZN7WebCore17ClipboardChromiumnwEm 4696 fun:_ZN7WebCore17ClipboardChromiumnwEm
4699 fun:_ZN7WebCore17ClipboardChromium6createENS_9Clipboard13ClipboardTypeEN3WTF1 0PassRefPtrINS_18ChromiumDataObjectEEENS_21ClipboardAccessPolicyEPNS_5FrameE 4697 fun:_ZN7WebCore17ClipboardChromium6createENS_9Clipboard13ClipboardTypeEN3WTF1 0PassRefPtrINS_18ChromiumDataObjectEEENS_21ClipboardAccessPolicyEPNS_5FrameE
4700 } 4698 }
4701 { 4699 {
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
5558 obj:/lib/libselinux.so.1 5556 obj:/lib/libselinux.so.1
5559 obj:/lib/libselinux.so.1 5557 obj:/lib/libselinux.so.1
5560 } 5558 }
5561 { 5559 {
5562 bug_todo_grep 5560 bug_todo_grep
5563 Memcheck:Leak 5561 Memcheck:Leak
5564 fun:malloc 5562 fun:malloc
5565 obj:/bin/grep 5563 obj:/bin/grep
5566 obj:/bin/grep 5564 obj:/bin/grep
5567 } 5565 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698