OLD | NEW |
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 Loading... |
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 Loading... |
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 |
OLD | NEW |