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

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

Issue 8747017: Widen suppression of libpng error to handle new name mangling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 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 2656 matching lines...) Expand 10 before | Expand all | Expand 10 after
2667 fun:_ZN9file_util9WriteFileERK8FilePathPKci 2667 fun:_ZN9file_util9WriteFileERK8FilePathPKci
2668 fun:_Z24ConvertWebAppToExtensionRK18WebApplicationInfoRKN4base4TimeE 2668 fun:_Z24ConvertWebAppToExtensionRK18WebApplicationInfoRKN4base4TimeE
2669 fun:_ZN30ExtensionFromWebApp_Basic_Test8TestBodyEv 2669 fun:_ZN30ExtensionFromWebApp_Basic_Test8TestBodyEv
2670 } 2670 }
2671 { 2671 {
2672 bug_63671_b 2672 bug_63671_b
2673 Memcheck:Param 2673 Memcheck:Param
2674 write(buf) 2674 write(buf)
2675 ... 2675 ...
2676 fun:_ZN9file_util9WriteFileERK8FilePathPKci 2676 fun:_ZN9file_util9WriteFileERK8FilePathPKci
2677 fun:_ZN12_GLOBAL__N_110SaveBitmapEPSt6vectorIhSaIhEE8FilePathPb 2677 fun:_ZN12_GLOBAL__N_110SaveBitmapEPSt6vectorIhSaIhEE*8FilePathPb
2678 fun:_ZN4base8internal15RunnableAdapterIPFvPSt6vectorIhSaIhEE8FilePathPbEE3Run ERKS5_RKS6_RKS7_ 2678 fun:_ZN4base8internal15RunnableAdapterIPFvPSt6vectorIhSaIhEE*8FilePathPbEE3Ru n*
2679 } 2679 }
2680 { 2680 {
2681 bug_64804 2681 bug_64804
2682 Memcheck:Leak 2682 Memcheck:Leak
2683 fun:_Znw* 2683 fun:_Znw*
2684 fun:_ZN4base16MessageLoopProxy22currentEv 2684 fun:_ZN4base16MessageLoopProxy22currentEv
2685 ... 2685 ...
2686 fun:_ZN10URLFetcher4CoreC1EPS_RK4GURLNS_11RequestTypeEPNS_8DelegateE 2686 fun:_ZN10URLFetcher4CoreC1EPS_RK4GURLNS_11RequestTypeEPNS_8DelegateE
2687 fun:_ZN10URLFetcherC*ERK4GURLNS_11RequestTypeEPNS_8DelegateE 2687 fun:_ZN10URLFetcherC*ERK4GURLNS_11RequestTypeEPNS_8DelegateE
2688 } 2688 }
(...skipping 2576 matching lines...) Expand 10 before | Expand all | Expand 10 after
5265 obj:/lib/libselinux.so.1 5265 obj:/lib/libselinux.so.1
5266 obj:/lib/libselinux.so.1 5266 obj:/lib/libselinux.so.1
5267 } 5267 }
5268 { 5268 {
5269 bug_todo_grep 5269 bug_todo_grep
5270 Memcheck:Leak 5270 Memcheck:Leak
5271 fun:malloc 5271 fun:malloc
5272 obj:/bin/grep 5272 obj:/bin/grep
5273 obj:/bin/grep 5273 obj:/bin/grep
5274 } 5274 }
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