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

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

Issue 8545002: Exclude a few more tests failing on TSan/UI, suppress massive leaks+use-after-frees in Balloon no... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 | « tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.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 5207 matching lines...) Expand 10 before | Expand all | Expand 10 after
5218 fun:XGetAtomName 5218 fun:XGetAtomName
5219 fun:_ZN8chromeos12input_method9XKeyboard14GetNumLockMaskEv 5219 fun:_ZN8chromeos12input_method9XKeyboard14GetNumLockMaskEv
5220 } 5220 }
5221 { 5221 {
5222 bug_103467 5222 bug_103467
5223 Memcheck:Cond 5223 Memcheck:Cond
5224 fun:_ZNK7WebCore12NamedNodeMap20mappedMapsEquivalentEPKS0_ 5224 fun:_ZNK7WebCore12NamedNodeMap20mappedMapsEquivalentEPKS0_
5225 fun:_ZNK7WebCore16CSSStyleSelector24canShareStyleWithElementEPNS_4NodeE 5225 fun:_ZNK7WebCore16CSSStyleSelector24canShareStyleWithElementEPNS_4NodeE
5226 fun:_ZNK7WebCore16CSSStyleSelector26findSiblingForStyleSharingEPNS_4NodeERj 5226 fun:_ZNK7WebCore16CSSStyleSelector26findSiblingForStyleSharingEPNS_4NodeERj
5227 } 5227 }
5228 {
5229 bug_104029a
5230 Memcheck:Leak
5231 fun:_Znw*
5232 ...
5233 fun:_ZN11BalloonHost*
5234 fun:_ZN15BalloonViewHost*
5235 }
5236 {
5237 bug_104029b
5238 Memcheck:Leak
5239 fun:_Znw*
5240 ...
5241 fun:_ZN8chromeos15BalloonView*
5242 ...
5243 fun:_ZN8chromeos21BalloonCollectionImpl*
5244 }
5245 {
5246 bug_104029c
5247 Memcheck:Addr4
5248 fun:_ZN8chromeos26PowerManagerClientStubImpl6UpdateEv
5249 }
5228 5250
5229 #----------------------------------------------------------------------- 5251 #-----------------------------------------------------------------------
5230 # 4. These only occur on our Google workstations 5252 # 4. These only occur on our Google workstations
5231 { 5253 {
5232 bug_todo_freeres 5254 bug_todo_freeres
5233 Memcheck:Free 5255 Memcheck:Free
5234 fun:free 5256 fun:free
5235 fun:__libc_freeres 5257 fun:__libc_freeres
5236 fun:_vgnU_freeres 5258 fun:_vgnU_freeres
5237 fun:_Exit 5259 fun:_Exit
(...skipping 17 matching lines...) Expand all
5255 obj:/lib/libselinux.so.1 5277 obj:/lib/libselinux.so.1
5256 obj:/lib/libselinux.so.1 5278 obj:/lib/libselinux.so.1
5257 } 5279 }
5258 { 5280 {
5259 bug_todo_grep 5281 bug_todo_grep
5260 Memcheck:Leak 5282 Memcheck:Leak
5261 fun:malloc 5283 fun:malloc
5262 obj:/bin/grep 5284 obj:/bin/grep
5263 obj:/bin/grep 5285 obj:/bin/grep
5264 } 5286 }
OLDNEW
« no previous file with comments | « tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698