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

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

Issue 343073002: Valgrind/LSAN: Remove supression for crbug/309468 (TranslateBubbleView leak) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 | « tools/lsan/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 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 5661 matching lines...) Expand 10 before | Expand all | Expand 10 after
5672 fun:_ZN8SkCanvas10readPixelsE* 5672 fun:_ZN8SkCanvas10readPixelsE*
5673 fun:_ZN7WebCore15GraphicsContext10readPixelsE* 5673 fun:_ZN7WebCore15GraphicsContext10readPixelsE*
5674 fun:_ZN7WebCore12getImageDataILNS_8MultiplyE* 5674 fun:_ZN7WebCore12getImageDataILNS_8MultiplyE*
5675 fun:_ZNK7WebCore11ImageBuffer24getUnmultipliedImageDataE* 5675 fun:_ZNK7WebCore11ImageBuffer24getUnmultipliedImageDataE*
5676 fun:_ZNK7WebCore24CanvasRenderingContext2D12getImageDataE* 5676 fun:_ZNK7WebCore24CanvasRenderingContext2D12getImageDataE*
5677 ... 5677 ...
5678 fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL18getImageDataMethodERKN2 v820FunctionCallbackInfoINS1_5ValueEEE 5678 fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL18getImageDataMethodERKN2 v820FunctionCallbackInfoINS1_5ValueEEE
5679 fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL26getImageDataMethodCallb ackERKN2v820FunctionCallbackInfoINS1_5ValueEEE 5679 fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL26getImageDataMethodCallb ackERKN2v820FunctionCallbackInfoINS1_5ValueEEE
5680 } 5680 }
5681 { 5681 {
5682 bug_309468
5683 Memcheck:Leak
5684 fun:_Znw*
5685 fun:_ZN19TranslateBubbleView25CreateViewBeforeTranslateEv
5686 fun:_ZN19TranslateBubbleView4InitEv
5687 fun:_ZN5views18BubbleDelegateView12CreateBubbleEPS0_
5688 fun:_ZN23TranslateBubbleViewTest5SetUpEv
5689 }
5690 {
5691 bug_309477 5682 bug_309477
5692 Memcheck:Uninitialized 5683 Memcheck:Uninitialized
5693 fun:_ZN13WebTestRunner11EventSender5resetEv 5684 fun:_ZN13WebTestRunner11EventSender5resetEv
5694 fun:_ZN13WebTestRunner14TestInterfaces26resetTestHelperControllersEv 5685 fun:_ZN13WebTestRunner14TestInterfaces26resetTestHelperControllersEv
5695 fun:_ZN13WebTestRunner14TestInterfaces8resetAllEv 5686 fun:_ZN13WebTestRunner14TestInterfaces8resetAllEv
5696 ... 5687 ...
5697 fun:_ZN7content26ShellRenderProcessObserver17WebKitInitializedEv 5688 fun:_ZN7content26ShellRenderProcessObserver17WebKitInitializedEv
5698 fun:_ZN7content16RenderThreadImpl23EnsureWebKitInitializedEv 5689 fun:_ZN7content16RenderThreadImpl23EnsureWebKitInitializedEv
5699 fun:_ZN7content16RenderThreadImpl15OnCreateNewViewERK18ViewMsg_New_Params 5690 fun:_ZN7content16RenderThreadImpl15OnCreateNewViewERK18ViewMsg_New_Params
5700 } 5691 }
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
6397 fun:_ZN4base26PostTaskAndReplyWithResultI13scoped_refptrIN8chromeos8OwnerKeyE ES4_EEbPNS_10TaskRunnerERKN15tracked_objects8LocationERKNS_8CallbackIFT_vEEERKNS B_IFvT0_EEE 6388 fun:_ZN4base26PostTaskAndReplyWithResultI13scoped_refptrIN8chromeos8OwnerKeyE ES4_EEbPNS_10TaskRunnerERKN15tracked_objects8LocationERKNS_8CallbackIFT_vEEERKNS B_IFvT0_EEE
6398 fun:_ZN8chromeos23SessionManagerOperation14EnsureOwnerKeyERKN4base8CallbackIF vvEEE 6389 fun:_ZN8chromeos23SessionManagerOperation14EnsureOwnerKeyERKN4base8CallbackIF vvEEE
6399 fun:_ZN8chromeos23SessionManagerOperation12StartLoadingEv 6390 fun:_ZN8chromeos23SessionManagerOperation12StartLoadingEv
6400 fun:_ZN8chromeos21LoadSettingsOperation3RunEv 6391 fun:_ZN8chromeos21LoadSettingsOperation3RunEv
6401 fun:_ZN8chromeos23SessionManagerOperation5StartEPNS_20SessionManagerClientE13 scoped_refptrINS_12OwnerKeyUtilEES3_INS_8OwnerKeyEE 6392 fun:_ZN8chromeos23SessionManagerOperation5StartEPNS_20SessionManagerClientE13 scoped_refptrINS_12OwnerKeyUtilEES3_INS_8OwnerKeyEE
6402 fun:_ZN8chromeos21DeviceSettingsService18StartNextOperationEv 6393 fun:_ZN8chromeos21DeviceSettingsService18StartNextOperationEv
6403 fun:_ZN8chromeos21DeviceSettingsService7EnqueueEPNS_23SessionManagerOperation E 6394 fun:_ZN8chromeos21DeviceSettingsService7EnqueueEPNS_23SessionManagerOperation E
6404 fun:_ZN8chromeos21DeviceSettingsService11EnqueueLoadEb 6395 fun:_ZN8chromeos21DeviceSettingsService11EnqueueLoadEb
6405 fun:_ZN8chromeos21DeviceSettingsService4LoadEv 6396 fun:_ZN8chromeos21DeviceSettingsService4LoadEv
6406 } 6397 }
OLDNEW
« no previous file with comments | « tools/lsan/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698