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

Unified Diff: tools/valgrind/drmemory/suppressions.txt

Issue 102263002: suppress GDI usage error at skia::BitmapPlatformDevice::ReleaseBitmapDC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/drmemory/suppressions.txt
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
index 467c94b64c0e13be71d21b8dc5519eac0679a219..1463a3a5dbc69aed739af7b7b2e051dec7a71c97 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -445,3 +445,21 @@ skia.dll!SkScalerContext::getImage
skia.dll!SkGlyphCache::findImage
skia.dll!D1G_NoBounder_RectClip
skia.dll!SkDraw::drawText
+
+GDI USAGE ERROR
+name=http://crbug.com/110783
+system call NtGdiDeleteObjectApp
+GDI32.dll!DeleteDC
+GDI32.dll!DeleteDC
+skia.dll!skia::BitmapPlatformDevice::ReleaseBitmapDC
+skia.dll!skia::BitmapPlatformDevice::~BitmapPlatformDevice
+skia.dll!skia::BitmapPlatformDevice::`vector deleting destructor'
+skia.dll!SkRefCntBase::internal_dispose
+skia.dll!SkRefCntBase::unref
+skia.dll!DeviceCM::~DeviceCM
+skia.dll!DeviceCM::`scalar deleting destructor'
+skia.dll!SkCanvas::internalRestore
+skia.dll!SkCanvas::restore
+*!skia::`anonymous namespace'::LayerSaver::~LayerSaver
+*!skia::PlatformCanvas_FillLayer_Test::TestBody
+*!testing::internal::HandleExceptionsInMethodIfSupported<testing::Test,void>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698