| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |