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

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

Issue 2531573003: Make Valgrind memcheck work in swarming. (Closed)
Patch Set: Add more suppressions. Created 4 years 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 | tools/valgrind-webrtc/webrtc_tests.sh » ('j') | 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
(...skipping 12 matching lines...) Expand all
23 Memcheck:Uninitialized 23 Memcheck:Uninitialized
24 fun:_itoa_word 24 fun:_itoa_word
25 fun:vfprintf 25 fun:vfprintf
26 fun:vsnprintf 26 fun:vsnprintf
27 fun:snprintf 27 fun:snprintf
28 ... 28 ...
29 } 29 }
30 30
31 #----------------------------------------------------------------------- 31 #-----------------------------------------------------------------------
32 # webrtc stuff 32 # webrtc stuff
33
34 {
35 bug_6773_3
36 Memcheck:Uninitialized
37 fun:vfprintf
38 fun:vsnprintf
39 fun:snprintf
40 fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo
41 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo
42 fun:_ZN7testing8internal14DefaultPrintToISt6vectorIN6webrtc4rtcp3Fir7RequestE SaIS6_EEEEviNS0_13bool_constantILb0EEERKT_PSo
43 fun:_ZN7testing8internal20MatchPrintAndExplainIKSt6vectorIN6webrtc4rtcp3Fir7R equestESaIS6_EERS9_EEbRT_RKNS_7MatcherIT0_EEPNS_19MatchResultListenerE
44 fun:_ZNK7testing8internal29PredicateFormatterFromMatcherINS0_18ElementsAreMat cherISt5tupleIJNS0_13BothOfMatcherINS_18PolymorphicMatcherINS0_12FieldMatcherIN6 webrtc4rtcp3Fir7RequestEjEEEENS5_INS6_ISA_hEEEEEESF_EEEEEclISt6vectorISA_SaISA_E EEENS_15AssertionResultEPKcRKT_
45 fun:_ZN6webrtc36RtcpPacketFirTest_TwoFciEntries_Test8TestBodyEv
46 }
47 {
48 bug_6773_2
49 Memcheck:Uninitialized
50 fun:vfprintf
51 fun:vsnprintf
52 fun:snprintf
53 fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo
54 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo
55 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
56 fun:_ZNK6webrtc11MockRtpRtcp11FlexfecSsrcEv
57 fun:_ZN6webrtc12PacketRouter16TimeToSendPacketEjtlbi
58 fun:_ZN6webrtc38PacketRouterTest_TimeToSendPacket_Test8TestBodyEv
59 }
60 {
61 bug_6773_1
62 Memcheck:Uninitialized
63 fun:vfprintf
64 fun:vsnprintf
65 fun:snprintf
66 fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo
67 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo
68 fun:_ZN7testing8internal14DefaultPrintToISt6vectorIN6webrtc4rtcp3Fir7RequestE SaIS6_EEEEviNS0_13bool_constantILb0EEERKT_PSo
69 fun:_ZN7testing8internal20MatchPrintAndExplainIKSt6vectorIN6webrtc4rtcp3Fir7R equestESaIS6_EERS9_EEbRT_RKNS_7MatcherIT0_EEPNS_19MatchResultListenerE
70 fun:_ZNK7testing8internal29PredicateFormatterFromMatcherINS0_18ElementsAreMat cherISt5tupleIJNS0_13BothOfMatcherINS_18PolymorphicMatcherINS0_12FieldMatcherIN6 webrtc4rtcp3Fir7RequestEjEEEENS5_INS6_ISA_hEEEEEEEEEEEclISt6vectorISA_SaISA_EEEE NS_15AssertionResultEPKcRKT_
71 fun:_ZN6webrtc28RtcpPacketFirTest_Parse_Test8TestBodyEv
72 }
33 { 73 {
34 bug_3446 74 bug_3446
35 Memcheck:Uninitialized 75 Memcheck:Uninitialized
36 fun:vp8cx_pick_filter_level_fast 76 fun:vp8cx_pick_filter_level_fast
37 fun:vp8_loopfilter_frame 77 fun:vp8_loopfilter_frame
38 fun:encode_frame_to_data_rate 78 fun:encode_frame_to_data_rate
39 fun:vp8_get_compressed_data 79 fun:vp8_get_compressed_data
40 fun:vp8e_encode 80 fun:vp8e_encode
41 fun:vpx_codec_encode 81 fun:vpx_codec_encode
42 ... 82 ...
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 fun:pitch_search 515 fun:pitch_search
476 fun:celt_decode_lost 516 fun:celt_decode_lost
477 fun:celt_decode_with_ec 517 fun:celt_decode_with_ec
478 fun:opus_decode_frame 518 fun:opus_decode_frame
479 ... 519 ...
480 fun:opus_decode_native 520 fun:opus_decode_native
481 fun:opus_decode 521 fun:opus_decode
482 fun:WebRtcOpus_Decode* 522 fun:WebRtcOpus_Decode*
483 ... 523 ...
484 } 524 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind-webrtc/webrtc_tests.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698