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

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

Issue 64623005: [MemSheriff] More parseUA suppressions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« 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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 } 379 }
380 { 380 {
381 # According to dglazkov, UA style sheets are intentionally leaked. 381 # According to dglazkov, UA style sheets are intentionally leaked.
382 # As such, treat any leaks originating from parseUASheet as intentional. 382 # As such, treat any leaks originating from parseUASheet as intentional.
383 bug_121729 (Intentional) 383 bug_121729 (Intentional)
384 Memcheck:Leak 384 Memcheck:Leak
385 ... 385 ...
386 fun:_ZN7WebCoreL12parseUASheetEPKcj 386 fun:_ZN7WebCoreL12parseUASheetEPKcj
387 } 387 }
388 { 388 {
389 bug_121729_b (Intentional)
390 Memcheck:Leak
391 ...
392 fun:_ZN7WebCoreL12parseUASheetERKN3WTF6StringE
393 }
394 {
389 intentional_see_bug_156466 395 intentional_see_bug_156466
390 Memcheck:Leak 396 Memcheck:Leak
391 fun:_Znw* 397 fun:_Znw*
392 fun:_ZN3ash5ShellC1EPNS_13ShellDelegateE 398 fun:_ZN3ash5ShellC1EPNS_13ShellDelegateE
393 fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE 399 fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE
394 } 400 }
395 { 401 {
396 intentional OOM in layout test: fast/js/string-replacement-outofmemory.html 402 intentional OOM in layout test: fast/js/string-replacement-outofmemory.html
397 Memcheck:Unaddressable 403 Memcheck:Unaddressable
398 fun:_ZN7WebCoreL28reportFatalErrorInMainThreadEPKcS1_ 404 fun:_ZN7WebCoreL28reportFatalErrorInMainThreadEPKcS1_
(...skipping 6014 matching lines...) Expand 10 before | Expand all | Expand 10 after
6413 } 6419 }
6414 { 6420 {
6415 bug_312332 6421 bug_312332
6416 Memcheck:Uninitialized 6422 Memcheck:Uninitialized
6417 ... 6423 ...
6418 fun:_ZNK7WebCore17RenderTextControl29computeIntrinsicLogicalWidthsERNS_10Layo utUnitES2_ 6424 fun:_ZNK7WebCore17RenderTextControl29computeIntrinsicLogicalWidthsERNS_10Layo utUnitES2_
6419 fun:_ZN7WebCore17RenderTextControl29computePreferredLogicalWidthsEv 6425 fun:_ZN7WebCore17RenderTextControl29computePreferredLogicalWidthsEv
6420 ... 6426 ...
6421 fun:_ZN7WebCore11RenderBlock6layoutEv 6427 fun:_ZN7WebCore11RenderBlock6layoutEv
6422 } 6428 }
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