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

Side by Side Diff: tools/valgrind/memcheck/suppressions.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
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 3418 matching lines...) Expand 10 before | Expand all | Expand 10 after
3429 Memcheck:Unaddressable 3429 Memcheck:Unaddressable
3430 ... 3430 ...
3431 fun:_ZN5blink31WorkerFileSystemCallbacksBridge4stopEv 3431 fun:_ZN5blink31WorkerFileSystemCallbacksBridge4stopEv
3432 fun:_ZN5blink31WorkerFileSystemContextObserver10notifyStopEv 3432 fun:_ZN5blink31WorkerFileSystemContextObserver10notifyStopEv
3433 fun:_ZN7WebCore13WorkerContext21notifyObserversOfStopEv 3433 fun:_ZN7WebCore13WorkerContext21notifyObserversOfStopEv
3434 fun:_ZN7WebCore29WorkerThreadShutdownStartTask11performTaskEPNS_22ScriptExecu tionContextE 3434 fun:_ZN7WebCore29WorkerThreadShutdownStartTask11performTaskEPNS_22ScriptExecu tionContextE
3435 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCo ntextE 3435 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCo ntextE
3436 fun:_ZN7WebCore13WorkerRunLoop15runCleanupTasksEPNS_13WorkerContextE 3436 fun:_ZN7WebCore13WorkerRunLoop15runCleanupTasksEPNS_13WorkerContextE
3437 } 3437 }
3438 { 3438 {
3439 bug_113076
3440 Memcheck:Uninitialized
3441 fun:_ZN5mediaL19ConvertYUVToRGB32_CEhhhPh
3442 fun:_ZN5media35LinearScaleYUVToRGB32RowWithRange_CEPKhS1_S1_Phiii
3443 fun:_ZN5media23ScaleYUVToRGB32WithRectEPKhS1_S1_Phiiiiiiiiiii
3444 }
3445 {
3446 bug_115294 3439 bug_115294
3447 Memcheck:Leak 3440 Memcheck:Leak
3448 fun:_Znw* 3441 fun:_Znw*
3449 ... 3442 ...
3450 fun:_ZN17AudioRendererHost14OnCreateStreamEiRK15AudioParameters 3443 fun:_ZN17AudioRendererHost14OnCreateStreamEiRK15AudioParameters
3451 } 3444 }
3452 { 3445 {
3453 bug_115419_1 3446 bug_115419_1
3454 Memcheck:Uninitialized 3447 Memcheck:Uninitialized
3455 fun:fetch_texel_2d_f_rgba8888 3448 fun:fetch_texel_2d_f_rgba8888
(...skipping 2910 matching lines...) Expand 10 before | Expand all | Expand 10 after
6366 obj:/lib/x86_64-linux-gnu/libc-2.15.so 6359 obj:/lib/x86_64-linux-gnu/libc-2.15.so
6367 fun:_IO_file_write@@GLIBC_2.2.5 6360 fun:_IO_file_write@@GLIBC_2.2.5
6368 fun:new_do_write 6361 fun:new_do_write
6369 fun:_IO_do_write@@GLIBC_2.2.5 6362 fun:_IO_do_write@@GLIBC_2.2.5
6370 fun:_IO_switch_to_get_mode 6363 fun:_IO_switch_to_get_mode
6371 fun:_IO_file_seekoff@@GLIBC_2.2.5 6364 fun:_IO_file_seekoff@@GLIBC_2.2.5
6372 fun:ftell 6365 fun:ftell
6373 fun:_ZN4base12TruncateFileEP8_IO_FILE 6366 fun:_ZN4base12TruncateFileEP8_IO_FILE
6374 fun:_ZN12_GLOBAL__N_132PrefixSetTest_SizeTRecovery_Test8TestBodyEv 6367 fun:_ZN12_GLOBAL__N_132PrefixSetTest_SizeTRecovery_Test8TestBodyEv
6375 } 6368 }
OLDNEW
« no previous file with comments | « tools/valgrind/drmemory/suppressions_full.txt ('k') | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698