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

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

Issue 10828073: Valgrind: Remove an obsolete suppression and add a new one for a remoting/media error. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 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 2410 matching lines...) Expand 10 before | Expand all | Expand 10 after
2421 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv 2421 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv
2422 } 2422 }
2423 { 2423 {
2424 bug_131361 2424 bug_131361
2425 Memcheck:Overlap 2425 Memcheck:Overlap
2426 fun:memcpy 2426 fun:memcpy
2427 ... 2427 ...
2428 fun:_ZN2v88internal18GvnBasicBlockState32* 2428 fun:_ZN2v88internal18GvnBasicBlockState32*
2429 } 2429 }
2430 { 2430 {
2431 bug_133076_a 2431 bug_139633
2432 Memcheck:Uninitialized 2432 Memcheck:Uninitialized
2433 fun:_ZNK7WebCore15DynamicNodeList4nodeEv 2433 fun:_ZL19ConvertYUVToRGB32_ChhhPh
2434 fun:_ZNK7WebCore13ChildNodeList6lengthEv 2434 fun:LinearScaleYUVToRGB32RowWithRange_C
2435 fun:_ZNK6WebKit11WebNodeList6lengthEv 2435 fun:_ZN5media23ScaleYUVToRGB32WithRectEPKhS1_S1_Phiiiiiiiiiii
2436 fun:_ZN8remoting29ConvertAndScaleYUVToRGB32RectEPKhS1_S1_iiRK7SkTSizeIiERK7Sk IRectPhiS5_S8_S8_
2437 fun:_ZN8remoting10DecoderVp811RenderFrameERK7SkTSizeIiERK7SkIRectPhiP8SkRegio n
2438 fun:_ZN8remoting13DecoderTester11RenderFrameEv
2439 fun:_ZN8remoting13DecoderTester14ReceivedPacketEPNS_11VideoPacketE
2440 fun:_ZN8remoting13DecoderTester20ReceivedScopedPacketE10scoped_ptrINS_11Video PacketEE
2436 } 2441 }
2437 { 2442
2438 bug_133076_b
2439 Memcheck:Uninitialized
2440 fun:_ZNK7WebCore15DynamicNodeList4nodeEv
2441 fun:_ZN7WebCore13ChildNodeListD2Ev
2442 fun:_ZN7WebCore13ChildNodeListD1Ev
2443 fun:_ZN7WebCore13ChildNodeListD0Ev
2444 fun:_ZN3WTF10RefCountedIN7WebCore8NodeListEE5derefEv
2445 fun:_ZN6WebKit11WebNodeList6assignEPN7WebCore8NodeListE
2446 }
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