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

Unified Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 66593005: Suppress leak in Blink on mac valgrind bot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 9737398370a27425666f11cfe16ca4dd1a0ac6b9..a8ff02d265d2f1377b26f2586ef22178539c92db 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -2347,3 +2347,16 @@
fun:_ZN7WebCore*TerminatedArrayBuilder*
fun:_ZN7WebCore7RuleSet19compactPendingRules*
}
+{
+ bug_320918
+ Memcheck:Leak
+ fun:malloc
+ fun:_ZN3WTF10fastMallocEm
+ fun:_ZN3WTF11LinkedStackIN7WebCore8RuleDataEEnwEm
+ fun:_ZN7WebCore7RuleSet12addToRuleSet*
+ fun:_ZN7WebCore7RuleSet21findBestRuleSetAndAdd*
+ fun:_ZN7WebCore7RuleSet7addRule*
+ fun:_ZN7WebCore7RuleSet13addChildRules*
+ fun:_ZN7WebCore7RuleSet17addRulesFromSheet*
+ fun:_ZN7WebCore21CSSDefaultStyleSheets16loadDefaultStyle*
+}
« 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