Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Side by Side Diff: tools/valgrind-webrtc/memcheck/suppressions.txt

Issue 2016613003: Add memcheck suppression hitting only our linux_memcheck trybot. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used in addition to the one already maintained in Chrome. 1 # This file is used in addition to the one already maintained in Chrome.
2 # It acts as a place holder for future additions for WebRTC. 2 # It acts as a place holder for future additions for WebRTC.
3 # It must exist for the Python wrapper script to work properly. 3 # It must exist for the Python wrapper script to work properly.
4 4
5 # There are three kinds of suppressions in this file. 5 # There are three kinds of suppressions in this file.
6 # 1. third_party libraries 6 # 1. third_party libraries
7 # 2. webrtc stuff 7 # 2. webrtc stuff
8 # 3. libjingle stuff (talk folder) 8 # 3. libjingle stuff (talk folder)
9 #----------------------------------------------------------------------- 9 #-----------------------------------------------------------------------
10 10
11 # third_party libraries 11 # third_party libraries
12 12
13 { 13 {
14 libnss_leak_hitting_trusty_machines 14 libnss_leak_hitting_trusty_machines
15 Memcheck:Leak 15 Memcheck:Leak
16 fun:calloc 16 fun:calloc
17 obj:/usr/lib/x86_64-linux-gnu/libnss3.so 17 obj:/usr/lib/x86_64-linux-gnu/libnss3.so
18 ... 18 ...
19 fun:NSS_NoDB_Init 19 fun:NSS_NoDB_Init
20 ... 20 ...
21 } 21 }
22 {
23 libc_free_hitting_gce_vms
24 Memcheck:Free
25 fun:free
26 fun:__libc_freeres
27 fun:_vgnU_freeres
28 ...
29 }
22 30
23 #----------------------------------------------------------------------- 31 #-----------------------------------------------------------------------
24 # webrtc stuff 32 # webrtc stuff
25 { 33 {
26 bug_3446 34 bug_3446
27 Memcheck:Uninitialized 35 Memcheck:Uninitialized
28 fun:vp8cx_pick_filter_level_fast 36 fun:vp8cx_pick_filter_level_fast
29 fun:vp8_loopfilter_frame 37 fun:vp8_loopfilter_frame
30 fun:encode_frame_to_data_rate 38 fun:encode_frame_to_data_rate
31 fun:vp8_get_compressed_data 39 fun:vp8_get_compressed_data
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 fun:silk_NLSF_encode 413 fun:silk_NLSF_encode
406 fun:silk_process_NLSFs 414 fun:silk_process_NLSFs
407 fun:silk_process_NLSFs_FLP 415 fun:silk_process_NLSFs_FLP
408 fun:silk_find_pred_coefs_FLP 416 fun:silk_find_pred_coefs_FLP
409 fun:silk_encode_frame_FLP 417 fun:silk_encode_frame_FLP
410 fun:silk_Encode 418 fun:silk_Encode
411 fun:opus_encode_native 419 fun:opus_encode_native
412 fun:opus_encode 420 fun:opus_encode
413 fun:WebRtcOpus_Encode 421 fun:WebRtcOpus_Encode
414 } 422 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698