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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 64623005: [MemSheriff] More parseUA suppressions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/suppressions.txt
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 18864b6563d03507033c6ab01a3752363d9d28b5..76dd0003c59e347dddf094f874d4514cd5e47ba7 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -229,6 +229,12 @@
fun:base::internal::PostTaskAndReplyImpl::PostTaskAndReply
fun:base::WorkerPool::PostTaskAndReply
}
+{
+ UA style sheets are intentionally leaked - see bug 121729
+ Heapcheck:Leak
+ ...
+ fun:parseUASheet
+}
# This one pops out too often on different leaks and the stacks are very often
# uninformative, e.g. don't include anything related to the bug.
# TODO(earthdok): revisit what we want to do with _Rep when we have LSan.
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698