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

Side by Side Diff: tools/valgrind-webrtc/drmemory/suppressions.txt

Issue 1414283007: Remove DrMemory suppressions for NetEq (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Remove second suppression Created 5 years, 1 month 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 | 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 # This file is used in addition to the one already maintained in Chrome. 1 # This file is used in addition to the one already maintained in Chrome.
2 # It acts as a place holder for future additions for WebRTC. 2 # It acts as a place holder for future additions for WebRTC.
3 # It must exist for the Python wrapper script to work properly. 3 # It must exist for the Python wrapper script to work properly.
4 4
5 INVALID HEAP ARGUMENT 5 INVALID HEAP ARGUMENT
6 name=https://code.google.com/p/webrtc/issues/detail?id=2321 (1) 6 name=https://code.google.com/p/webrtc/issues/detail?id=2321 (1)
7 drmemorylib.dll!replace_operator_delete_array 7 drmemorylib.dll!replace_operator_delete_array
8 *!webrtc::scoped_array<short>::~scoped_array<short> 8 *!webrtc::scoped_array<short>::~scoped_array<short>
9 *!webrtc::PushResampler::~PushResampler 9 *!webrtc::PushResampler::~PushResampler
10 ... 10 ...
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 *!webrtc::WindowCapturerTest_Capture_Test::TestBody 83 *!webrtc::WindowCapturerTest_Capture_Test::TestBody
84 *!testing::internal::HandleSehExceptionsInMethodIfSupported<> 84 *!testing::internal::HandleSehExceptionsInMethodIfSupported<>
85 85
86 LEAK 86 LEAK
87 name=https://code.google.com/p/webrtc/issues/detail?id=2333 87 name=https://code.google.com/p/webrtc/issues/detail?id=2333
88 drmemorylib.dll!replace_operator_new 88 drmemorylib.dll!replace_operator_new
89 *!webrtc::test::UdpSocketWrapper::CreateSocket 89 *!webrtc::test::UdpSocketWrapper::CreateSocket
90 *!webrtc::test::UdpSocketManager_AddAndRemoveSocketDoesNotLeakMemory_Test::TestB ody 90 *!webrtc::test::UdpSocketManager_AddAndRemoveSocketDoesNotLeakMemory_Test::TestB ody
91 *!testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test,void> 91 *!testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test,void>
92 92
93 INVALID HEAP ARGUMENT
94 name=https://code.google.com/p/webrtc/issues/detail?id=2515 (1)
95 drmemorylib.dll!replace_operator_delete_nothrow
96 *!webrtc::scoped_array<short>::~scoped_array<short>
97 *!webrtc::NetEqImpl::~NetEqImpl
98 *!webrtc::NetEqImpl::`scalar deleting destructor'
99 ...
100 *!testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test,void>
101
102 INVALID HEAP ARGUMENT
103 name=https://code.google.com/p/webrtc/issues/detail?id=2515 (2)
104 drmemorylib.dll!replace_operator_delete_nothrow
105 *!webrtc::scoped_array<short>::reset
106 *!webrtc::NetEqImpl::SetSampleRateAndChannels
107 *!webrtc::NetEqImpl::InsertPacketInternal
108 *!webrtc::NetEqImpl::InsertPacket
109 ...
110 *!testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test,void>
111
112 UNINITIALIZED READ 93 UNINITIALIZED READ
113 name=https://code.google.com/p/webrtc/issues/detail?id=2516 94 name=https://code.google.com/p/webrtc/issues/detail?id=2516
114 system call NtUserGetThreadDesktop parameter value #1 95 system call NtUserGetThreadDesktop parameter value #1
115 *!webrtc::Desktop::GetThreadDesktop 96 *!webrtc::Desktop::GetThreadDesktop
116 *!webrtc::ScopedThreadDesktop::ScopedThreadDesktop 97 *!webrtc::ScopedThreadDesktop::ScopedThreadDesktop
117 *!webrtc::`anonymous namespace'::ScreenCapturerWin::ScreenCapturerWin 98 *!webrtc::`anonymous namespace'::ScreenCapturerWin::ScreenCapturerWin
118 *!webrtc::ScreenCapturer::Create 99 *!webrtc::ScreenCapturer::Create
119 *!webrtc::ScreenCapturerTest::SetUp 100 *!webrtc::ScreenCapturerTest::SetUp
120 *!testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test,void> 101 *!testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test,void>
121 102
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 drmemorylib.dll!replace_memcmp 659 drmemorylib.dll!replace_memcmp
679 *!rtc::AsyncWriteTest_TestWrite_Test::TestBody 660 *!rtc::AsyncWriteTest_TestWrite_Test::TestBody
680 *!testing::internal::HandleSehExceptionsInMethodIfSupported<> 661 *!testing::internal::HandleSehExceptionsInMethodIfSupported<>
681 662
682 UNINITIALIZED READ 663 UNINITIALIZED READ
683 name=https://code.google.com/p/webrtc/issues/detail?id=3490 (4) 664 name=https://code.google.com/p/webrtc/issues/detail?id=3490 (4)
684 *!testing::internal::CmpHelperEQ<> 665 *!testing::internal::CmpHelperEQ<>
685 *!testing::internal::EqHelper<>::Compare<> 666 *!testing::internal::EqHelper<>::Compare<>
686 *!rtc::AsyncWriteTest_TestWrite_Test::TestBody 667 *!rtc::AsyncWriteTest_TestWrite_Test::TestBody
687 *!testing::internal::HandleSehExceptionsInMethodIfSupported<> 668 *!testing::internal::HandleSehExceptionsInMethodIfSupported<>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698