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

Side by Side Diff: tools-webrtc/sanitizers/lsan_suppressions_webrtc.cc

Issue 2758943002: Remove obsolete suppressions. (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | tools-webrtc/valgrind/memcheck/suppressions.txt » ('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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 // None known so far. 42 // None known so far.
43 43
44 // ================ Leaks in WebRTC code ================ 44 // ================ Leaks in WebRTC code ================
45 // PLEASE DO NOT ADD SUPPRESSIONS FOR NEW LEAKS. 45 // PLEASE DO NOT ADD SUPPRESSIONS FOR NEW LEAKS.
46 // Instead, commits that introduce memory leaks should be reverted. Suppressing 46 // Instead, commits that introduce memory leaks should be reverted. Suppressing
47 // the leak is acceptable in some cases when reverting is impossible, i.e. when 47 // the leak is acceptable in some cases when reverting is impossible, i.e. when
48 // enabling leak detection for the first time for a test target with 48 // enabling leak detection for the first time for a test target with
49 // pre-existing leaks. 49 // pre-existing leaks.
50 50
51 // rtc_unittest 51 // rtc_unittest
52 // https://code.google.com/p/webrtc/issues/detail?id=3827 for details.
53 "leak:rtc::unstarted_task_test_DoNotDeleteTask2_Test::TestBody\n"
54 "leak:rtc::HttpServer::HandleConnection\n"
55 "leak:rtc::HttpServer::Connection::onHttpHeaderComplete\n"
56 "leak:rtc::HttpResponseData::set_success\n"
57 "leak:rtc::HttpData::changeHeader\n"
58 // https://code.google.com/p/webrtc/issues/detail?id=4149 for details. 52 // https://code.google.com/p/webrtc/issues/detail?id=4149 for details.
59 "leak:StartDNSLookup\n" 53 "leak:StartDNSLookup\n"
60 // https://code.google.com/p/webrtc/issues/detail?id=2527 54 // https://code.google.com/p/webrtc/issues/detail?id=2527
61 "leak:HangoutPubSubClientTest::HangoutPubSubClientTest\n" 55 "leak:HangoutPubSubClientTest::HangoutPubSubClientTest\n"
62 "leak:MucRoomConfigTaskTest::SetUp\n" 56 "leak:MucRoomConfigTaskTest::SetUp\n"
63 "leak:MucRoomDiscoveryTaskTest::SetUp\n" 57 "leak:MucRoomDiscoveryTaskTest::SetUp\n"
64 "leak:MucRoomLookupTaskTest::SetUp\n" 58 "leak:MucRoomLookupTaskTest::SetUp\n"
65 "leak:MucRoomUniqueHangoutIdTaskTest::SetUp\n" 59 "leak:MucRoomUniqueHangoutIdTaskTest::SetUp\n"
66 "leak:PingTaskTest::SetUp\n" 60 "leak:PingTaskTest::SetUp\n"
67 "leak:PingXmppClient::SendStanza\n" 61 "leak:PingXmppClient::SendStanza\n"
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "leak:WebRtcSdpTest_SerializeSessionDescriptionWithBandwidth_Test::TestBody\n" 95 "leak:WebRtcSdpTest_SerializeSessionDescriptionWithBandwidth_Test::TestBody\n"
102 "leak:WebRtcSessionTest::SetLocalDescriptionExpectError\n" 96 "leak:WebRtcSessionTest::SetLocalDescriptionExpectError\n"
103 "leak:WebRtcSessionTest_TestAVOfferWithAudioOnlyAnswer_Test::TestBody\n" 97 "leak:WebRtcSessionTest_TestAVOfferWithAudioOnlyAnswer_Test::TestBody\n"
104 98
105 // PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. 99 // PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS.
106 100
107 // End of suppressions. 101 // End of suppressions.
108 ; // Please keep this semicolon. 102 ; // Please keep this semicolon.
109 103
110 #endif // LEAK_SANITIZER 104 #endif // LEAK_SANITIZER
OLDNEW
« no previous file with comments | « no previous file | tools-webrtc/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698