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

Unified Diff: webrtc/build/sanitizers/lsan_suppressions_webrtc.cc

Issue 1602443004: Make it possible to run peerconnection_unittests on Android. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: fix isolate Created 4 years, 11 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 | « webrtc/build/apk_tests_noop.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/sanitizers/lsan_suppressions_webrtc.cc
diff --git a/webrtc/build/sanitizers/lsan_suppressions_webrtc.cc b/webrtc/build/sanitizers/lsan_suppressions_webrtc.cc
index 61fdbbc20b382f85f08c07be98c688b17ac86702..01ded5b42d2e1b36aa57fcc901580a6688b0d5c9 100644
--- a/webrtc/build/sanitizers/lsan_suppressions_webrtc.cc
+++ b/webrtc/build/sanitizers/lsan_suppressions_webrtc.cc
@@ -80,7 +80,7 @@ char kLSanDefaultSuppressions[] =
"leak:WebRtcVideoEngineTestFake_SetBandwidthInConference_Test::TestBody\n"
"leak:WebRtcVideoEngineTestFake_SetSendCodecsRejectBadFormat_Test::TestBody\n"
-// libjingle_peerconnection_unittest
+// peerconnection_unittests
// https://code.google.com/p/webrtc/issues/detail?id=2528
"leak:cricket::FakeVideoMediaChannel::~FakeVideoMediaChannel\n"
"leak:cricket::MediaSessionDescriptionFactory::CreateAnswer\n"
« no previous file with comments | « webrtc/build/apk_tests_noop.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698