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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « webrtc/build/apk_tests_noop.gyp ('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 /* 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 // libjingle_media_unittest 73 // libjingle_media_unittest
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 // libjingle_peerconnection_unittest 83 // peerconnection_unittests
84 // https://code.google.com/p/webrtc/issues/detail?id=2528 84 // https://code.google.com/p/webrtc/issues/detail?id=2528
85 "leak:cricket::FakeVideoMediaChannel::~FakeVideoMediaChannel\n" 85 "leak:cricket::FakeVideoMediaChannel::~FakeVideoMediaChannel\n"
86 "leak:cricket::MediaSessionDescriptionFactory::CreateAnswer\n" 86 "leak:cricket::MediaSessionDescriptionFactory::CreateAnswer\n"
87 "leak:cricket::MediaSessionDescriptionFactory::CreateOffer\n" 87 "leak:cricket::MediaSessionDescriptionFactory::CreateOffer\n"
88 "leak:DtmfSenderTest_InsertEmptyTonesToCancelPreviousTask_Test::TestBody\n" 88 "leak:DtmfSenderTest_InsertEmptyTonesToCancelPreviousTask_Test::TestBody\n"
89 "leak:sigslot::_signal_base2*::~_signal_base2\n" 89 "leak:sigslot::_signal_base2*::~_signal_base2\n"
90 "leak:testing::internal::CmpHelperEQ\n" 90 "leak:testing::internal::CmpHelperEQ\n"
91 "leak:webrtc::AudioDeviceLinuxALSA::InitMicrophone\n" 91 "leak:webrtc::AudioDeviceLinuxALSA::InitMicrophone\n"
92 "leak:webrtc::AudioDeviceLinuxALSA::InitSpeaker\n" 92 "leak:webrtc::AudioDeviceLinuxALSA::InitSpeaker\n"
93 "leak:webrtc::CreateIceCandidate\n" 93 "leak:webrtc::CreateIceCandidate\n"
94 "leak:webrtc::FakeConstraints::AddOptional\n" 94 "leak:webrtc::FakeConstraints::AddOptional\n"
95 "leak:webrtc::WebRtcIdentityRequestObserver::OnSuccess\n" 95 "leak:webrtc::WebRtcIdentityRequestObserver::OnSuccess\n"
96 "leak:webrtc::WebRtcSessionDescriptionFactory::InternalCreateAnswer\n" 96 "leak:webrtc::WebRtcSessionDescriptionFactory::InternalCreateAnswer\n"
97 "leak:webrtc::WebRtcSessionDescriptionFactory::InternalCreateOffer\n" 97 "leak:webrtc::WebRtcSessionDescriptionFactory::InternalCreateOffer\n"
98 "leak:PeerConnectionInterfaceTest_SsrcInOfferAnswer_Test::TestBody\n" 98 "leak:PeerConnectionInterfaceTest_SsrcInOfferAnswer_Test::TestBody\n"
99 "leak:PeerConnectionInterfaceTest_CloseAndTestMethods_Test::TestBody\n" 99 "leak:PeerConnectionInterfaceTest_CloseAndTestMethods_Test::TestBody\n"
100 "leak:WebRtcSdpTest::TestDeserializeRtcpFb\n" 100 "leak:WebRtcSdpTest::TestDeserializeRtcpFb\n"
101 "leak:WebRtcSdpTest::TestSerialize\n" 101 "leak:WebRtcSdpTest::TestSerialize\n"
102 "leak:WebRtcSdpTest_SerializeSessionDescriptionWithDataChannelAndBandwidth_Test: :TestBody\n" 102 "leak:WebRtcSdpTest_SerializeSessionDescriptionWithDataChannelAndBandwidth_Test: :TestBody\n"
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/apk_tests_noop.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698