OLD | NEW |
1 # There are three kinds of suppressions in this file. | 1 # There are three 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. |
11 #----------------------------------------------------------------------- | 11 #----------------------------------------------------------------------- |
12 | 12 |
13 # 1. third party stuff we have no control over | 13 # 1. third party stuff we have no control over |
14 { | 14 { |
15 Uninitialized value in deflate | 15 Uninitialized value in deflate |
16 Memcheck:Cond | 16 Memcheck:Cond |
17 fun:longest_match | 17 ... |
18 fun:deflate_slow | |
19 fun:MOZ_Z_deflate | 18 fun:MOZ_Z_deflate |
20 } | 19 } |
21 { | 20 { |
22 gtk developers don't like cleaning up one-time leaks. See http://mail.gnome.
org/archives/gtk-devel-list/2004-April/msg00230.html | 21 gtk developers don't like cleaning up one-time leaks. See http://mail.gnome.
org/archives/gtk-devel-list/2004-April/msg00230.html |
23 Memcheck:Leak | 22 Memcheck:Leak |
24 ... | 23 ... |
25 fun:gtk_init_check | 24 fun:gtk_init_check |
26 } | 25 } |
27 { | 26 { |
28 Fontconfig leak? | 27 Fontconfig leak? |
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 fun:_ZN3gfx6Canvas13SizeStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontEPi
SA_i | 616 fun:_ZN3gfx6Canvas13SizeStringIntERKSbIwSt11char_traitsIwESaIwEERKNS_4FontEPi
SA_i |
618 } | 617 } |
619 { | 618 { |
620 # See bug 12539 and 12549 | 619 # See bug 12539 and 12549 |
621 bug_12539 | 620 bug_12539 |
622 Memcheck:Leak | 621 Memcheck:Leak |
623 ... | 622 ... |
624 fun:_ZN7WebCore11ImageSource18createFrameAtIndexEj | 623 fun:_ZN7WebCore11ImageSource18createFrameAtIndexEj |
625 fun:_ZNK11webkit_glue12ImageDecoder6DecodeEPKhj | 624 fun:_ZNK11webkit_glue12ImageDecoder6DecodeEPKhj |
626 } | 625 } |
OLD | NEW |