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

Side by Side 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 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 4585 matching lines...) Expand 10 before | Expand all | Expand 10 after
4596 ... 4596 ...
4597 fun:_ZN6icu_4612RegexMatcher12MatchChunkAtEiaR10UErrorCode 4597 fun:_ZN6icu_4612RegexMatcher12MatchChunkAtEiaR10UErrorCode
4598 fun:_ZN6icu_4612RegexMatcher7matchesExR10UErrorCode 4598 fun:_ZN6icu_4612RegexMatcher7matchesExR10UErrorCode
4599 fun:_ZNK20IcuRegularExpression5MatchEPKcbPSs 4599 fun:_ZNK20IcuRegularExpression5MatchEPKcbPSs
4600 fun:_ZN4i18n12phonenumbers15PhoneNumberUtil19IsViablePhoneNumberERKSs 4600 fun:_ZN4i18n12phonenumbers15PhoneNumberUtil19IsViablePhoneNumberERKSs
4601 fun:_ZNK4i18n12phonenumbers15PhoneNumberUtil11ParseHelperERKSsS3_bbPNS0_11Pho neNumberE 4601 fun:_ZNK4i18n12phonenumbers15PhoneNumberUtil11ParseHelperERKSsS3_bbPNS0_11Pho neNumberE
4602 fun:_ZNK4i18n12phonenumbers15PhoneNumberUtil5ParseERKSsS3_PNS0_11PhoneNumberE 4602 fun:_ZNK4i18n12phonenumbers15PhoneNumberUtil5ParseERKSsS3_PNS0_11PhoneNumberE
4603 fun:_ZN13autofill_i18n17PhoneNumbersMatchERKSbItN4base20string16_char_traitsE SaItEES5_RKSs 4603 fun:_ZN13autofill_i18n17PhoneNumbersMatchERKSbItN4base20string16_char_traitsE SaItEES5_RKSs
4604 fun:_ZN42PhoneNumberI18NTest_PhoneNumbersMatch_Test8TestBodyEv 4604 fun:_ZN42PhoneNumberI18NTest_PhoneNumbersMatch_Test8TestBodyEv
4605 } 4605 }
4606 {
4607 bug_82183a
4608 Memcheck:Cond
4609 ...
4610 fun:_ZN6icu_4612RegexMatcher12MatchChunkAtEiaR10UErrorCode
4611 fun:_ZN6icu_4612RegexMatcher7matchesExR10UErrorCode
4612 fun:_ZNK20IcuRegularExpression5MatchEPKcbPSs
4613 fun:_ZN4i18n12phonenumbers15PhoneNumberUtil19IsViablePhoneNumberERKSs
4614 }
4615 {
4616 bug_82183b
4617 Memcheck:Value4
4618 ...
4619 fun:_ZN6icu_4612RegexMatcher12MatchChunkAtEiaR10UErrorCode
4620 fun:_ZN6icu_4612RegexMatcher7matchesExR10UErrorCode
4621 fun:_ZNK20IcuRegularExpression5MatchEPKcbPSs
4622 fun:_ZN4i18n12phonenumbers15PhoneNumberUtil19IsViablePhoneNumberERKSs
4623 }
4624 {
4625 bug_82186
4626 Memcheck:Leak
4627 fun:_Znw*
4628 fun:_ZN13BookmarkModel30CreateRootNodeFromStarredEntryERKN7history12StarredEn tryE
4629 }
4606 #----------------------------------------------------------------------- 4630 #-----------------------------------------------------------------------
4607 # These only occur on our Google workstations 4631 # These only occur on our Google workstations
4608 { 4632 {
4609 bug_todo_freeres 4633 bug_todo_freeres
4610 Memcheck:Free 4634 Memcheck:Free
4611 fun:free 4635 fun:free
4612 fun:__libc_freeres 4636 fun:__libc_freeres
4613 fun:_vgnU_freeres 4637 fun:_vgnU_freeres
4614 fun:_Exit 4638 fun:_Exit
4615 fun:exit 4639 fun:exit
4616 } 4640 }
4617 { 4641 {
4618 bug_todo_getdelim 4642 bug_todo_getdelim
4619 Memcheck:Leak 4643 Memcheck:Leak
4620 fun:malloc 4644 fun:malloc
4621 fun:getdelim 4645 fun:getdelim
4622 ... 4646 ...
4623 fun:call_init 4647 fun:call_init
4624 fun:_dl_init 4648 fun:_dl_init
4625 } 4649 }
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