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

Issue 2782603002: Enable content shell crash integration test on Windows (Closed)

Created:
3 years, 8 months ago by jochen (gone - plz use gerrit)
Modified:
3 years, 8 months ago
Reviewers:
Dirk Pranke, scottmg
CC:
chromium-reviews, darin-cc_chromium.org, jam, jochen+watch_chromium.org, mlamouri+watch-content_chromium.org, Peter Beverloo
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable content shell crash integration test on Windows BUG=688737, 706744 R=dpranke@chromium.org Review-Url: https://codereview.chromium.org/2782603002 Cr-Commit-Position: refs/heads/master@{#461175} Committed: https://chromium.googlesource.com/chromium/src/+/2511b73c11a55d8bb8a4c730d0cb308fbc821780

Patch Set 1 #

Patch Set 2 : updates #

Patch Set 3 : typo #

Total comments: 9

Patch Set 4 : updates #

Patch Set 5 : updates #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+269 lines, -253 lines) Patch
M build/vs_toolchain.py View 1 2 3 1 chunk +0 lines, -22 lines 0 comments Download
M build/win/BUILD.gn View 1 2 3 4 1 chunk +64 lines, -0 lines 2 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 2 chunks +129 lines, -134 lines 0 comments Download
M content/shell/BUILD.gn View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M content/shell/tools/breakpad_integration_test.py View 1 2 3 chunks +64 lines, -31 lines 0 comments Download
M testing/buildbot/chromium.win.json View 1 chunk +7 lines, -0 lines 0 comments Download
M tools/perf/chrome_telemetry_build/BUILD.gn View 1 2 3 2 chunks +1 line, -65 lines 0 comments Download

Messages

Total messages: 33 (17 generated)
jochen (gone - plz use gerrit)
ptal
3 years, 8 months ago (2017-03-28 15:12:27 UTC) #3
jochen (gone - plz use gerrit)
meh, the stack cdb extracts from the minidump is wrong.. on https://chromium-swarm.appspot.com/task?id=35322cdcd35e4010&refresh=10&show_raw=1 the reported stack ...
3 years, 8 months ago (2017-03-29 09:39:23 UTC) #7
scottmg
On 2017/03/29 09:39:23, jochen wrote: > meh, the stack cdb extracts from the minidump is ...
3 years, 8 months ago (2017-03-29 23:15:34 UTC) #8
scottmg
https://codereview.chromium.org/2782603002/diff/40001/build/vs_toolchain.py File build/vs_toolchain.py (left): https://codereview.chromium.org/2782603002/diff/40001/build/vs_toolchain.py#oldcode396 build/vs_toolchain.py:396: def SetEnvironmentAndGetSDKDir(): This is used from tools/win/setenv.py, can you ...
3 years, 8 months ago (2017-03-29 23:17:39 UTC) #9
scottmg
On 2017/03/29 23:17:39, scottmg wrote: > https://codereview.chromium.org/2782603002/diff/40001/build/vs_toolchain.py > File build/vs_toolchain.py (left): > > https://codereview.chromium.org/2782603002/diff/40001/build/vs_toolchain.py#oldcode396 > ...
3 years, 8 months ago (2017-03-30 00:37:29 UTC) #10
scottmg
On 2017/03/30 00:37:29, scottmg wrote: > On 2017/03/29 23:17:39, scottmg wrote: > > https://codereview.chromium.org/2782603002/diff/40001/build/vs_toolchain.py > ...
3 years, 8 months ago (2017-03-30 01:34:22 UTC) #11
scottmg
On 2017/03/30 01:34:22, scottmg wrote: > On 2017/03/30 00:37:29, scottmg wrote: > > On 2017/03/29 ...
3 years, 8 months ago (2017-03-30 01:42:33 UTC) #12
jochen (gone - plz use gerrit)
On 2017/03/30 at 01:42:33, scottmg wrote: > On 2017/03/30 01:34:22, scottmg wrote: > > On ...
3 years, 8 months ago (2017-03-30 08:47:47 UTC) #13
Dirk Pranke
https://codereview.chromium.org/2782603002/diff/40001/build/win/copy_cdb_to_output/BUILD.gn File build/win/copy_cdb_to_output/BUILD.gn (right): https://codereview.chromium.org/2782603002/diff/40001/build/win/copy_cdb_to_output/BUILD.gn#newcode1 build/win/copy_cdb_to_output/BUILD.gn:1: # Copyright 2017 The Chromium Authors. All rights reserved. ...
3 years, 8 months ago (2017-03-30 18:28:23 UTC) #14
jochen (gone - plz use gerrit)
all done, and the test passes now ptal https://codereview.chromium.org/2782603002/diff/40001/build/vs_toolchain.py File build/vs_toolchain.py (left): https://codereview.chromium.org/2782603002/diff/40001/build/vs_toolchain.py#oldcode396 build/vs_toolchain.py:396: def ...
3 years, 8 months ago (2017-03-31 08:47:02 UTC) #23
Dirk Pranke
lgtm https://codereview.chromium.org/2782603002/diff/80001/build/win/BUILD.gn File build/win/BUILD.gn (right): https://codereview.chromium.org/2782603002/diff/80001/build/win/BUILD.gn#newcode18 build/win/BUILD.gn:18: if (is_win) { Nit: it seems like the ...
3 years, 8 months ago (2017-03-31 17:46:16 UTC) #24
jochen (gone - plz use gerrit)
https://codereview.chromium.org/2782603002/diff/80001/build/win/BUILD.gn File build/win/BUILD.gn (right): https://codereview.chromium.org/2782603002/diff/80001/build/win/BUILD.gn#newcode18 build/win/BUILD.gn:18: if (is_win) { On 2017/03/31 at 17:46:16, Dirk Pranke ...
3 years, 8 months ago (2017-03-31 17:58:41 UTC) #25
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/2782603002/80001
3 years, 8 months ago (2017-03-31 18:17:39 UTC) #27
scottmg
lgtm
3 years, 8 months ago (2017-03-31 18:19:56 UTC) #28
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/chromium/src/+/2511b73c11a55d8bb8a4c730d0cb308fbc821780
3 years, 8 months ago (2017-03-31 18:25:11 UTC) #32
scottmg
3 years, 8 months ago (2017-03-31 19:35:04 UTC) #33
Message was sent while issue was closed.
On 2017/03/31 17:58:41, jochen (slow until Apr 4) wrote:
> https://codereview.chromium.org/2782603002/diff/80001/build/win/BUILD.gn
> File build/win/BUILD.gn (right):
> 
>
https://codereview.chromium.org/2782603002/diff/80001/build/win/BUILD.gn#newc...
> build/win/BUILD.gn:18: if (is_win) {
> On 2017/03/31 at 17:46:16, Dirk Pranke wrote:
> > Nit: it seems like the `if (is_win)` should be redundant here, and maybe we
> should have an `assert(is_win)` at the top of the file instead.
> 
> See patchset 4 - the all target appears to execute this action on all
platforms
> :/

Filed https://bugs.chromium.org/p/chromium/issues/detail?id=707331 for this.

Powered by Google App Engine
This is Rietveld 408576698