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 1242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1253 fun:_ZN10JSONWriter15BuildJSONStringEPK5Valueib | 1253 fun:_ZN10JSONWriter15BuildJSONStringEPK5Valueib |
1254 fun:_ZN10JSONWriter15BuildJSONStringEPK5Valueib | 1254 fun:_ZN10JSONWriter15BuildJSONStringEPK5Valueib |
1255 fun:_ZN10JSONWriter15BuildJSONStringEPK5Valueib | 1255 fun:_ZN10JSONWriter15BuildJSONStringEPK5Valueib |
1256 fun:_ZN10JSONWriter23WriteWithOptionalEscapeEPK5ValuebbPSs | 1256 fun:_ZN10JSONWriter23WriteWithOptionalEscapeEPK5ValuebbPSs |
1257 fun:_ZN10JSONWriter5WriteEPK5ValuebPSs | 1257 fun:_ZN10JSONWriter5WriteEPK5ValuebPSs |
1258 fun:_ZN25JSONStringValueSerializer9SerializeERK5Value | 1258 fun:_ZN25JSONStringValueSerializer9SerializeERK5Value |
1259 fun:_ZN11PrefService13SerializeDataEPSs | 1259 fun:_ZN11PrefService13SerializeDataEPSs |
1260 fun:_ZN11PrefService19SavePersistentPrefsEv | 1260 fun:_ZN11PrefService19SavePersistentPrefsEv |
1261 fun:_ZN16browser_shutdown8ShutdownEv | 1261 fun:_ZN16browser_shutdown8ShutdownEv |
1262 } | 1262 } |
| 1263 { |
| 1264 bug_22702_a |
| 1265 Memcheck:Cond |
| 1266 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEN2v86HandleINS1_
7ContextEEEPNS_5EventENS2_INS1_5ValueEEEb |
| 1267 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_5EventEb |
| 1268 ... |
| 1269 fun:_ZN7WebCore8Document15finishedParsingEv |
| 1270 } |
| 1271 { |
| 1272 bug_22702_b |
| 1273 Memcheck:Cond |
| 1274 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEN2v86HandleINS1_
7ContextEEEPNS_5EventENS2_INS1_5ValueEEEb |
| 1275 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_5EventEb |
| 1276 fun:_ZN7WebCore4Node17handleLocalEventsEPNS_5EventEb |
| 1277 fun:_ZN7WebCore4Node20dispatchGenericEventEN3WTF10PassRefPtrINS_5EventEEE |
| 1278 fun:_ZN7WebCore4Node13dispatchEventEN3WTF10PassRefPtrINS_5EventEEERi |
| 1279 fun:_ZN7WebCore12NodeInternal21dispatchEventCallbackERKN2v89ArgumentsE |
| 1280 fun:_ZN2v88internal21Builtin_HandleApiCallENS0_9ArgumentsE |
| 1281 } |
OLD | NEW |