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

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

Issue 10878072: update suppression after r152912 "Moved the video encoders/decoders to the codec directory." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 4810 matching lines...) Expand 10 before | Expand all | Expand 10 after
4821 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCo ntextE 4821 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCo ntextE
4822 fun:_ZN7WebCore13WorkerRunLoop15runCleanupTasksEPNS_13WorkerContextE 4822 fun:_ZN7WebCore13WorkerRunLoop15runCleanupTasksEPNS_13WorkerContextE
4823 } 4823 }
4824 { 4824 {
4825 bug_113076 4825 bug_113076
4826 Memcheck:Uninitialized 4826 Memcheck:Uninitialized
4827 fun:_ZL19ConvertYUVToRGB32_ChhhPh 4827 fun:_ZL19ConvertYUVToRGB32_ChhhPh
4828 fun:LinearScaleYUVToRGB32RowWithRange_C 4828 fun:LinearScaleYUVToRGB32RowWithRange_C
4829 fun:_ZN5media23ScaleYUVToRGB32WithRectEPKhS1_S1_Phiiiiiiiiiii 4829 fun:_ZN5media23ScaleYUVToRGB32WithRectEPKhS1_S1_Phiiiiiiiiiii
4830 fun:_ZN8remoting29ConvertAndScaleYUVToRGB32RectEPKhS1_S1_iiRK7SkTSizeIiERK7Sk IRectPhiS5_S8_S8_ 4830 fun:_ZN8remoting29ConvertAndScaleYUVToRGB32RectEPKhS1_S1_iiRK7SkTSizeIiERK7Sk IRectPhiS5_S8_S8_
4831 fun:_ZN8remoting14YuvToRgbTester7RunTestE7SkTSizeIiERK7SkIRect
4832 } 4831 }
4833 { 4832 {
4834 bug_115251_1 4833 bug_115251_1
4835 Memcheck:Uninitialized 4834 Memcheck:Uninitialized
4836 ... 4835 ...
4837 fun:vp8cx_encode_intra_macro_block 4836 fun:vp8cx_encode_intra_macro_block
4838 } 4837 }
4839 { 4838 {
4840 bug_115251_2 4839 bug_115251_2
4841 Memcheck:Uninitialized 4840 Memcheck:Uninitialized
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
5803 obj:/lib/libselinux.so.1 5802 obj:/lib/libselinux.so.1
5804 obj:/lib/libselinux.so.1 5803 obj:/lib/libselinux.so.1
5805 } 5804 }
5806 { 5805 {
5807 bug_todo_grep 5806 bug_todo_grep
5808 Memcheck:Leak 5807 Memcheck:Leak
5809 fun:malloc 5808 fun:malloc
5810 obj:/bin/grep 5809 obj:/bin/grep
5811 obj:/bin/grep 5810 obj:/bin/grep
5812 } 5811 }
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