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

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

Issue 19647013: Implement value printer to prevent Valgrind errors in AudioPowerMonitor unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implement operator<< instead. Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « media/audio/audio_power_monitor_unittest.cc ('k') | 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 # 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 7369 matching lines...) Expand 10 before | Expand all | Expand 10 after
7380 fun:_Znw* 7380 fun:_Znw*
7381 ... 7381 ...
7382 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc 7382 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
7383 ... 7383 ...
7384 fun:_ZN15webkit_database15DatabaseTracker23UpgradeToCurrentVersionEv 7384 fun:_ZN15webkit_database15DatabaseTracker23UpgradeToCurrentVersionEv
7385 fun:_ZN15webkit_database15DatabaseTracker8LazyInitEv 7385 fun:_ZN15webkit_database15DatabaseTracker8LazyInitEv
7386 fun:_ZN15webkit_database15DatabaseTracker23GetAllOriginIdentifiersEPSt6vector ISsSaISsEE 7386 fun:_ZN15webkit_database15DatabaseTracker23GetAllOriginIdentifiersEPSt6vector ISsSaISsEE
7387 fun:_ZN15webkit_database12_GLOBAL__N_120GetOriginsOnDBThreadEPNS_15DatabaseTr ackerEPSt3setI4GURLSt4lessIS4_ESaIS4_EE 7387 fun:_ZN15webkit_database12_GLOBAL__N_120GetOriginsOnDBThreadEPNS_15DatabaseTr ackerEPSt3setI4GURLSt4lessIS4_ESaIS4_EE
7388 } 7388 }
7389 { 7389 {
7390 bug_263315
7391 Memcheck:Uninitialized
7392 ...
7393 fun:snprintf
7394 ...
7395 fun:_ZN7testing13PrintToStringIN5media12_GLOBAL__N_112TestScenarioEEESsRKT_
7396 fun:_ZN7testing8internal25ParameterizedTestCaseInfoIN5media21AudioPowerMonito rTestEE13RegisterTestsEv
7397 }
7398 {
7399 quic_socket_utils_write_packet_msg_name 7390 quic_socket_utils_write_packet_msg_name
7400 Memcheck:Param 7391 Memcheck:Param
7401 socketcall.sendmsg(msg.msg_name) 7392 socketcall.sendmsg(msg.msg_name)
7402 obj:/lib/x86_64-linux-gnu/libpthread-2.15.so 7393 obj:/lib/x86_64-linux-gnu/libpthread-2.15.so
7403 fun:_ZN3net5tools15QuicSocketUtils11WritePacketEiPKcmRKSt6vectorIhSaIhEERKNS_ 10IPEndPointEPi 7394 fun:_ZN3net5tools15QuicSocketUtils11WritePacketEiPKcmRKSt6vectorIhSaIhEERKNS_ 10IPEndPointEPi
7404 ... 7395 ...
7405 } 7396 }
7406 { 7397 {
7407 quic_socket_utils_write_packet_msg_control 7398 quic_socket_utils_write_packet_msg_control
7408 Memcheck:Param 7399 Memcheck:Param
7409 socketcall.sendmsg(msg.msg_control) 7400 socketcall.sendmsg(msg.msg_control)
7410 obj:/lib/x86_64-linux-gnu/libpthread-2.15.so 7401 obj:/lib/x86_64-linux-gnu/libpthread-2.15.so
7411 fun:_ZN3net5tools15QuicSocketUtils11WritePacketEiPKcmRKSt6vectorIhSaIhEERKNS_ 10IPEndPointEPi 7402 fun:_ZN3net5tools15QuicSocketUtils11WritePacketEiPKcmRKSt6vectorIhSaIhEERKNS_ 10IPEndPointEPi
7412 ... 7403 ...
7413 } 7404 }
OLDNEW
« no previous file with comments | « media/audio/audio_power_monitor_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698