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

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

Issue 6952015: Valgrind reports issues in icu::RegexMatcher (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 39ba5fad267ba3f265042730458fef7fbea227dc..1f404f652812d9bc858fbcccfb02f61a4728dc99 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -4577,6 +4577,32 @@
fun:_ZN8chromeos29ServicesCustomizationDocument22LoadManifestFromStringERKSs
fun:_ZN8chromeos29ServicesCustomizationDocumentC1ERKSsS2_
}
+{
+ bug_81753a
+ Memcheck:Value4
+ fun:ucase_toFullFolding_46
+ fun:_ZN6icu_4612RegexMatcher12MatchChunkAtEiaR10UErrorCode
+ fun:_ZN6icu_4612RegexMatcher7matchesExR10UErrorCode
+ fun:_ZNK20IcuRegularExpression5MatchEPKcbPSs
+ fun:_ZN4i18n12phonenumbers15PhoneNumberUtil19IsViablePhoneNumberERKSs
+ fun:_ZNK4i18n12phonenumbers15PhoneNumberUtil11ParseHelperERKSsS3_bbPNS0_11PhoneNumberE
+ fun:_ZNK4i18n12phonenumbers15PhoneNumberUtil5ParseERKSsS3_PNS0_11PhoneNumberE
+ fun:_ZN13autofill_i18n17PhoneNumbersMatchERKSbItN4base20string16_char_traitsESaItEES5_RKSs
+ fun:_ZN42PhoneNumberI18NTest_PhoneNumbersMatch_Test8TestBodyEv
+}
+{
+ bug_81753b
+ Memcheck:Cond
+ ...
+ fun:_ZN6icu_4612RegexMatcher12MatchChunkAtEiaR10UErrorCode
+ fun:_ZN6icu_4612RegexMatcher7matchesExR10UErrorCode
+ fun:_ZNK20IcuRegularExpression5MatchEPKcbPSs
+ fun:_ZN4i18n12phonenumbers15PhoneNumberUtil19IsViablePhoneNumberERKSs
+ fun:_ZNK4i18n12phonenumbers15PhoneNumberUtil11ParseHelperERKSsS3_bbPNS0_11PhoneNumberE
+ fun:_ZNK4i18n12phonenumbers15PhoneNumberUtil5ParseERKSsS3_PNS0_11PhoneNumberE
+ fun:_ZN13autofill_i18n17PhoneNumbersMatchERKSbItN4base20string16_char_traitsESaItEES5_RKSs
+ fun:_ZN42PhoneNumberI18NTest_PhoneNumbersMatch_Test8TestBodyEv
+}
#-----------------------------------------------------------------------
# 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