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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 15792024: suppress memory leak from i#246092 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/heapcheck/suppressions.txt
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 5563aaecd57fd7394ba0eb3bc0bb9741efbdb432..b1ebe822ca5a7827ba5414455709a7488a2dbcd0 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1897,3 +1897,19 @@
fun:pnacl_cache::PNaClTranslationCacheWriteEntry::Cache
fun:pnacl_cache::PNaClTranslationCache::StoreNexe
}
+{
+ bug_245092c
+ Heapcheck:Leak
+ fun:std::basic_string::_Rep::_S_create
+ fun:std::basic_string::basic_string
+ fun:__gnu_cxx::__normal_iterator::base
+ fun:__gnu_cxx::operator!=
+}
+{
+ bug_245092d
+ Heapcheck:Leak
+ fun:std::basic_string::_Rep::_S_create
+ fun:std::basic_string::basic_string
+ fun:testing::TestResult::HasFatalFailure
+ fun:shadow_index
+}
« 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