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

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

Issue 149463010: Fix valgrind warnings in YUV scaling code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | 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, 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 1992 matching lines...) Expand 10 before | Expand all | Expand 10 after
2003 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv 2003 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv
2004 } 2004 }
2005 { 2005 {
2006 bug_131361 2006 bug_131361
2007 Memcheck:Overlap 2007 Memcheck:Overlap
2008 fun:memcpy 2008 fun:memcpy
2009 ... 2009 ...
2010 fun:_ZN2v88internal18GvnBasicBlockState32* 2010 fun:_ZN2v88internal18GvnBasicBlockState32*
2011 } 2011 }
2012 { 2012 {
2013 bug_139633
2014 Memcheck:Uninitialized
2015 fun:_ZL19ConvertYUVToRGB32_ChhhPh
2016 fun:LinearScaleYUVToRGB32RowWithRange_C
2017 fun:_ZN5media23ScaleYUVToRGB32WithRectEPKhS1_S1_Phiiiiiiiiiii
2018 fun:_ZN8remoting29ConvertAndScaleYUVToRGB32RectEPKhS1_S1_iiRK7SkTSizeIiERK7Sk IRectPhiS5_S8_S8_
2019 fun:_ZN8remoting10DecoderVp811RenderFrameERK7SkTSizeIiERK7SkIRectPhiP8SkRegio n
2020 fun:_ZN8remoting13DecoderTester11RenderFrameEv
2021 fun:_ZN8remoting13DecoderTester14ReceivedPacketEPNS_11VideoPacketE
2022 fun:_ZN8remoting13DecoderTester20ReceivedScopedPacketE10scoped_ptrINS_11Video PacketEE
2023 }
2024 {
2025 bug_148865 2013 bug_148865
2026 Memcheck:Leak 2014 Memcheck:Leak
2027 fun:_Znw* 2015 fun:_Znw*
2028 fun:_ZN7content16RenderThreadImpl4InitEv 2016 fun:_ZN7content16RenderThreadImpl4InitEv
2029 fun:_ZN7content16RenderThreadImplC2ERKSs 2017 fun:_ZN7content16RenderThreadImplC2ERKSs
2030 fun:_ZN7content16RenderThreadImplC1ERKSs 2018 fun:_ZN7content16RenderThreadImplC1ERKSs
2031 fun:_ZN7content21WebRTCAudioDeviceTest5SetUpEv 2019 fun:_ZN7content21WebRTCAudioDeviceTest5SetUpEv
2032 } 2020 }
2033 { 2021 {
2034 bug_159190 2022 bug_159190
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
2391 fun:_Znw* 2379 fun:_Znw*
2392 fun:_ZN7WebCore7RuleSet18ensurePendingRulesEv 2380 fun:_ZN7WebCore7RuleSet18ensurePendingRulesEv
2393 fun:_ZN7WebCore7RuleSet21findBestRuleSetAndAdd* 2381 fun:_ZN7WebCore7RuleSet21findBestRuleSetAndAdd*
2394 fun:_ZN7WebCore7RuleSet7addRule* 2382 fun:_ZN7WebCore7RuleSet7addRule*
2395 fun:_ZN7WebCore7RuleSet13addChildRules* 2383 fun:_ZN7WebCore7RuleSet13addChildRules*
2396 fun:_ZN7WebCore7RuleSet17addRulesFromSheet* 2384 fun:_ZN7WebCore7RuleSet17addRulesFromSheet*
2397 fun:_ZN7WebCore21CSSDefaultStyleSheets16loadDefaultStyleEv 2385 fun:_ZN7WebCore21CSSDefaultStyleSheets16loadDefaultStyleEv
2398 fun:_ZN7WebCore21CSSDefaultStyleSheets32loadDefaultStylesheetIfNecessaryEv 2386 fun:_ZN7WebCore21CSSDefaultStyleSheets32loadDefaultStylesheetIfNecessaryEv
2399 fun:_ZN7WebCore13StyleResolver* 2387 fun:_ZN7WebCore13StyleResolver*
2400 } 2388 }
OLDNEW
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698