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

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

Issue 443018: Widen a valgrind suppression, it happens on the mac as well.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 | 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 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, 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 1779 matching lines...) Expand 10 before | Expand all | Expand 10 after
1790 fun:_Z16DispatchToMethodIN8chromeos14NetworkLibraryEMS1_FvvEEvPT_T0_RK6Tuple0 1790 fun:_Z16DispatchToMethodIN8chromeos14NetworkLibraryEMS1_FvvEEvPT_T0_RK6Tuple0
1791 fun:_ZN4base9BaseTimerIN8chromeos14NetworkLibraryELb0EE9TimerTask3RunEv 1791 fun:_ZN4base9BaseTimerIN8chromeos14NetworkLibraryELb0EE9TimerTask3RunEv
1792 fun:_ZN11MessageLoop7RunTaskEP4Task 1792 fun:_ZN11MessageLoop7RunTaskEP4Task
1793 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE 1793 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
1794 fun:_ZN11MessageLoop13DoDelayedWorkEPN4base4TimeE 1794 fun:_ZN11MessageLoop13DoDelayedWorkEPN4base4TimeE
1795 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE 1795 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
1796 fun:_ZN11MessageLoop11RunInternalEv 1796 fun:_ZN11MessageLoop11RunInternalEv
1797 fun:_ZN11MessageLoop10RunHandlerEv 1797 fun:_ZN11MessageLoop10RunHandlerEv
1798 } 1798 }
1799 { 1799 {
1800 bug_28633 1800 bug_28633
1801 Memcheck:Leak 1801 Memcheck:Leak
1802 fun:calloc 1802 fun:calloc
1803 fun:__new_exitfn 1803 fun:__new_exitfn
1804 fun:__cxa_atexit 1804 fun:__cxa_atexit
1805 } 1805 }
1806 { 1806 {
1807 bug_28824 1807 bug_28824
1808 Memcheck:Leak 1808 Memcheck:Leak
1809 fun:_Znw* 1809 fun:_Znw*
1810 fun:_ZN11ProfileImplC1ERK8FilePath 1810 ...
1811 fun:_ZN7Profile13CreateProfileERK8FilePath 1811 fun:_ZN7Profile13CreateProfileERK8FilePath
1812 fun:_ZN14ProfileManager13CreateProfileERK8FilePathRKSbIwSt11char_traitsIwESaIw EES8_S8_ 1812 fun:_ZN14ProfileManager13CreateProfileERK8FilePathRKSbIwSt11char_traitsIwESaI wEES8_S8_
1813 fun:_ZN37ProfileManagerTest_CreateProfile_Test8TestBodyEv 1813 fun:_ZN37ProfileManagerTest_CreateProfile_Test8TestBodyEv
1814 } 1814 }
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