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

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

Issue 6995034: Add suppressions for two valgrind regressions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 1f404f652812d9bc858fbcccfb02f61a4728dc99..9100d68fda928c4b197ba62ad76ca38aa30312eb 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -4603,6 +4603,30 @@
fun:_ZN13autofill_i18n17PhoneNumbersMatchERKSbItN4base20string16_char_traitsESaItEES5_RKSs
fun:_ZN42PhoneNumberI18NTest_PhoneNumbersMatch_Test8TestBodyEv
}
+{
+ bug_82183a
+ Memcheck:Cond
+ ...
+ fun:_ZN6icu_4612RegexMatcher12MatchChunkAtEiaR10UErrorCode
+ fun:_ZN6icu_4612RegexMatcher7matchesExR10UErrorCode
+ fun:_ZNK20IcuRegularExpression5MatchEPKcbPSs
+ fun:_ZN4i18n12phonenumbers15PhoneNumberUtil19IsViablePhoneNumberERKSs
+}
+{
+ bug_82183b
+ Memcheck:Value4
+ ...
+ fun:_ZN6icu_4612RegexMatcher12MatchChunkAtEiaR10UErrorCode
+ fun:_ZN6icu_4612RegexMatcher7matchesExR10UErrorCode
+ fun:_ZNK20IcuRegularExpression5MatchEPKcbPSs
+ fun:_ZN4i18n12phonenumbers15PhoneNumberUtil19IsViablePhoneNumberERKSs
+}
+{
+ bug_82186
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN13BookmarkModel30CreateRootNodeFromStarredEntryERKN7history12StarredEntryE
+}
#-----------------------------------------------------------------------
# These only occur on our Google workstations
{
« 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