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

Side by Side Diff: webrtc/build/sanitizers/lsan_suppressions_webrtc.cc

Issue 1587193006: Move talk/media to webrtc/media (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased to b647aca12a884a13c1728118586245399b55fa3d (#11493) Created 4 years, 10 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 | « webrtc/build/common.gypi ('k') | webrtc/build/sanitizers/tsan_suppressions_webrtc.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 10
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "leak:HangoutPubSubClientTest::HangoutPubSubClientTest\n" 63 "leak:HangoutPubSubClientTest::HangoutPubSubClientTest\n"
64 "leak:MucRoomConfigTaskTest::SetUp\n" 64 "leak:MucRoomConfigTaskTest::SetUp\n"
65 "leak:MucRoomDiscoveryTaskTest::SetUp\n" 65 "leak:MucRoomDiscoveryTaskTest::SetUp\n"
66 "leak:MucRoomLookupTaskTest::SetUp\n" 66 "leak:MucRoomLookupTaskTest::SetUp\n"
67 "leak:MucRoomUniqueHangoutIdTaskTest::SetUp\n" 67 "leak:MucRoomUniqueHangoutIdTaskTest::SetUp\n"
68 "leak:PingTaskTest::SetUp\n" 68 "leak:PingTaskTest::SetUp\n"
69 "leak:PingXmppClient::SendStanza\n" 69 "leak:PingXmppClient::SendStanza\n"
70 "leak:PubSubClientTest::PubSubClientTest\n" 70 "leak:PubSubClientTest::PubSubClientTest\n"
71 "leak:PubSubTasksTest::PubSubTasksTest\n" 71 "leak:PubSubTasksTest::PubSubTasksTest\n"
72 72
73 // libjingle_media_unittest 73 // rtc_media_unittests
74 "leak:cricket::FakeNetworkInterface::SetOption\n" 74 "leak:cricket::FakeNetworkInterface::SetOption\n"
75 "leak:CodecTest_TestCodecOperators_Test::TestBody\n" 75 "leak:CodecTest_TestCodecOperators_Test::TestBody\n"
76 "leak:VideoEngineTest*::ConstrainNewCodecBody\n" 76 "leak:VideoEngineTest*::ConstrainNewCodecBody\n"
77 "leak:VideoMediaChannelTest*::AddRemoveRecvStreams\n" 77 "leak:VideoMediaChannelTest*::AddRemoveRecvStreams\n"
78 "leak:WebRtcVideoCapturerTest_TestCapture_Test::TestBody\n" 78 "leak:WebRtcVideoCapturerTest_TestCapture_Test::TestBody\n"
79 "leak:WebRtcVideoEngineTestFake_MultipleSendStreamsWithOneCapturer_Test::TestBod y\n" 79 "leak:WebRtcVideoEngineTestFake_MultipleSendStreamsWithOneCapturer_Test::TestBod y\n"
80 "leak:WebRtcVideoEngineTestFake_SetBandwidthInConference_Test::TestBody\n" 80 "leak:WebRtcVideoEngineTestFake_SetBandwidthInConference_Test::TestBody\n"
81 "leak:WebRtcVideoEngineTestFake_SetSendCodecsRejectBadFormat_Test::TestBody\n" 81 "leak:WebRtcVideoEngineTestFake_SetSendCodecsRejectBadFormat_Test::TestBody\n"
82 82
83 // peerconnection_unittests 83 // peerconnection_unittests
(...skipping 19 matching lines...) Expand all
103 "leak:WebRtcSdpTest_SerializeSessionDescriptionWithBandwidth_Test::TestBody\n" 103 "leak:WebRtcSdpTest_SerializeSessionDescriptionWithBandwidth_Test::TestBody\n"
104 "leak:WebRtcSessionTest::SetLocalDescriptionExpectError\n" 104 "leak:WebRtcSessionTest::SetLocalDescriptionExpectError\n"
105 "leak:WebRtcSessionTest_TestAVOfferWithAudioOnlyAnswer_Test::TestBody\n" 105 "leak:WebRtcSessionTest_TestAVOfferWithAudioOnlyAnswer_Test::TestBody\n"
106 106
107 // PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. 107 // PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS.
108 108
109 // End of suppressions. 109 // End of suppressions.
110 ; // Please keep this semicolon. 110 ; // Please keep this semicolon.
111 111
112 #endif // LEAK_SANITIZER 112 #endif // LEAK_SANITIZER
OLDNEW
« no previous file with comments | « webrtc/build/common.gypi ('k') | webrtc/build/sanitizers/tsan_suppressions_webrtc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698