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

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

Issue 9826005: Removed an outdated v8 valgrind suppression regarding flag handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 four kinds of suppressions in this file. 1 # There are four 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 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 ... 841 ...
842 fun:_ZN3net10TestServer16LoadTestRootCertEv 842 fun:_ZN3net10TestServer16LoadTestRootCertEv
843 } 843 }
844 { 844 {
845 # uitest's ResourceDispatcherTest.CrossSiteAfterCrash crashes on purpose 845 # uitest's ResourceDispatcherTest.CrossSiteAfterCrash crashes on purpose
846 Intentional_crash 846 Intentional_crash
847 Memcheck:Unaddressable 847 Memcheck:Unaddressable
848 fun:_ZN12AboutHandler10AboutCrashEv 848 fun:_ZN12AboutHandler10AboutCrashEv
849 } 849 }
850 { 850 {
851 # Minor commandline options leak in v8
852 # See http://code.google.com/p/v8/issues/detail?id=275
853 v8_bug_275
854 Memcheck:Leak
855 fun:_Znaj
856 ...
857 fun:_ZN2v88internal8FlagList18SetFlagsFromStringEPKci
858 }
859 {
860 # Non-joinable thread doesn't clean up all state on program exit 851 # Non-joinable thread doesn't clean up all state on program exit
861 # very common in ui tests 852 # very common in ui tests
862 bug_16096 (WontFix) 853 bug_16096 (WontFix)
863 Memcheck:Leak 854 Memcheck:Leak
864 fun:_Znw* 855 fun:_Znw*
865 fun:_ZNSs4_Rep9_S_createE*RKSaIcE 856 fun:_ZNSs4_Rep9_S_createE*RKSaIcE
866 fun:_ZNSs4_Rep8_M_cloneERKSaIcE* 857 fun:_ZNSs4_Rep8_M_cloneERKSaIcE*
867 fun:_ZNSs7reserveE* 858 fun:_ZNSs7reserveE*
868 fun:_ZNSs6appendEPKc* 859 fun:_ZNSs6appendEPKc*
869 fun:*StringAppendV* 860 fun:*StringAppendV*
(...skipping 4960 matching lines...) Expand 10 before | Expand all | Expand 10 after
5830 obj:/lib/libselinux.so.1 5821 obj:/lib/libselinux.so.1
5831 obj:/lib/libselinux.so.1 5822 obj:/lib/libselinux.so.1
5832 } 5823 }
5833 { 5824 {
5834 bug_todo_grep 5825 bug_todo_grep
5835 Memcheck:Leak 5826 Memcheck:Leak
5836 fun:malloc 5827 fun:malloc
5837 obj:/bin/grep 5828 obj:/bin/grep
5838 obj:/bin/grep 5829 obj:/bin/grep
5839 } 5830 }
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