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

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

Issue 6314009: s/LEAK/POSSIBLE LEAK/ for some of the recently filed suppressions... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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_slow 5 *!deflate_slow
6 *!MOZ_Z_deflate 6 *!MOZ_Z_deflate
7 7
8 ############################ 8 ############################
9 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis 9 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis
10 # assumptions or unhandled syscalls 10 # assumptions or unhandled syscalls
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 SHELL32.dll!SHFileOperation* 50 SHELL32.dll!SHFileOperation*
51 51
52 UNINITIALIZED READ 52 UNINITIALIZED READ
53 ... 53 ...
54 SHELL32.dll!ILLoadFromStream* 54 SHELL32.dll!ILLoadFromStream*
55 55
56 UNINITIALIZED READ 56 UNINITIALIZED READ
57 ... 57 ...
58 SHELL32.dll!ILSaveToStream* 58 SHELL32.dll!ILSaveToStream*
59 59
60 LEAK 60 POSSIBLE LEAK
61 ... 61 ...
62 SHELL32.dll!SHFileOperation* 62 SHELL32.dll!SHFileOperation*
63 63
64 # http://code.google.com/p/drmemory/issues/detail?id=14 64 # http://code.google.com/p/drmemory/issues/detail?id=14
65 UNINITIALIZED READ 65 UNINITIALIZED READ
66 ... 66 ...
67 *!CreateProcess* 67 *!CreateProcess*
68 68
69 UNINITIALIZED READ 69 UNINITIALIZED READ
70 ... 70 ...
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 UNINITIALIZED READ 405 UNINITIALIZED READ
406 ... 406 ...
407 *!remoting::EncoderVp8::Encode 407 *!remoting::EncoderVp8::Encode
408 408
409 # http://crbug.com/57266 (2) 409 # http://crbug.com/57266 (2)
410 UNINITIALIZED READ 410 UNINITIALIZED READ
411 ... 411 ...
412 *!vp8_* 412 *!vp8_*
413 413
414 # http://crbug.com/57910 414 # http://crbug.com/57910
415 LEAK 415 POSSIBLE LEAK
416 ... 416 ...
417 *!*inflateInit* 417 *!*inflateInit*
418 *!remoting::DecompressorZlib::InitStream 418 *!remoting::DecompressorZlib::InitStream
419 *!remoting::DecompressorZlib::Reset 419 *!remoting::DecompressorZlib::Reset
420 420
421 # http://crbug.com/68307 421 # http://crbug.com/68307
422 LEAK 422 POSSIBLE LEAK
423 ... 423 ...
424 *!PrintDlgExMock 424 *!PrintDlgExMock
425 ... 425 ...
426 *!PrintingContextTest_PrintAll_Test::TestBody 426 *!PrintingContextTest_PrintAll_Test::TestBody
427 427
428 # Empty line at EOF - workaround for 428 # Empty line at EOF - workaround for
429 # http://code.google.com/p/drmemory/issues/detail?id=41 429 # 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