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

Issue 2106203002: Switch to VS 2015 Update 3 (Closed)

Created:
4 years, 5 months ago by brucedawson
Modified:
4 years, 3 months ago
Reviewers:
sullivan, dtu, scottmg
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Switch to VS 2015 Update 3 VS 2015 Update 3 offers numerous improvements such as improved language conformance, fixes to avoid linker crashes, and improved code-gen for faster performance. Update 3 also resolves some problems with incremental linking silently falling back to a full link. It also fixes an internal compiler error in /analyze builds. The landmines change is needed because otherwise things like the out\Release\cdb directory do not get regenerated. The process for creating this package is: - Create a clean Windows VM running Windows Server 2012 R2 (en_windows_server_2012_r2_vl_with_update_x64_dvd_6052766.iso, SHA1: 247EAEE5628850A41F0C51471656AAFB2492EA08, Standard Edition) - Install depot tools, run ‘gclient’, and add depot_tools to the path - Install VS 2015 Professional Update 3 - must have been installed after July 12th to get the latest fixes - with these settings and nothing else: * Visual C++ and make sure the three nodes underneath are also selected * Under Universal Windows App Development Tools make sure the "Tools (1.4.1) and Windows 10 SDK (10.0.14393)" and the "Windows 10 SDK (10.0.10586)" nodes are selected and nothing else - Copy the *Debugger and Tools*.msi installers from another machine and run them. The 10.0.14393 versions (Anniversary Edition) should be used. - Then run: python depot_tools\win_toolchain\package_from_installed.py 2015 It is also possible to package the 14393 SDK by running this command, but that change is being saved for later: python depot_tools\win_toolchain\package_from_installed.py 2015 -w 10.0.14393.0 BUG=627216, 636468, 427616, 637456 Committed: https://crrev.com/02343c661ee0482cb73ad0cf861999f2c57eeb11 Cr-Commit-Position: refs/heads/master@{#417157}

Patch Set 1 #

Patch Set 2 : Update landmines so that things actually build #

Patch Set 3 : Fixed hash - removed extraneous readme.txt #

Patch Set 4 : Switch to final Update 3 #

Patch Set 5 : Suppress extern-initializer warning on clang/midl #

Patch Set 6 : Add comment and clean up get hashes code #

Patch Set 7 : See if landmines cause test failures #

Patch Set 8 : Pull to latest #

Patch Set 9 : Fixup copy_cdb_to_output.py #

Patch Set 10 : Add the missing DLL so the tests work #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -7 lines) Patch
M build/get_landmines.py View 1 2 3 6 1 chunk +1 line, -1 line 0 comments Download
M build/vs_toolchain.py View 1 2 3 4 5 6 1 chunk +2 lines, -6 lines 0 comments Download
M build/win/copy_cdb_to_output.py View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -0 lines 0 comments Download
M tools/perf/chrome_telemetry_build/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +41 lines, -0 lines 0 comments Download

Messages

Total messages: 71 (62 generated)
brucedawson
On 2016/08/27 00:11:48, commit-bot: I haz the power wrote: > Dry run: CQ is trying ...
4 years, 3 months ago (2016-08-27 00:21:32 UTC) #38
brucedawson
At first I thought that my copying of the Windows 10 Universal CRT DLLs had ...
4 years, 3 months ago (2016-08-29 21:49:12 UTC) #41
brucedawson
Test failures were caused by missing out\<outdir>\cdb\ucrtbase.dll, now fixed. I'm now investigating an Update 3 ...
4 years, 3 months ago (2016-09-02 20:37:50 UTC) #47
brucedawson
ICE is being resolved in crrev.com/2308833002
4 years, 3 months ago (2016-09-02 21:36:48 UTC) #48
scottmg
lgtm
4 years, 3 months ago (2016-09-06 19:03:13 UTC) #63
sullivan
Sorry I'm a little groggy, just got back from vacation, but I'm not clear on ...
4 years, 3 months ago (2016-09-07 14:34:13 UTC) #65
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2106203002/180001
4 years, 3 months ago (2016-09-07 20:46:45 UTC) #67
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 3 months ago (2016-09-08 01:53:22 UTC) #69
commit-bot: I haz the power
4 years, 3 months ago (2016-09-08 01:54:59 UTC) #71
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/02343c661ee0482cb73ad0cf861999f2c57eeb11
Cr-Commit-Position: refs/heads/master@{#417157}

Powered by Google App Engine
This is Rietveld 408576698