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 5051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5062 { | 5062 { |
5063 bug_252641_a | 5063 bug_252641_a |
5064 Memcheck:Uninitialized | 5064 Memcheck:Uninitialized |
5065 fun:pthread_rwlock_init$UNIX2003 | 5065 fun:pthread_rwlock_init$UNIX2003 |
5066 fun:_ZN3re25MutexC2Ev | 5066 fun:_ZN3re25MutexC2Ev |
5067 fun:_ZN3re25MutexC1Ev | 5067 fun:_ZN3re25MutexC1Ev |
5068 ... | 5068 ... |
5069 fun:_ZN11leveldb_env19ParseMethodAndErrorEPKcPNS_8MethodIDEPi | 5069 fun:_ZN11leveldb_env19ParseMethodAndErrorEPKcPNS_8MethodIDEPi |
5070 } | 5070 } |
5071 { | 5071 { |
| 5072 bug_252641_b |
| 5073 Memcheck:Uninitialized |
| 5074 fun:pthread_rwlock_init$UNIX2003 |
| 5075 fun:_ZN3re25MutexC2Ev |
| 5076 fun:_ZN3re25MutexC1Ev |
| 5077 ... |
| 5078 fun:_ZN3gpu12_GLOBAL__N_114StringMismatchERKSsS2_ |
| 5079 } |
| 5080 { |
5072 bug_253797 | 5081 bug_253797 |
5073 Memcheck:Uninitialized | 5082 Memcheck:Uninitialized |
5074 fun:_ZNSt11char_traitsIcE6lengthEPKc | 5083 fun:_ZNSt11char_traitsIcE6lengthEPKc |
5075 fun:_ZN4base8internal17StringPieceDetail* | 5084 fun:_ZN4base8internal17StringPieceDetail* |
5076 fun:_ZN4base16BasicStringPieceISsEC1EPKc | 5085 fun:_ZN4base16BasicStringPieceISsEC1EPKc |
5077 fun:_ZN8autofill22AutofillQueryXmlParser13CharacterDataEPN4buzz15XmlParseCont
extEPKci | 5086 fun:_ZN8autofill22AutofillQueryXmlParser13CharacterDataEPN4buzz15XmlParseCont
extEPKci |
5078 fun:_ZN4buzz9XmlParser18ExpatCharacterDataEPKci | 5087 fun:_ZN4buzz9XmlParser18ExpatCharacterDataEPKci |
5079 fun:_ZN4buzzL21CharacterDataCallbackEPvPKci | 5088 fun:_ZN4buzzL21CharacterDataCallbackEPvPKci |
5080 obj:*libexpat.so* | 5089 obj:*libexpat.so* |
5081 obj:*libexpat.so* | 5090 obj:*libexpat.so* |
(...skipping 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6254 } | 6263 } |
6255 { | 6264 { |
6256 bug_400547 | 6265 bug_400547 |
6257 Memcheck:Uninitialized | 6266 Memcheck:Uninitialized |
6258 fun:_ZNK5blink22GraphicsLayerDebugInfo17appendOwnerNodeIdEPNS_10JSONObjectE | 6267 fun:_ZNK5blink22GraphicsLayerDebugInfo17appendOwnerNodeIdEPNS_10JSONObjectE |
6259 fun:_ZNK5blink22GraphicsLayerDebugInfo19appendAsTraceFormatEPNS_9WebStringE | 6268 fun:_ZNK5blink22GraphicsLayerDebugInfo19appendAsTraceFormatEPNS_9WebStringE |
6260 fun:_ZNK7content15TracedDebugInfo19AppendAsTraceFormatEPSs | 6269 fun:_ZNK7content15TracedDebugInfo19AppendAsTraceFormatEPSs |
6261 fun:_ZNK2cc9LayerImpl11AsValueIntoEPN4base5debug11TracedValueE | 6270 fun:_ZNK2cc9LayerImpl11AsValueIntoEPN4base5debug11TracedValueE |
6262 fun:_ZNK2cc*LayerImpl11AsValueIntoEPN4base5debug11TracedValueE | 6271 fun:_ZNK2cc*LayerImpl11AsValueIntoEPN4base5debug11TracedValueE |
6263 } | 6272 } |
OLD | NEW |