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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 7058044: Valgrind: Merge suppressions for bug 81753 and bug 82183. Add new suppressions for similar errors... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 6 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 4371 matching lines...) Expand 10 before | Expand all | Expand 10 after
4382 } 4382 }
4383 { 4383 {
4384 bug_81782 4384 bug_81782
4385 Memcheck:Leak 4385 Memcheck:Leak
4386 fun:_Znw* 4386 fun:_Znw*
4387 fun:_ZN8chromeos29ServicesCustomizationDocument22LoadManifestFromStringERKSs 4387 fun:_ZN8chromeos29ServicesCustomizationDocument22LoadManifestFromStringERKSs
4388 fun:_ZN8chromeos29ServicesCustomizationDocumentC1ERKSsS2_ 4388 fun:_ZN8chromeos29ServicesCustomizationDocumentC1ERKSsS2_
4389 } 4389 }
4390 { 4390 {
4391 bug_81753a 4391 bug_81753a
4392 Memcheck:Value4
4393 fun:ucase_toFullFolding_46
4394 fun:_ZN6icu_4612RegexMatcher12MatchChunkAtEiaR10UErrorCode
4395 fun:_ZN6icu_4612RegexMatcher7matchesExR10UErrorCode
4396 fun:_ZNK20IcuRegularExpression5MatchEPKcbPSs
4397 fun:_ZN4i18n12phonenumbers15PhoneNumberUtil19IsViablePhoneNumberERKSs
4398 fun:_ZNK4i18n12phonenumbers15PhoneNumberUtil11ParseHelperERKSsS3_bbPNS0_11Pho neNumberE
4399 fun:_ZNK4i18n12phonenumbers15PhoneNumberUtil5ParseERKSsS3_PNS0_11PhoneNumberE
4400 fun:_ZN13autofill_i18n17PhoneNumbersMatchERKSbItN4base20string16_char_traitsE SaItEES5_RKSs
4401 fun:_ZN42PhoneNumberI18NTest_PhoneNumbersMatch_Test8TestBodyEv
4402 }
4403 {
4404 bug_81753b
4405 Memcheck:Cond
4406 ...
4407 fun:_ZN6icu_4612RegexMatcher12MatchChunkAtEiaR10UErrorCode
4408 fun:_ZN6icu_4612RegexMatcher7matchesExR10UErrorCode
4409 fun:_ZNK20IcuRegularExpression5MatchEPKcbPSs
4410 fun:_ZN4i18n12phonenumbers15PhoneNumberUtil19IsViablePhoneNumberERKSs
4411 fun:_ZNK4i18n12phonenumbers15PhoneNumberUtil11ParseHelperERKSsS3_bbPNS0_11Pho neNumberE
4412 fun:_ZNK4i18n12phonenumbers15PhoneNumberUtil5ParseERKSsS3_PNS0_11PhoneNumberE
4413 fun:_ZN13autofill_i18n17PhoneNumbersMatchERKSbItN4base20string16_char_traitsE SaItEES5_RKSs
4414 fun:_ZN42PhoneNumberI18NTest_PhoneNumbersMatch_Test8TestBodyEv
4415 }
4416 {
4417 bug_82183a
4418 Memcheck:Cond 4392 Memcheck:Cond
4419 ... 4393 ...
4420 fun:_ZN6icu_4612RegexMatcher12MatchChunkAtEiaR10UErrorCode 4394 fun:_ZN6icu_4612RegexMatcher12MatchChunkAtEiaR10UErrorCode
4421 fun:_ZN6icu_4612RegexMatcher7matchesExR10UErrorCode 4395 fun:_ZN6icu_4612RegexMatcher7matchesExR10UErrorCode
4422 fun:_ZNK20IcuRegularExpression5MatchEPKcbPSs 4396 fun:_ZNK20IcuRegularExpression5MatchEPKcbPSs
4423 fun:_ZN4i18n12phonenumbers15PhoneNumberUtil19IsViablePhoneNumberERKSs 4397 fun:_ZN4i18n12phonenumbers15PhoneNumberUtil19IsViablePhoneNumberERKSs
4424 } 4398 }
4425 { 4399 {
4426 bug_82183b 4400 bug_81753b
4427 Memcheck:Value4 4401 Memcheck:Value4
4428 ... 4402 ...
4429 fun:_ZN6icu_4612RegexMatcher12MatchChunkAtEiaR10UErrorCode 4403 fun:_ZN6icu_4612RegexMatcher12MatchChunkAtEiaR10UErrorCode
4430 fun:_ZN6icu_4612RegexMatcher7matchesExR10UErrorCode 4404 fun:_ZN6icu_4612RegexMatcher7matchesExR10UErrorCode
4431 fun:_ZNK20IcuRegularExpression5MatchEPKcbPSs 4405 fun:_ZNK20IcuRegularExpression5MatchEPKcbPSs
4432 fun:_ZN4i18n12phonenumbers15PhoneNumberUtil19IsViablePhoneNumberERKSs 4406 fun:_ZN4i18n12phonenumbers15PhoneNumberUtil19IsViablePhoneNumberERKSs
4433 } 4407 }
4434 { 4408 {
4409 bug_81753c
4410 Memcheck:Cond
4411 ...
4412 fun:_ZN6icu_4612RegexMatcher12MatchChunkAtEiaR10UErrorCode
4413 fun:_ZN6icu_4612RegexMatcher14findUsingChunkEv
4414 fun:_ZN6icu_4612RegexMatcher4findEv
4415 fun:_ZN6icu_4612RegexMatcher4findExR10UErrorCode
4416 fun:_ZN8autofill14MatchesPatternERKSbItN4base20string16_char_traitsESaItEES5_
4417 }
4418 {
4419 bug_81753d
4420 Memcheck:Value4
4421 ...
4422 fun:_ZN6icu_4612RegexMatcher12MatchChunkAtEiaR10UErrorCode
4423 fun:_ZN6icu_4612RegexMatcher14findUsingChunkEv
4424 fun:_ZN6icu_4612RegexMatcher4findEv
4425 fun:_ZN6icu_4612RegexMatcher4findExR10UErrorCode
4426 fun:_ZN8autofill14MatchesPatternERKSbItN4base20string16_char_traitsESaItEES5_
4427 }
4428 {
4435 bug_82186 4429 bug_82186
4436 Memcheck:Leak 4430 Memcheck:Leak
4437 fun:_Znw* 4431 fun:_Znw*
4438 fun:_ZN13BookmarkModel30CreateRootNodeFromStarredEntryERKN7history12StarredEn tryE 4432 fun:_ZN13BookmarkModel30CreateRootNodeFromStarredEntryERKN7history12StarredEn tryE
4439 } 4433 }
4440 { 4434 {
4441 bug_82716a 4435 bug_82716a
4442 Memcheck:Leak 4436 Memcheck:Leak
4443 fun:_Znw* 4437 fun:_Znw*
4444 fun:_ZN4base16MessageLoopProxy22CreateForCurrentThreadEv 4438 fun:_ZN4base16MessageLoopProxy22CreateForCurrentThreadEv
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
4707 } 4701 }
4708 { 4702 {
4709 bug_todo_getdelim2 4703 bug_todo_getdelim2
4710 Memcheck:Leak 4704 Memcheck:Leak
4711 fun:malloc 4705 fun:malloc
4712 fun:getdelim 4706 fun:getdelim
4713 obj:/lib/libselinux.so.1 4707 obj:/lib/libselinux.so.1
4714 obj:/lib/libselinux.so.1 4708 obj:/lib/libselinux.so.1
4715 obj:/lib/libselinux.so.1 4709 obj:/lib/libselinux.so.1
4716 } 4710 }
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