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 2410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2421 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv | 2421 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv |
2422 } | 2422 } |
2423 { | 2423 { |
2424 bug_131361 | 2424 bug_131361 |
2425 Memcheck:Overlap | 2425 Memcheck:Overlap |
2426 fun:memcpy | 2426 fun:memcpy |
2427 ... | 2427 ... |
2428 fun:_ZN2v88internal18GvnBasicBlockState32* | 2428 fun:_ZN2v88internal18GvnBasicBlockState32* |
2429 } | 2429 } |
2430 { | 2430 { |
2431 bug_133076_a | 2431 bug_139633 |
2432 Memcheck:Uninitialized | 2432 Memcheck:Uninitialized |
2433 fun:_ZNK7WebCore15DynamicNodeList4nodeEv | 2433 fun:_ZL19ConvertYUVToRGB32_ChhhPh |
2434 fun:_ZNK7WebCore13ChildNodeList6lengthEv | 2434 fun:LinearScaleYUVToRGB32RowWithRange_C |
2435 fun:_ZNK6WebKit11WebNodeList6lengthEv | 2435 fun:_ZN5media23ScaleYUVToRGB32WithRectEPKhS1_S1_Phiiiiiiiiiii |
| 2436 fun:_ZN8remoting29ConvertAndScaleYUVToRGB32RectEPKhS1_S1_iiRK7SkTSizeIiERK7Sk
IRectPhiS5_S8_S8_ |
| 2437 fun:_ZN8remoting10DecoderVp811RenderFrameERK7SkTSizeIiERK7SkIRectPhiP8SkRegio
n |
| 2438 fun:_ZN8remoting13DecoderTester11RenderFrameEv |
| 2439 fun:_ZN8remoting13DecoderTester14ReceivedPacketEPNS_11VideoPacketE |
| 2440 fun:_ZN8remoting13DecoderTester20ReceivedScopedPacketE10scoped_ptrINS_11Video
PacketEE |
2436 } | 2441 } |
2437 { | 2442 |
2438 bug_133076_b | |
2439 Memcheck:Uninitialized | |
2440 fun:_ZNK7WebCore15DynamicNodeList4nodeEv | |
2441 fun:_ZN7WebCore13ChildNodeListD2Ev | |
2442 fun:_ZN7WebCore13ChildNodeListD1Ev | |
2443 fun:_ZN7WebCore13ChildNodeListD0Ev | |
2444 fun:_ZN3WTF10RefCountedIN7WebCore8NodeListEE5derefEv | |
2445 fun:_ZN6WebKit11WebNodeList6assignEPN7WebCore8NodeListE | |
2446 } | |
OLD | NEW |