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

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

Issue 9301031: Adding unittest for the reference counting of WebMediaStreamDescriptor/Source (Closed)
Patch Set: Rebase Created 8 years, 10 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 | « tools/heapcheck/suppressions.txt ('k') | 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 5635 matching lines...) Expand 10 before | Expand all | Expand 10 after
5646 Memcheck:Leak 5646 Memcheck:Leak
5647 fun:_Znw* 5647 fun:_Znw*
5648 fun:_ZN9first_run8internal15LoadMasterPrefsEP8FilePath 5648 fun:_ZN9first_run8internal15LoadMasterPrefsEP8FilePath
5649 fun:_ZN8FirstRun24ProcessMasterPreferencesERK8FilePathPN9first_run11MasterPre fsE 5649 fun:_ZN8FirstRun24ProcessMasterPreferencesERK8FilePathPN9first_run11MasterPre fsE
5650 fun:_ZN22ChromeBrowserMainParts20PreCreateThreadsImplEv 5650 fun:_ZN22ChromeBrowserMainParts20PreCreateThreadsImplEv
5651 fun:_ZN22ChromeBrowserMainParts16PreCreateThreadsEv 5651 fun:_ZN22ChromeBrowserMainParts16PreCreateThreadsEv
5652 fun:_ZN7content15BrowserMainLoop23RunMainMessageLoopPartsEPb 5652 fun:_ZN7content15BrowserMainLoop23RunMainMessageLoopPartsEPb
5653 fun:_Z11BrowserMainRKN7content18MainFunctionParamsE 5653 fun:_Z11BrowserMainRKN7content18MainFunctionParamsE
5654 } 5654 }
5655 { 5655 {
5656 bug_111757
5657 Memcheck:Leak
5658 fun:malloc
5659 fun:_ZN3WTF10fastMallocE*
5660 ...
5661 fun:_ZN7WebCore21MediaStreamDescriptor6createERKN3WTF6StringERKNS1_6VectorINS 1_6RefPtrINS_17MediaStreamSourceEEEL*
5662 fun:_ZN6WebKit24WebMediaStreamDescriptor10initializeERKNS_9WebStringERKNS_9We bVectorINS_20WebMediaStreamSourceEEE
5663 fun:_ZN21PeerConnectionHandler28CreateWebKitStreamDescriptorEPN6webrtc20Media StreamInterfaceE
5664 fun:_ZN21PeerConnectionHandler19OnAddStreamCallbackEPN6webrtc20MediaStreamInt erfaceE
5665 fun:_ZN21PeerConnectionHandler11OnAddStreamEPN6webrtc20MediaStreamInterfaceE
5666 fun:_ZN36PeerConnectionHandlerTest_Basic_Test8TestBodyEv
5667 }
5668 {
5669 bug_105580 5656 bug_105580
5670 Memcheck:Leak 5657 Memcheck:Leak
5671 fun:malloc_zone_malloc 5658 fun:malloc_zone_malloc
5672 fun:malloc_set_zone_name 5659 fun:malloc_set_zone_name
5673 fun:malloc_default_purgeable_zone 5660 fun:malloc_default_purgeable_zone
5674 ... 5661 ...
5675 fun:_ZN4base30EnableTerminationOnOutOfMemoryEv 5662 fun:_ZN4base30EnableTerminationOnOutOfMemoryEv
5676 fun:_ZN7leveldb12_GLOBAL__N_111ChromiumEnvC2Ev 5663 fun:_ZN7leveldb12_GLOBAL__N_111ChromiumEnvC2Ev
5677 fun:_ZN7leveldb12_GLOBAL__N_111ChromiumEnvC1Ev 5664 fun:_ZN7leveldb12_GLOBAL__N_111ChromiumEnvC1Ev
5678 ... 5665 ...
(...skipping 27 matching lines...) Expand all
5706 obj:/lib/libselinux.so.1 5693 obj:/lib/libselinux.so.1
5707 obj:/lib/libselinux.so.1 5694 obj:/lib/libselinux.so.1
5708 } 5695 }
5709 { 5696 {
5710 bug_todo_grep 5697 bug_todo_grep
5711 Memcheck:Leak 5698 Memcheck:Leak
5712 fun:malloc 5699 fun:malloc
5713 obj:/bin/grep 5700 obj:/bin/grep
5714 obj:/bin/grep 5701 obj:/bin/grep
5715 } 5702 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698