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

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

Issue 1792633002: Roll chromium_revision db8316d..6a56b54 (380688:380836): MSVS 2015 switch (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Added Dr Memory Full suppressions Created 4 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 | « DEPS ('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 # 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 GDI USAGE ERROR 5 GDI USAGE ERROR
6 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)
7 system call NtGdiDeleteObjectApp 7 system call NtGdiDeleteObjectApp
8 GDI32.dll!DeleteDC 8 GDI32.dll!DeleteDC
9 GDI32.dll!DeleteDC 9 GDI32.dll!DeleteDC
10 *!webrtc::`anonymous namespace'::WindowCapturerWin::Capture 10 *!webrtc::`anonymous namespace'::WindowCapturerWin::Capture
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 drmemorylib.dll!replace_memcmp 643 drmemorylib.dll!replace_memcmp
644 *!rtc::AsyncWriteTest_TestWrite_Test::TestBody 644 *!rtc::AsyncWriteTest_TestWrite_Test::TestBody
645 *!testing::internal::HandleSehExceptionsInMethodIfSupported<> 645 *!testing::internal::HandleSehExceptionsInMethodIfSupported<>
646 646
647 UNINITIALIZED READ 647 UNINITIALIZED READ
648 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)
649 *!testing::internal::CmpHelperEQ<> 649 *!testing::internal::CmpHelperEQ<>
650 *!testing::internal::EqHelper<>::Compare<> 650 *!testing::internal::EqHelper<>::Compare<>
651 *!rtc::AsyncWriteTest_TestWrite_Test::TestBody 651 *!rtc::AsyncWriteTest_TestWrite_Test::TestBody
652 *!testing::internal::HandleSehExceptionsInMethodIfSupported<> 652 *!testing::internal::HandleSehExceptionsInMethodIfSupported<>
653
654 INVALID HEAP ARGUMENT
655 name=https://bugs.chromium.org/p/webrtc/issues/detail?id=5653 (1)
656 drmemorylib.dll!replace_free
657 ...
658 ucrtbased.dll!setlocale
659 MSVCP140D.dll!std::_Locinfo::_Locinfo_ctor
660 MSVCP140D.dll!std::_Locinfo::_Locinfo
661 ...
662 KERNEL32.dll!BaseThreadInitThunk
663
664 INVALID HEAP ARGUMENT
665 name=https://bugs.chromium.org/p/webrtc/issues/detail?id=5653 (2)
666 drmemorylib.dll!replace_free
667 ...
668 ucrtbased.dll!setlocale
669 MSVCP140D.dll!std::_Locinfo::_Locinfo_ctor
670 MSVCP140D.dll!std::_Locinfo::_Locinfo
671 ...
672 *!testing::internal::HandleSehExceptionsInMethodIfSupported<>
673
674 INVALID HEAP ARGUMENT
675 name=https://bugs.chromium.org/p/webrtc/issues/detail?id=5653 (3)
676 drmemorylib.dll!replace_free
677 ...
678 ucrtbased.dll!setlocale
679 MSVCP140D.dll!std::_Locinfo::_Locinfo_ctor
680 MSVCP140D.dll!std::_Locinfo::_Locinfo
681 ...
682 *!main
683
684 UNINITIALIZED READ
685 name=https://bugs.chromium.org/p/webrtc/issues/detail?id=5653 (4)
686 ucrtbased.dll!umask_s
687 ...
688 *!testing::internal::HandleSehExceptionsInMethodIfSupported<>
689
690 UNINITIALIZED READ
691 name=https://bugs.chromium.org/p/webrtc/issues/detail?id=5653 (5)
692 system call NtWriteFile parameter #5
693 KERNELBASE.dll!WriteFile
694 KERNEL32.dll!WriteFile
695 ucrtbased.dll!umask_s
696 ...
697 *!testing::internal::HandleSehExceptionsInMethodIfSupported<>
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698