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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are three kinds of suppressions in this file. 1 # There are three kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 4559 matching lines...) Expand 10 before | Expand all | Expand 10 after
4570 ... 4570 ...
4571 fun:*BrowserInit* 4571 fun:*BrowserInit*
4572 } 4572 }
4573 { 4573 {
4574 bug_81782 4574 bug_81782
4575 Memcheck:Leak 4575 Memcheck:Leak
4576 fun:_Znw* 4576 fun:_Znw*
4577 fun:_ZN8chromeos29ServicesCustomizationDocument22LoadManifestFromStringERKSs 4577 fun:_ZN8chromeos29ServicesCustomizationDocument22LoadManifestFromStringERKSs
4578 fun:_ZN8chromeos29ServicesCustomizationDocumentC1ERKSsS2_ 4578 fun:_ZN8chromeos29ServicesCustomizationDocumentC1ERKSsS2_
4579 } 4579 }
4580 {
4581 bug_81753a
4582 Memcheck:Value4
4583 fun:ucase_toFullFolding_46
4584 fun:_ZN6icu_4612RegexMatcher12MatchChunkAtEiaR10UErrorCode
4585 fun:_ZN6icu_4612RegexMatcher7matchesExR10UErrorCode
4586 fun:_ZNK20IcuRegularExpression5MatchEPKcbPSs
4587 fun:_ZN4i18n12phonenumbers15PhoneNumberUtil19IsViablePhoneNumberERKSs
4588 fun:_ZNK4i18n12phonenumbers15PhoneNumberUtil11ParseHelperERKSsS3_bbPNS0_11Pho neNumberE
4589 fun:_ZNK4i18n12phonenumbers15PhoneNumberUtil5ParseERKSsS3_PNS0_11PhoneNumberE
4590 fun:_ZN13autofill_i18n17PhoneNumbersMatchERKSbItN4base20string16_char_traitsE SaItEES5_RKSs
4591 fun:_ZN42PhoneNumberI18NTest_PhoneNumbersMatch_Test8TestBodyEv
4592 }
4593 {
4594 bug_81753b
4595 Memcheck:Cond
4596 ...
4597 fun:_ZN6icu_4612RegexMatcher12MatchChunkAtEiaR10UErrorCode
4598 fun:_ZN6icu_4612RegexMatcher7matchesExR10UErrorCode
4599 fun:_ZNK20IcuRegularExpression5MatchEPKcbPSs
4600 fun:_ZN4i18n12phonenumbers15PhoneNumberUtil19IsViablePhoneNumberERKSs
4601 fun:_ZNK4i18n12phonenumbers15PhoneNumberUtil11ParseHelperERKSsS3_bbPNS0_11Pho neNumberE
4602 fun:_ZNK4i18n12phonenumbers15PhoneNumberUtil5ParseERKSsS3_PNS0_11PhoneNumberE
4603 fun:_ZN13autofill_i18n17PhoneNumbersMatchERKSbItN4base20string16_char_traitsE SaItEES5_RKSs
4604 fun:_ZN42PhoneNumberI18NTest_PhoneNumbersMatch_Test8TestBodyEv
4605 }
4580 #----------------------------------------------------------------------- 4606 #-----------------------------------------------------------------------
4581 # These only occur on our Google workstations 4607 # These only occur on our Google workstations
4582 { 4608 {
4583 bug_todo_freeres 4609 bug_todo_freeres
4584 Memcheck:Free 4610 Memcheck:Free
4585 fun:free 4611 fun:free
4586 fun:__libc_freeres 4612 fun:__libc_freeres
4587 fun:_vgnU_freeres 4613 fun:_vgnU_freeres
4588 fun:_Exit 4614 fun:_Exit
4589 fun:exit 4615 fun:exit
4590 } 4616 }
4591 { 4617 {
4592 bug_todo_getdelim 4618 bug_todo_getdelim
4593 Memcheck:Leak 4619 Memcheck:Leak
4594 fun:malloc 4620 fun:malloc
4595 fun:getdelim 4621 fun:getdelim
4596 ... 4622 ...
4597 fun:call_init 4623 fun:call_init
4598 fun:_dl_init 4624 fun:_dl_init
4599 } 4625 }
OLDNEW
« 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