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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/audio/audio_power_monitor_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index b0041dd7cf6609349adb3302cf6a0a3e7fdd8831..cc2d91fd7bbc38aa122445a5809066d3c03372a4 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -7387,15 +7387,6 @@
fun:_ZN15webkit_database12_GLOBAL__N_120GetOriginsOnDBThreadEPNS_15DatabaseTrackerEPSt3setI4GURLSt4lessIS4_ESaIS4_EE
}
{
- bug_263315
- Memcheck:Uninitialized
- ...
- fun:snprintf
- ...
- fun:_ZN7testing13PrintToStringIN5media12_GLOBAL__N_112TestScenarioEEESsRKT_
- fun:_ZN7testing8internal25ParameterizedTestCaseInfoIN5media21AudioPowerMonitorTestEE13RegisterTestsEv
-}
-{
quic_socket_utils_write_packet_msg_name
Memcheck:Param
socketcall.sendmsg(msg.msg_name)
« 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