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, stuff that is somehow a false positive | 4 # 2. Intentional unit test errors, 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. | 8 # These should all be in chromium's bug tracking system. |
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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 fun:_ZN4base3mac30PathForFrameworkBundleResourceEPK10__CFString | 279 fun:_ZN4base3mac30PathForFrameworkBundleResourceEPK10__CFString |
280 fun:_ZN3gin13IsolateHolder14LoadV8SnapshotEv | 280 fun:_ZN3gin13IsolateHolder14LoadV8SnapshotEv |
281 } | 281 } |
282 { | 282 { |
283 bug_464850 | 283 bug_464850 |
284 Memcheck:Uninitialized | 284 Memcheck:Uninitialized |
285 fun:_ZN2v88internal9ExitFrame23GetStateForFramePointerEPhPNS0_10StackFrame5St
ateE | 285 fun:_ZN2v88internal9ExitFrame23GetStateForFramePointerEPhPNS0_10StackFrame5St
ateE |
286 fun:_ZN2v88internal18StackFrameIterator5ResetEPNS0_14ThreadLocalTopE | 286 fun:_ZN2v88internal18StackFrameIterator5ResetEPNS0_14ThreadLocalTopE |
287 fun:_ZN2v88internal18StackFrameIteratorC2EPNS0_7IsolateE | 287 fun:_ZN2v88internal18StackFrameIteratorC2EPNS0_7IsolateE |
288 fun:_ZN2v88internal18StackFrameIteratorC1EPNS0_7IsolateE | 288 fun:_ZN2v88internal18StackFrameIteratorC1EPNS0_7IsolateE |
289 fun:_ZN2v88internal7Isolate11FindHandlerEv | |
290 } | 289 } |
OLD | NEW |