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

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

Issue 1502183006: Removing DrMemory suppresssion on PushResampler. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 5 years 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
6 name=https://code.google.com/p/webrtc/issues/detail?id=2321 (1)
7 drmemorylib.dll!replace_operator_delete_array
8 *!webrtc::scoped_array<short>::~scoped_array<short>
9 *!webrtc::PushResampler::~PushResampler
10 ...
11 *!testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test,void>
12
13 INVALID HEAP ARGUMENT
14 name=https://code.google.com/p/webrtc/issues/detail?id=2321 (2)
15 drmemorylib.dll!replace_operator_delete_array
16 *!webrtc::scoped_array<float>::~scoped_array<float>
17 *!webrtc::PushSincResampler::~PushSincResampler
18 ...
19 *!testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test,void>
20
21 GDI USAGE ERROR 5 GDI USAGE ERROR
22 name=https://code.google.com/p/webrtc/issues/detail?id=2323 (1) 6 name=https://code.google.com/p/webrtc/issues/detail?id=2323 (1)
23 system call NtGdiDeleteObjectApp 7 system call NtGdiDeleteObjectApp
24 GDI32.dll!DeleteDC 8 GDI32.dll!DeleteDC
25 GDI32.dll!DeleteDC 9 GDI32.dll!DeleteDC
26 *!webrtc::`anonymous namespace'::WindowCapturerWin::Capture 10 *!webrtc::`anonymous namespace'::WindowCapturerWin::Capture
27 ... 11 ...
28 *!testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test,void> 12 *!testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test,void>
29 13
30 UNINITIALIZED READ 14 UNINITIALIZED READ
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 drmemorylib.dll!replace_memcmp 643 drmemorylib.dll!replace_memcmp
660 *!rtc::AsyncWriteTest_TestWrite_Test::TestBody 644 *!rtc::AsyncWriteTest_TestWrite_Test::TestBody
661 *!testing::internal::HandleSehExceptionsInMethodIfSupported<> 645 *!testing::internal::HandleSehExceptionsInMethodIfSupported<>
662 646
663 UNINITIALIZED READ 647 UNINITIALIZED READ
664 name=https://code.google.com/p/webrtc/issues/detail?id=3490 (4) 648 name=https://code.google.com/p/webrtc/issues/detail?id=3490 (4)
665 *!testing::internal::CmpHelperEQ<> 649 *!testing::internal::CmpHelperEQ<>
666 *!testing::internal::EqHelper<>::Compare<> 650 *!testing::internal::EqHelper<>::Compare<>
667 *!rtc::AsyncWriteTest_TestWrite_Test::TestBody 651 *!rtc::AsyncWriteTest_TestWrite_Test::TestBody
668 *!testing::internal::HandleSehExceptionsInMethodIfSupported<> 652 *!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