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 2440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2451 { | 2451 { |
2452 bug_133076_b | 2452 bug_133076_b |
2453 Memcheck:Uninitialized | 2453 Memcheck:Uninitialized |
2454 fun:_ZNK7WebCore15DynamicNodeList4nodeEv | 2454 fun:_ZNK7WebCore15DynamicNodeList4nodeEv |
2455 fun:_ZN7WebCore13ChildNodeListD2Ev | 2455 fun:_ZN7WebCore13ChildNodeListD2Ev |
2456 fun:_ZN7WebCore13ChildNodeListD1Ev | 2456 fun:_ZN7WebCore13ChildNodeListD1Ev |
2457 fun:_ZN7WebCore13ChildNodeListD0Ev | 2457 fun:_ZN7WebCore13ChildNodeListD0Ev |
2458 fun:_ZN3WTF10RefCountedIN7WebCore8NodeListEE5derefEv | 2458 fun:_ZN3WTF10RefCountedIN7WebCore8NodeListEE5derefEv |
2459 fun:_ZN6WebKit11WebNodeList6assignEPN7WebCore8NodeListE | 2459 fun:_ZN6WebKit11WebNodeList6assignEPN7WebCore8NodeListE |
2460 } | 2460 } |
2461 { | |
2462 bug_138515 | |
2463 Memcheck:Uninitialized | |
2464 fun:_ZN5mediaL20InterleaveFloatToIntIsiEEvRKSt6vectorIPfSaIS2_EEPvm | |
2465 fun:_ZN5media20InterleaveFloatToIntERKSt6vectorIPfSaIS1_EEPvmi | |
2466 fun:_ZN11AudioDevice19AudioThreadCallback7ProcessEi | |
2467 fun:_ZN17AudioDeviceThread6Thread3RunEv | |
2468 fun:_ZN17AudioDeviceThread6Thread10ThreadMainEv | |
2469 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv | |
2470 } | |
OLD | NEW |