| Index: tools/valgrind/drmemory/suppressions.txt
|
| ===================================================================
|
| --- tools/valgrind/drmemory/suppressions.txt (revision 71810)
|
| +++ tools/valgrind/drmemory/suppressions.txt (working copy)
|
| @@ -263,6 +263,15 @@
|
| ...
|
| *!std::use_facet<std::numpunct<char> >
|
|
|
| +# http://code.google.com/p/drmemory/issues/detail?id=274
|
| +POSSIBLE LEAK
|
| +...
|
| +GDI32.dll!CreateDCW
|
| +
|
| +LEAK
|
| +...
|
| +GDI32.dll!CreateDCW
|
| +
|
| ############################
|
| # TODO(timurrrr): investigate these
|
| UNINITIALIZED READ
|
| @@ -419,6 +428,12 @@
|
| *!remoting::DecompressorZlib::Reset
|
|
|
| # http://crbug.com/68307
|
| +LEAK
|
| +...
|
| +*!PrintDlgExMock
|
| +...
|
| +*!PrintingContextTest_PrintAll_Test::TestBody
|
| +
|
| POSSIBLE LEAK
|
| ...
|
| *!PrintDlgExMock
|
|
|