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

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

Issue 2021973002: DrMemory: Suppress a couple frequently occurring errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 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 e4057378d0ac089a1660c16f4fb8520b2ed09c24..85cbd3c06b4d5b34046e3725a7290ce05d2cb460 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -809,3 +809,18 @@ name=https://bugs.chromium.org/p/webrtc/issues/detail?id=5151
*!sofree
*!usrsctp_close
*!cricket::SctpDataMediaChannel::CloseSctpSocket
+
+UNADDRESSABLE ACCESS
+name=http://crbug.com/615121
+cc.dll!cc::ResourceProvider::CreateBitmap
+cc.dll!cc::ResourceProvider::CreateResource
+cc.dll!cc::ScopedResource::Allocate
+cc.dll!cc::ResourcePool::AcquireResource
+cc.dll!cc::TileManager::CreateRasterTask
+cc.dll!cc::TileManager::ScheduleTasks
+
+GDI USAGE ERROR
+name=http://crbug.com/615911
+skia.dll!HDCOffscreen::draw
+skia.dll!SkScalerContext_GDI::generateImage
+skia.dll!SkScalerContext::getImage
« 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