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. |
(...skipping 3053 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3064 fun:_ZN7WebCore8Document13implicitCloseEv | 3064 fun:_ZN7WebCore8Document13implicitCloseEv |
3065 fun:_ZN7WebCore11FrameLoader22checkCallImplicitCloseEv | 3065 fun:_ZN7WebCore11FrameLoader22checkCallImplicitCloseEv |
3066 fun:_ZN7WebCore11FrameLoader14checkCompletedEv | 3066 fun:_ZN7WebCore11FrameLoader14checkCompletedEv |
3067 fun:_ZN7WebCore11FrameLoader15finishedParsingEv | 3067 fun:_ZN7WebCore11FrameLoader15finishedParsingEv |
3068 fun:_ZN7WebCore8Document15finishedParsingEv | 3068 fun:_ZN7WebCore8Document15finishedParsingEv |
3069 fun:_ZN7WebCore10HTMLParser8finishedEv | 3069 fun:_ZN7WebCore10HTMLParser8finishedEv |
3070 fun:_ZN7WebCore13HTMLTokenizer3endEv | 3070 fun:_ZN7WebCore13HTMLTokenizer3endEv |
3071 fun:_ZN7WebCore13HTMLTokenizer6finishEv | 3071 fun:_ZN7WebCore13HTMLTokenizer6finishEv |
3072 } | 3072 } |
3073 | 3073 |
| 3074 { |
| 3075 bug_46144 |
| 3076 Memcheck:Leak |
| 3077 fun:malloc |
| 3078 fun:_ZN3WTF10fastMallocEj |
| 3079 fun:_ZN3WTF13FastAllocBasenwEj |
| 3080 fun:_ZN3WTF20ThreadIdentifierData10initializeEj |
| 3081 } |
OLD | NEW |