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

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

Issue 7112008: Widen some Dr. Memory suppressions a little bit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | 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 # Known reports on the third party we have no control over. 2 # Known reports on the third party we have no control over.
3 UNINITIALIZED READ 3 UNINITIALIZED READ
4 ... 4 ...
5 *!deflate_* 5 *!deflate_*
6 *!MOZ_Z_deflate 6 *!MOZ_Z_deflate
7 7
8 # http://code.google.com/p/drmemory/issues/detail?id=406 8 # http://code.google.com/p/drmemory/issues/detail?id=406
9 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present. 9 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present.
10 LEAK 10 LEAK
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 POSSIBLE LEAK 275 POSSIBLE LEAK
276 ... 276 ...
277 GDI32.dll!CreateDCW 277 GDI32.dll!CreateDCW
278 278
279 LEAK 279 LEAK
280 ... 280 ...
281 GDI32.dll!CreateDCW 281 GDI32.dll!CreateDCW
282 282
283 # http://code.google.com/p/drmemory/issues/detail?id=275 283 # http://code.google.com/p/drmemory/issues/detail?id=275
284 LEAK 284 LEAK
285 *!_getptd_noexit 285 ...
286 *!_getptd*
286 287
287 # http://code.google.com/p/drmemory/issues/detail?id=276 288 # http://code.google.com/p/drmemory/issues/detail?id=276
288 UNINITIALIZED READ 289 UNINITIALIZED READ
289 ... 290 ...
290 ntdll.dll!RtlConvertUlongToLargeInteger 291 ntdll.dll!RtlConvertUlongToLargeInteger
291 ntdll.dll!RtlConvertUlongToLargeInteger 292 ntdll.dll!RtlConvertUlongToLargeInteger
292 ntdll.dll!KiUserExceptionDispatcher 293 ntdll.dll!KiUserExceptionDispatcher
293 294
294 # http://code.google.com/p/drmemory/issues/detail?id=305 295 # http://code.google.com/p/drmemory/issues/detail?id=305
295 LEAK 296 LEAK
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 IMM32.dll!ImmSetActiveContext 388 IMM32.dll!ImmSetActiveContext
388 USER32.dll!IMPSetIMEA 389 USER32.dll!IMPSetIMEA
389 390
390 # http://code.google.com/p/drmemory/issues/detail?id=435 391 # http://code.google.com/p/drmemory/issues/detail?id=435
391 UNINITIALIZED READ 392 UNINITIALIZED READ
392 ... 393 ...
393 ntdll.dll!RtlSetSecurityObject 394 ntdll.dll!RtlSetSecurityObject
394 ntdll.dll!RtlNewSecurityObjectEx 395 ntdll.dll!RtlNewSecurityObjectEx
395 ADVAPI32.dll!CreatePrivateObjectSecurityEx 396 ADVAPI32.dll!CreatePrivateObjectSecurityEx
396 NTMARTA.dll!AccRewriteSetNamedRights 397 NTMARTA.dll!AccRewriteSetNamedRights
397 NTMARTA.dll!AccRewriteSetNamedRights
398 ADVAPI32.dll!SetNamedSecurityInfoW
399 398
400 POSSIBLE LEAK 399 POSSIBLE LEAK
401 WLDAP32.dll!Ordinal325 400 WLDAP32.dll!Ordinal325
402 WLDAP32.dll!Ordinal325 401 ...
403 WLDAP32.dll!Ordinal325
404 WLDAP32.dll!Ordinal325
405 WLDAP32.dll!Ordinal325 402 WLDAP32.dll!Ordinal325
406 ntdll.dll!LdrInitializeThunk 403 ntdll.dll!LdrInitializeThunk
407 ntdll.dll!LdrFindResourceDirectory_U 404 ntdll.dll!LdrFindResourceDirectory_U
408 ntdll.dll!RtlValidateUnicodeString 405 ntdll.dll!RtlValidateUnicodeString
409 ntdll.dll!LdrLoadDll 406 ntdll.dll!LdrLoadDll
410 KERNEL32.dll!LoadLibraryExW 407 KERNEL32.dll!LoadLibraryExW
411 KERNEL32.dll!LoadLibraryW
412 408
413 ############################ 409 ############################
414 # TODO(timurrrr): investigate these 410 # TODO(timurrrr): investigate these
415 UNINITIALIZED READ 411 UNINITIALIZED READ
416 ... 412 ...
417 *!win_util::GetLogonSessionOnlyDACL 413 *!win_util::GetLogonSessionOnlyDACL
418 414
419 UNINITIALIZED READ 415 UNINITIALIZED READ
420 ... 416 ...
421 ntshrui.dll!IsPathSharedW 417 ntshrui.dll!IsPathSharedW
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 # http://crbug.com/81522 622 # http://crbug.com/81522
627 LEAK 623 LEAK
628 *!operator new 624 *!operator new
629 *!base::MessageLoopProxy::CreateForCurrentThread 625 *!base::MessageLoopProxy::CreateForCurrentThread
630 *!IPC::ChannelProxy::Context::Context 626 *!IPC::ChannelProxy::Context::Context
631 *!IPC::ChannelProxy::ChannelProxy 627 *!IPC::ChannelProxy::ChannelProxy
632 *!IPCChannelTest_ChannelProxyTest_Test::TestBody 628 *!IPCChannelTest_ChannelProxyTest_Test::TestBody
633 629
634 # Empty line at EOF - workaround for 630 # Empty line at EOF - workaround for
635 # http://code.google.com/p/drmemory/issues/detail?id=41 631 # http://code.google.com/p/drmemory/issues/detail?id=41
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