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

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

Issue 1237253005: Extend DrMemory suppression. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 # This file contains suppressions for the Dr.Memory tool, see 1 # This file contains suppressions for the Dr.Memory tool, see
2 # http://dev.chromium.org/developers/how-tos/using-drmemory 2 # http://dev.chromium.org/developers/how-tos/using-drmemory
3 # 3 #
4 # This file contains suppressions for the DrMemory reports happening 4 # This file contains suppressions for the DrMemory reports happening
5 # in the 'light' mode (a.k.a. drmemory_light) as well as in the 'full' mode. 5 # in the 'light' mode (a.k.a. drmemory_light) as well as in the 'full' mode.
6 # Please use suppressions_full.txt for all the reports that can happen only 6 # Please use suppressions_full.txt for all the reports that can happen only
7 # in the full mode (drmemory_full), 7 # in the full mode (drmemory_full),
8 8
9 ############################ 9 ############################
10 # Known reports on the third party we have no control over. 10 # Known reports on the third party we have no control over.
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 blink_web.dll!blink::ChromeClientImpl::attachRootGraphicsLayer 766 blink_web.dll!blink::ChromeClientImpl::attachRootGraphicsLayer
767 *.dll!blink::DeprecatedPaintLayerCompositor::detachRootLayer 767 *.dll!blink::DeprecatedPaintLayerCompositor::detachRootLayer
768 768
769 HANDLE LEAK 769 HANDLE LEAK
770 name=http://crbug.com/487500 770 name=http://crbug.com/487500
771 system call NtCreateEvent 771 system call NtCreateEvent
772 ntdll.dll!RtlDosPathNameToNtPathName_U_WithStatus 772 ntdll.dll!RtlDosPathNameToNtPathName_U_WithStatus
773 ntdll.dll!RtlDosPathNameToNtPathName_U_WithStatus 773 ntdll.dll!RtlDosPathNameToNtPathName_U_WithStatus
774 ntdll.dll!RtlIntegerToUnicodeString 774 ntdll.dll!RtlIntegerToUnicodeString
775 775
776 HANDLE LEAK
777 name=http://crbug.com/487500b
778 system call NtCreateEvent
779 ntdll.dll!RtlDosPathNameToNtPathName_U_WithStatus
780 ntdll.dll!RtlDosPathNameToNtPathName_U_WithStatus
781 ntdll.dll!RtlEncodePointer
782
776 UNADDRESSABLE ACCESS 783 UNADDRESSABLE ACCESS
777 name=http://crbug.com/508820 784 name=http://crbug.com/508820
778 ... 785 ...
779 *!blink::FocusController::focusedOrMainFrame 786 *!blink::FocusController::focusedOrMainFrame
780 *!content::RenderWidget::UpdateSelectionBounds 787 *!content::RenderWidget::UpdateSelectionBounds
781 *!content::RenderWidget::WillBeginCompositorFrame 788 *!content::RenderWidget::WillBeginCompositorFrame
782 *!base::internal::InvokeHelper<>::MakeItSo 789 *!base::internal::InvokeHelper<>::MakeItSo
783 *!base::internal::Invoker<>::Run 790 *!base::internal::Invoker<>::Run
784 *!base::debug::TaskAnnotator::RunTask 791 *!base::debug::TaskAnnotator::RunTask
785 792
786 UNADDRESSABLE ACCESS 793 UNADDRESSABLE ACCESS
787 name=http://crbug.com/509508 794 name=http://crbug.com/509508
788 *!blink::WebLocalFrameImpl::setFrameWidget 795 *!blink::WebLocalFrameImpl::setFrameWidget
789 *!blink::WebFrameWidgetImpl::close 796 *!blink::WebFrameWidgetImpl::close
790 *!scheduler::TaskQueueManager::ProcessTaskFromWorkQueue 797 *!scheduler::TaskQueueManager::ProcessTaskFromWorkQueue
791 *!scheduler::TaskQueueManager::DoWork 798 *!scheduler::TaskQueueManager::DoWork
792 *!base::internal::Invoker<>::Run 799 *!base::internal::Invoker<>::Run
793 ... 800 ...
794 *!content::RendererMain 801 *!content::RendererMain
795 *!content::RunNamedProcessTypeMain 802 *!content::RunNamedProcessTypeMain
796 *!content::ContentMainRunnerImpl::Run 803 *!content::ContentMainRunnerImpl::Run
797 *!content::ContentMain 804 *!content::ContentMain
798 *!content::LaunchTests 805 *!content::LaunchTests
799 *!main 806 *!main
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