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

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

Issue 288993004: remove suppression for false positive report caused by Dr.Memory-i#1534 (Closed) Base URL: https://chromium.googlesource.com/chromium/src
Patch Set: Created 6 years, 7 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 should contain suppressions only for the reports happening 4 # This file should contain suppressions only for the reports happening
5 # in the 'full' mode (drmemory_full). 5 # in the 'full' mode (drmemory_full).
6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), 6 # For the reports that can happen in the light mode (a.k.a. drmemory_light),
7 # please use suppressions.txt instead. 7 # please use suppressions.txt instead.
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 2111 matching lines...) Expand 10 before | Expand all | Expand 10 after
2122 name=bug_371950 2122 name=bug_371950
2123 media.dll!ConvertYUVToRGB32Row_SSE 2123 media.dll!ConvertYUVToRGB32Row_SSE
2124 media.dll!media::ConvertYUVToRGB32_SSE 2124 media.dll!media::ConvertYUVToRGB32_SSE
2125 media.dll!media::ConvertVideoFrameToBitmap 2125 media.dll!media::ConvertVideoFrameToBitmap
2126 media.dll!media::SkCanvasVideoRenderer::Paint 2126 media.dll!media::SkCanvasVideoRenderer::Paint
2127 cc.dll!cc::VideoResourceUpdater::CreateForSoftwarePlanes 2127 cc.dll!cc::VideoResourceUpdater::CreateForSoftwarePlanes
2128 cc.dll!cc::VideoResourceUpdater::CreateExternalResourcesFromVideoFrame 2128 cc.dll!cc::VideoResourceUpdater::CreateExternalResourcesFromVideoFrame
2129 cc.dll!cc::VideoLayerImpl::WillDraw 2129 cc.dll!cc::VideoLayerImpl::WillDraw
2130 2130
2131 UNINITIALIZED READ 2131 UNINITIALIZED READ
2132 name=drm-i#1534
2133 system call NtUserSetKeyboardState parameter #0
2134 *!content::MockKeyboardDriverWin::~MockKeyboardDriverWin
2135
2136 UNINITIALIZED READ
2137 name=bug_371959 2132 name=bug_371959
2138 content.dll!webrtc::PeerConnection::DoInitialize 2133 content.dll!webrtc::PeerConnection::DoInitialize
2139 content.dll!webrtc::PeerConnection::Initialize 2134 content.dll!webrtc::PeerConnection::Initialize
2140 content.dll!webrtc::PeerConnectionFactory::CreatePeerConnection_s 2135 content.dll!webrtc::PeerConnectionFactory::CreatePeerConnection_s
2141 content.dll!webrtc::PeerConnectionFactory::OnMessage 2136 content.dll!webrtc::PeerConnectionFactory::OnMessage
2142 content.dll!jingle_glue::JingleThreadWrapper::Send 2137 content.dll!jingle_glue::JingleThreadWrapper::Send
2143 content.dll!webrtc::PeerConnectionFactory::CreatePeerConnection 2138 content.dll!webrtc::PeerConnectionFactory::CreatePeerConnection
2144 content.dll!webrtc::PeerConnectionFactoryInterface::CreatePeerConnection 2139 content.dll!webrtc::PeerConnectionFactoryInterface::CreatePeerConnection
2145 2140
2146 # This suppression is deliberately general, as bugs reported in 2141 # This suppression is deliberately general, as bugs reported in
2147 # ProcessOutgoingMessages are difficult to track down until we 2142 # ProcessOutgoingMessages are difficult to track down until we
2148 # get our annotations in place. 2143 # get our annotations in place.
2149 # TODO(bruening): add annotations once we have the infrastructure. 2144 # TODO(bruening): add annotations once we have the infrastructure.
2150 UNINITIALIZED READ 2145 UNINITIALIZED READ
2151 name=bug_371991 2146 name=bug_371991
2152 system call NtWriteFile parameter #5 2147 system call NtWriteFile parameter #5
2153 KERNELBASE.dll!WriteFile 2148 KERNELBASE.dll!WriteFile
2154 KERNEL32.dll!WriteFile* 2149 KERNEL32.dll!WriteFile*
2155 ipc.dll!IPC::Channel::ChannelImpl::ProcessOutgoingMessages 2150 ipc.dll!IPC::Channel::ChannelImpl::ProcessOutgoingMessages
2156 2151
2157 UNINITIALIZED READ 2152 UNINITIALIZED READ
2158 name=bug_372254 2153 name=bug_372254
2159 *!content::*::NotifyPluginProcessHostHelper 2154 *!content::*::NotifyPluginProcessHostHelper
2160 2155
2161 UNINITIALIZED READ 2156 UNINITIALIZED READ
2162 name=drm_i#1546 2157 name=drm_i#1546
2163 *!testing::internal::CmpHelperEQ<> 2158 *!testing::internal::CmpHelperEQ<>
2164 *!testing::internal::EqHelper<>::Compare<> 2159 *!testing::internal::EqHelper<>::Compare<>
2165 *!content::BrowserPluginTest_ResizeFlowControl_Test::TestBody 2160 *!content::BrowserPluginTest_ResizeFlowControl_Test::TestBody
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