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 5648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5659 fun:_ZN3WTF10fastMallocE* | 5659 fun:_ZN3WTF10fastMallocE* |
5660 ... | 5660 ... |
5661 fun:_ZN7WebCore21MediaStreamDescriptor6createERKN3WTF6StringERKNS1_6VectorINS
1_6RefPtrINS_17MediaStreamSourceEEEL* | 5661 fun:_ZN7WebCore21MediaStreamDescriptor6createERKN3WTF6StringERKNS1_6VectorINS
1_6RefPtrINS_17MediaStreamSourceEEEL* |
5662 fun:_ZN6WebKit24WebMediaStreamDescriptor10initializeERKNS_9WebStringERKNS_9We
bVectorINS_20WebMediaStreamSourceEEE | 5662 fun:_ZN6WebKit24WebMediaStreamDescriptor10initializeERKNS_9WebStringERKNS_9We
bVectorINS_20WebMediaStreamSourceEEE |
5663 fun:_ZN21PeerConnectionHandler28CreateWebKitStreamDescriptorEPN6webrtc20Media
StreamInterfaceE | 5663 fun:_ZN21PeerConnectionHandler28CreateWebKitStreamDescriptorEPN6webrtc20Media
StreamInterfaceE |
5664 fun:_ZN21PeerConnectionHandler19OnAddStreamCallbackEPN6webrtc20MediaStreamInt
erfaceE | 5664 fun:_ZN21PeerConnectionHandler19OnAddStreamCallbackEPN6webrtc20MediaStreamInt
erfaceE |
5665 fun:_ZN21PeerConnectionHandler11OnAddStreamEPN6webrtc20MediaStreamInterfaceE | 5665 fun:_ZN21PeerConnectionHandler11OnAddStreamEPN6webrtc20MediaStreamInterfaceE |
5666 fun:_ZN36PeerConnectionHandlerTest_Basic_Test8TestBodyEv | 5666 fun:_ZN36PeerConnectionHandlerTest_Basic_Test8TestBodyEv |
5667 } | 5667 } |
5668 | 5668 |
| 5669 { |
| 5670 bug_112278 |
| 5671 Memcheck:Uninitialized |
| 5672 fun:fetch_texel_2d_f_rgba8888 |
| 5673 fun:sample_2d_linear |
| 5674 fun:sample_linear_2d |
| 5675 fun:fetch_texel_lod |
| 5676 fun:fetch_texel |
| 5677 fun:_mesa_execute_program |
| 5678 fun:run_program |
| 5679 fun:_swrast_exec_fragment_program |
| 5680 fun:shade_texture_span |
| 5681 fun:_swrast_write_rgba_span |
| 5682 fun:general_triangle |
| 5683 fun:_swrast_validate_triangle |
| 5684 fun:_swrast_Triangle |
| 5685 fun:triangle_rgba |
| 5686 fun:_tnl_render_triangles_elts |
| 5687 fun:run_render |
| 5688 fun:_tnl_run_pipeline |
| 5689 fun:_tnl_draw_prims |
| 5690 fun:_tnl_vbo_draw_prims |
| 5691 fun:vbo_validated_drawrangeelements |
| 5692 fun:vbo_exec_DrawElements |
| 5693 fun:neutral_DrawElements |
| 5694 } |
| 5695 |
5669 #----------------------------------------------------------------------- | 5696 #----------------------------------------------------------------------- |
5670 # 4. These only occur on our Google workstations | 5697 # 4. These only occur on our Google workstations |
5671 | 5698 |
5672 { | 5699 { |
5673 bug_todo_getdelim | 5700 bug_todo_getdelim |
5674 Memcheck:Leak | 5701 Memcheck:Leak |
5675 fun:malloc | 5702 fun:malloc |
5676 fun:getdelim | 5703 fun:getdelim |
5677 ... | 5704 ... |
5678 fun:call_init | 5705 fun:call_init |
5679 fun:_dl_init | 5706 fun:_dl_init |
5680 } | 5707 } |
5681 { | 5708 { |
5682 bug_todo_getdelim2 | 5709 bug_todo_getdelim2 |
5683 Memcheck:Leak | 5710 Memcheck:Leak |
5684 fun:malloc | 5711 fun:malloc |
5685 fun:getdelim | 5712 fun:getdelim |
5686 obj:/lib/libselinux.so.1 | 5713 obj:/lib/libselinux.so.1 |
5687 obj:/lib/libselinux.so.1 | 5714 obj:/lib/libselinux.so.1 |
5688 obj:/lib/libselinux.so.1 | 5715 obj:/lib/libselinux.so.1 |
5689 } | 5716 } |
5690 { | 5717 { |
5691 bug_todo_grep | 5718 bug_todo_grep |
5692 Memcheck:Leak | 5719 Memcheck:Leak |
5693 fun:malloc | 5720 fun:malloc |
5694 obj:/bin/grep | 5721 obj:/bin/grep |
5695 obj:/bin/grep | 5722 obj:/bin/grep |
5696 } | 5723 } |
OLD | NEW |