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

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

Issue 10826201: Remove suppression entry. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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
« 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 5450 matching lines...) Expand 10 before | Expand all | Expand 10 after
5461 fun:vp8_tokenize_mb 5461 fun:vp8_tokenize_mb
5462 fun:vp8cx_encode_inter_macroblock 5462 fun:vp8cx_encode_inter_macroblock
5463 } 5463 }
5464 { 5464 {
5465 bug_133167_c 5465 bug_133167_c
5466 Memcheck:Uninitialized 5466 Memcheck:Uninitialized
5467 fun:vp8_dequant_idct_add_uv_block_sse2 5467 fun:vp8_dequant_idct_add_uv_block_sse2
5468 fun:vp8cx_encode_inter_macroblock 5468 fun:vp8cx_encode_inter_macroblock
5469 } 5469 }
5470 { 5470 {
5471 bug_134717
5472 Memcheck:Leak
5473 fun:_Znw*
5474 fun:_ZN2ui15InputMethodIBus13CreateContextEv
5475 fun:_ZN2ui15InputMethodIBus4InitEb
5476 }
5477
5478 {
5479 bug_138032 5471 bug_138032
5480 Memcheck:Unaddressable 5472 Memcheck:Unaddressable
5481 fun:_ZN7WebCore22WorkerScriptControllerD1Ev 5473 fun:_ZN7WebCore22WorkerScriptControllerD1Ev
5482 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore22WorkerScriptControllerEEEvPT_ 5474 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore22WorkerScriptControllerEEEvPT_
5483 fun:_ZN3WTF6OwnPtrIN7WebCore22WorkerScriptControllerEE5clearEv 5475 fun:_ZN3WTF6OwnPtrIN7WebCore22WorkerScriptControllerEE5clearEv
5484 fun:_ZN7WebCore13WorkerContext11clearScriptEv 5476 fun:_ZN7WebCore13WorkerContext11clearScriptEv
5485 fun:_ZN7WebCore30WorkerThreadShutdownFinishTask11performTaskEPNS_22ScriptExec utionContextE 5477 fun:_ZN7WebCore30WorkerThreadShutdownFinishTask11performTaskEPNS_22ScriptExec utionContextE
5486 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCo ntextE 5478 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCo ntextE
5487 ... 5479 ...
5488 fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE 5480 fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
5833 obj:/lib/libselinux.so.1 5825 obj:/lib/libselinux.so.1
5834 obj:/lib/libselinux.so.1 5826 obj:/lib/libselinux.so.1
5835 } 5827 }
5836 { 5828 {
5837 bug_todo_grep 5829 bug_todo_grep
5838 Memcheck:Leak 5830 Memcheck:Leak
5839 fun:malloc 5831 fun:malloc
5840 obj:/bin/grep 5832 obj:/bin/grep
5841 obj:/bin/grep 5833 obj:/bin/grep
5842 } 5834 }
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