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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 |
OLD | NEW |