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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 12084081: Expand suppressions for v8 external strings being leaked, due to no GC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/heapcheck/suppressions.txt
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 282a1d6165fd3cc4b031e35a667c9aabb969464a..34995e8a99f8ea069d9b8eba01c504534f467d1c 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -679,6 +679,20 @@
fun:net::::LoadScriptData
}
{
+ bug_67378_c
+ Heapcheck:Leak
+ fun:net::::ASCIILiteralToV8String
+ fun:net::ProxyResolverV8::Context::InitV8
+ fun:net::ProxyResolverV8::SetPacScript
+}
+{
+ bug_67378_d
+ Heapcheck:Leak
+ fun:net::::ScriptDataToV8String
+ fun:net::ProxyResolverV8::Context::InitV8
+ fun:net::ProxyResolverV8::SetPacScript
+}
+{
bug_68304
Heapcheck:Leak
...
« 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