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

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

Issue 2998007: Relaxing the suppression to cover all memory error in ExtensionPrefStoreTest (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 years, 5 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
« 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 3568 matching lines...) Expand 10 before | Expand all | Expand 10 after
3579 fun:_ZN3net20MockHostResolverBaseC2Eb 3579 fun:_ZN3net20MockHostResolverBaseC2Eb
3580 fun:_ZN3net16MockHostResolverC1Ev 3580 fun:_ZN3net16MockHostResolverC1Ev
3581 fun:_ZN3net66_GLOBAL__N_net_spdy_spdy_http_stream_unittest.cc_9D292295_6F30AF B219SessionDependenciesC1Ev 3581 fun:_ZN3net66_GLOBAL__N_net_spdy_spdy_http_stream_unittest.cc_9D292295_6F30AF B219SessionDependenciesC1Ev
3582 fun:_ZN3net66_GLOBAL__N_net_spdy_spdy_http_stream_unittest.cc_9D292295_6F30AF B218SpdyHttpStreamTestC2Ev 3582 fun:_ZN3net66_GLOBAL__N_net_spdy_spdy_http_stream_unittest.cc_9D292295_6F30AF B218SpdyHttpStreamTestC2Ev
3583 fun:_ZN3net66_GLOBAL__N_net_spdy_spdy_http_stream_unittest.cc_9D292295_6F30AF B235SpdyHttpStreamTest_SendRequest_TestC1Ev 3583 fun:_ZN3net66_GLOBAL__N_net_spdy_spdy_http_stream_unittest.cc_9D292295_6F30AF B235SpdyHttpStreamTest_SendRequest_TestC1Ev
3584 fun:_ZN7testing8internal15TestFactoryImplIN3net66_GLOBAL__N_net_spdy_spdy_htt p_stream_unittest.cc_9D292295_6F30AFB235SpdyHttpStreamTest_SendRequest_TestEE10C reateTestEv 3584 fun:_ZN7testing8internal15TestFactoryImplIN3net66_GLOBAL__N_net_spdy_spdy_htt p_stream_unittest.cc_9D292295_6F30AFB235SpdyHttpStreamTest_SendRequest_TestEE10C reateTestEv
3585 } 3585 }
3586 { 3586 {
3587 bug_48980_a 3587 bug_48980_a
3588 Memcheck:Leak 3588 Memcheck:Leak
3589 fun:_Znw*
3590 ... 3589 ...
3591 fun:_ZN18ExtensionPrefStore20InstallExtensionPrefESsPKwP5Value 3590 fun:_ZN18ExtensionPrefStore20InstallExtensionPrefESsPKwP5Value
3592 fun:_ZN56ExtensionPrefStoreTest_*_Test8TestBodyEv 3591 fun:_ZN56ExtensionPrefStoreTest_*_Test8TestBodyEv
3593 } 3592 }
3594 { 3593 {
3595 bug_48980_b 3594 bug_48980_b
3596 Memcheck:Leak 3595 Memcheck:Leak
3597 fun:_Znw* 3596 fun:_Znw*
3598 fun:_ZN5Value17CreateStringValueERKSs 3597 fun:_ZN5Value17CreateStringValueERKSs
3599 fun:_ZN56ExtensionPrefStoreTest_*_Test8TestBodyEv 3598 fun:_ZN*ExtensionPrefStoreTest_*_Test8TestBodyEv
3600 } 3599 }
3601 { 3600 {
3602 bug_48980_c 3601 bug_48980_c
3603 Memcheck:Leak 3602 Memcheck:Leak
3604 fun:_Znw* 3603 fun:_Znw*
3605 fun:_ZN44ExtensionPrefStoreTest_NotifyWhenNeeded_Test8TestBodyEv 3604 fun:_ZN44ExtensionPrefStoreTest_NotifyWhenNeeded_Test8TestBodyEv
3606 } 3605 }
3607 { 3606 {
3608 bug_48998 3607 bug_48998
3609 Memcheck:Leak 3608 Memcheck:Leak
3610 fun:_Znw* 3609 fun:_Znw*
3611 fun:_ZN21BrowserMainPartsPosix16TemporaryPosix_1Ev 3610 fun:_ZN21BrowserMainPartsPosix16TemporaryPosix_1Ev
3612 fun:_Z11BrowserMainRK18MainFunctionParams 3611 fun:_Z11BrowserMainRK18MainFunctionParams
3613 fun:ChromeMain 3612 fun:ChromeMain
3614 fun:main 3613 fun:main
3615 } 3614 }
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