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

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

Issue 6460025: Suppress Valgrind reports on gfx::JPEGCodec... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | « 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 3697 matching lines...) Expand 10 before | Expand all | Expand 10 after
3708 fun:_ZN8remoting14ScreenRecorder7DoStartEv 3708 fun:_ZN8remoting14ScreenRecorder7DoStartEv
3709 fun:_Z16DispatchToMethodIN8remoting14ScreenRecorderEMS1_FvvEEvPT_T0_RK6Tuple0 3709 fun:_Z16DispatchToMethodIN8remoting14ScreenRecorderEMS1_FvvEEvPT_T0_RK6Tuple0
3710 fun:_ZN14RunnableMethodIN8remoting14ScreenRecorderEMS1_FvvE6Tuple0E3RunEv 3710 fun:_ZN14RunnableMethodIN8remoting14ScreenRecorderEMS1_FvvE6Tuple0E3RunEv
3711 fun:_ZN11MessageLoop7RunTaskEP4Task 3711 fun:_ZN11MessageLoop7RunTaskEP4Task
3712 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE 3712 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
3713 fun:_ZN11MessageLoop6DoWorkEv 3713 fun:_ZN11MessageLoop6DoWorkEv
3714 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE 3714 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
3715 fun:_ZN11MessageLoop11RunInternalEv 3715 fun:_ZN11MessageLoop11RunInternalEv
3716 fun:_ZN11MessageLoop10RunHandlerEv 3716 fun:_ZN11MessageLoop10RunHandlerEv
3717 } 3717 }
3718 {
3719 bug_72399a
3720 Memcheck:Addr8
3721 ...
3722 fun:jsimd_ycc_rgb_convert
3723 fun:sep_upsample
3724 fun:process_data_simple_main
3725 fun:chromium_jpeg_read_scanlines
3726 fun:_ZN3gfx9JPEGCodec6DecodeEPK*NS0_11ColorFormatEPSt6vectorIhSaIhEEPiS8_
3727 fun:_ZN3gfx9JPEGCodec6DecodeEPK*
3728 fun:*ExtractThumbnailERK15RefCountedBytes
3729 fun:_ZN7history12TopSitesTest12GetThumbnailERK4GURL
3730 fun:_ZN7history21TopSitesMigrationTest19MigrationAssertionsEv
3731 fun:_ZN7history34TopSitesMigrationTest_Migrate_Test8TestBodyEv
3732 }
3733 {
3734 bug_72399b
3735 Memcheck:Addr8
3736 fun:jsimd_ycc_rgb_convert_sse2
3737 }
3738 {
3739 bug_72399c
3740 Memcheck:Addr8
3741 obj:*/unit_tests
3742 }
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