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 2914 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2925 { | 2925 { |
2926 bug_44341 | 2926 bug_44341 |
2927 Memcheck:Value4 | 2927 Memcheck:Value4 |
2928 fun:rijndael_encryptBlock128 | 2928 fun:rijndael_encryptBlock128 |
2929 fun:rijndael_encryptCBC | 2929 fun:rijndael_encryptCBC |
2930 ... | 2930 ... |
2931 fun:_ZN3net18SSLClientSocketNSS14DoPayloadWriteEv | 2931 fun:_ZN3net18SSLClientSocketNSS14DoPayloadWriteEv |
2932 ... | 2932 ... |
2933 } | 2933 } |
2934 { | 2934 { |
2935 bug_44879 | |
2936 Memcheck:Leak | |
2937 fun:_Znw* | |
2938 ... | |
2939 fun:_ZN85_GLOBAL__N_chrome_renderer_extensions_extension_process_bindings.cc_
00000000_FEADAD0F13ExtensionImpl12StartRequestERKN2v89ArgumentsE | |
2940 } | |
2941 { | |
2942 bug_44879 | |
2943 Memcheck:Leak | |
2944 fun:_Znw* | |
2945 ... | |
2946 fun:_ZN85_GLOBAL__N_chrome_renderer_extensions_extension_process_bindings.cc_
00000000_F8ABDBBA13ExtensionImpl12StartRequestERKN2v89ArgumentsE | |
2947 } | |
2948 { | |
2949 bug_44966 | 2935 bug_44966 |
2950 Memcheck:Addr8 | 2936 Memcheck:Addr8 |
2951 fun:event_del | 2937 fun:event_del |
2952 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher26StopWatchingFileDes
criptorEv | 2938 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher26StopWatchingFileDes
criptorEv |
2953 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcherD1Ev | 2939 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcherD1Ev |
2954 fun:_ZN61MessageLoopTest_FileDescriptorWatcherOutlivesMessageLoop_Test8TestBo
dyEv | 2940 fun:_ZN61MessageLoopTest_FileDescriptorWatcherOutlivesMessageLoop_Test8TestBo
dyEv |
2955 } | 2941 } |
2956 { | 2942 { |
2957 bug_44966 | 2943 bug_44966 |
2958 Memcheck:Addr4 | 2944 Memcheck:Addr4 |
2959 fun:event_del | 2945 fun:event_del |
2960 ... | 2946 ... |
2961 fun:_ZN61MessageLoopTest_FileDescriptorWatcherOutlivesMessageLoop_Test8TestBo
dyEv | 2947 fun:_ZN61MessageLoopTest_FileDescriptorWatcherOutlivesMessageLoop_Test8TestBo
dyEv |
2962 } | 2948 } |
2963 | 2949 |
OLD | NEW |