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

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

Issue 3509002: Revert some Dr. Memory suppressions since they re-appeared as issue 55 (was: ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 2 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
« 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 ############################ 1 ############################
2 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis 2 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis
3 # assumptions or unhandled syscalls 3 # assumptions or unhandled syscalls
4 4
5 # False reports during printing using fprintf 5 # False reports during printing using fprintf
6 UNINITIALIZED READ 6 UNINITIALIZED READ
7 system call NtRaiseException 7 system call NtRaiseException
8 KERNEL32.dll!RaiseException 8 KERNEL32.dll!RaiseException
9 *!DebuggerProbe 9 *!DebuggerProbe
10 *!DebuggerKnownHandle 10 *!DebuggerKnownHandle
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 # http://code.google.com/p/drmemory/issues/detail?id=52 151 # http://code.google.com/p/drmemory/issues/detail?id=52
152 UNINITIALIZED READ 152 UNINITIALIZED READ
153 ADVAPI32.dll!WmiMofEnumerateResourcesA 153 ADVAPI32.dll!WmiMofEnumerateResourcesA
154 ADVAPI32.dll!WmiMofEnumerateResourcesA 154 ADVAPI32.dll!WmiMofEnumerateResourcesA
155 ADVAPI32.dll!StackTraceW 155 ADVAPI32.dll!StackTraceW
156 156
157 # http://code.google.com/p/drmemory/issues/detail?id=55 157 # http://code.google.com/p/drmemory/issues/detail?id=55
158 UNADDRESSABLE ACCESS 158 UNADDRESSABLE ACCESS
159 ntdll.dll!Rtl*CriticalSection* 159 ntdll.dll!Rtl*CriticalSection*
160 160
161 UNADDRESSABLE ACCESS
162 *!Send
163
164 UNADDRESSABLE ACCESS
165 ...
166 *!tracked_objects::Tracked::Tracked
167
168 UNADDRESSABLE ACCESS
169 *!Pickle::Pickle
170
171 UNADDRESSABLE ACCESS
172 ...
173 *!IPC::ChannelProxy::Context::On*Message*
174
161 ############################ 175 ############################
162 # TODO(timurrrr): investigate these 176 # TODO(timurrrr): investigate these
163 UNINITIALIZED READ 177 UNINITIALIZED READ
164 ... 178 ...
165 *!win_util::GetLogonSessionOnlyDACL 179 *!win_util::GetLogonSessionOnlyDACL
166 180
167 UNINITIALIZED READ 181 UNINITIALIZED READ
168 ... 182 ...
169 ADVAPI32.dll!CryptAcquireContext* 183 ADVAPI32.dll!CryptAcquireContext*
170 184
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 284
271 # Write after delete [] 285 # Write after delete []
272 UNADDRESSABLE ACCESS 286 UNADDRESSABLE ACCESS
273 base_unittests.exe!ToolsSanityTest_AccessesToNewMemory_Test::TestBody 287 base_unittests.exe!ToolsSanityTest_AccessesToNewMemory_Test::TestBody
274 288
275 ############################ 289 ############################
276 # Real issues in Chromium 290 # Real issues in Chromium
277 291
278 # Currently - none found. 292 # Currently - none found.
279 293
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