OLD | NEW |
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 Loading... |
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 |
OLD | NEW |