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

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

Issue 5998010: Use the existing PRINTPAGERANGE rather than allocating a new one.... (Closed) Base URL: svn://chrome-svn/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 | « printing/printing_context_win_unittest.cc ('k') | 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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 ... 411 ...
412 *!vp8_* 412 *!vp8_*
413 413
414 # http://crbug.com/57910 414 # http://crbug.com/57910
415 LEAK 415 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
422 LEAK
423 ...
424 *!PrintDlgExMock
425 ...
426 *!PrintingContextTest_PrintAll_Test::TestBody
427
428 # Empty line at EOF - workaround for 421 # Empty line at EOF - workaround for
429 # http://code.google.com/p/drmemory/issues/detail?id=41 422 # http://code.google.com/p/drmemory/issues/detail?id=41
OLDNEW
« no previous file with comments | « printing/printing_context_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698