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

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
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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 # http://crbug.com/57266 (1) 400 # http://crbug.com/57266 (1)
401 UNINITIALIZED READ 401 UNINITIALIZED READ
402 ... 402 ...
403 *!remoting::EncoderVp8::Encode 403 *!remoting::EncoderVp8::Encode
404 404
405 # http://crbug.com/57266 (2) 405 # http://crbug.com/57266 (2)
406 UNINITIALIZED READ 406 UNINITIALIZED READ
407 ... 407 ...
408 *!vp8_* 408 *!vp8_*
409 409
410 # http://crbug.com/68307
411 LEAK
412 ...
413 *!PrintDlgExMock
414 ...
415 *!PrintingContextTest_PrintAll_Test::TestBody
416
417 # Empty line at EOF - workaround for 410 # Empty line at EOF - workaround for
418 # http://code.google.com/p/drmemory/issues/detail?id=41 411 # http://code.google.com/p/drmemory/issues/detail?id=41
OLDNEW
« printing/printing_context_win_unittest.cc ('K') | « printing/printing_context_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698