From 28750774584a165d9fd080a0cc97b6aa06a618a0 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Sun, 13 Mar 2016 22:49:08 -0700 Subject: [PATCH] Roll chromium_revision db8316d..6a56b54 (380688:380836): MSVS 2015 switch This CL switches over to using Microsoft Visual Studio 2015 by default on Windows. This large effort is described in more detail in https://crbug.com/440500. Change log: https://chromium.googlesource.com/chromium/src/+log/db8316d..6a56b54 Full diff: https://chromium.googlesource.com/chromium/src/+/db8316d..6a56b54 No dependencies changed. No update to Clang. TBR=tommi@webrtc.org Review URL: https://codereview.webrtc.org/1792633002 . Cr-Commit-Position: refs/heads/master@{#11974} --- DEPS | 2 +- .../valgrind-webrtc/drmemory/suppressions.txt | 45 +++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 0cde2a4b43..d237a60a31 100644 --- a/DEPS +++ b/DEPS @@ -6,7 +6,7 @@ vars = { 'extra_gyp_flag': '-Dextra_gyp_flag=0', 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'db8316d619295609307a1f6aca8ff13b0b1734c4', + 'chromium_revision': '6a56b5454d7a7c8d6fe043a4b0e7e6d025a8c77e', } # NOTE: Use http rather than https; the latter can cause problems for users diff --git a/tools/valgrind-webrtc/drmemory/suppressions.txt b/tools/valgrind-webrtc/drmemory/suppressions.txt index 1b0626c7ab..0658d34367 100644 --- a/tools/valgrind-webrtc/drmemory/suppressions.txt +++ b/tools/valgrind-webrtc/drmemory/suppressions.txt @@ -650,3 +650,48 @@ name=https://code.google.com/p/webrtc/issues/detail?id=3490 (4) *!testing::internal::EqHelper<>::Compare<> *!rtc::AsyncWriteTest_TestWrite_Test::TestBody *!testing::internal::HandleSehExceptionsInMethodIfSupported<> + +INVALID HEAP ARGUMENT +name=https://bugs.chromium.org/p/webrtc/issues/detail?id=5653 (1) +drmemorylib.dll!replace_free +... +ucrtbased.dll!setlocale +MSVCP140D.dll!std::_Locinfo::_Locinfo_ctor +MSVCP140D.dll!std::_Locinfo::_Locinfo +... +KERNEL32.dll!BaseThreadInitThunk + +INVALID HEAP ARGUMENT +name=https://bugs.chromium.org/p/webrtc/issues/detail?id=5653 (2) +drmemorylib.dll!replace_free +... +ucrtbased.dll!setlocale +MSVCP140D.dll!std::_Locinfo::_Locinfo_ctor +MSVCP140D.dll!std::_Locinfo::_Locinfo +... +*!testing::internal::HandleSehExceptionsInMethodIfSupported<> + +INVALID HEAP ARGUMENT +name=https://bugs.chromium.org/p/webrtc/issues/detail?id=5653 (3) +drmemorylib.dll!replace_free +... +ucrtbased.dll!setlocale +MSVCP140D.dll!std::_Locinfo::_Locinfo_ctor +MSVCP140D.dll!std::_Locinfo::_Locinfo +... +*!main + +UNINITIALIZED READ +name=https://bugs.chromium.org/p/webrtc/issues/detail?id=5653 (4) +ucrtbased.dll!umask_s +... +*!testing::internal::HandleSehExceptionsInMethodIfSupported<> + +UNINITIALIZED READ +name=https://bugs.chromium.org/p/webrtc/issues/detail?id=5653 (5) +system call NtWriteFile parameter #5 +KERNELBASE.dll!WriteFile +KERNEL32.dll!WriteFile +ucrtbased.dll!umask_s +... +*!testing::internal::HandleSehExceptionsInMethodIfSupported<>