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

Issue 1660693002: Add --output-dir flag to third_party/android_platform/development/scripts/stack (Closed)

Created:
4 years, 10 months ago by agrieve
Modified:
4 years, 10 months ago
Reviewers:
pasko, jbudorick, rmcilroy
CC:
chromium-reviews, jbudorick+watch_chromium.org, mikecase+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add --output-directory flag to tombstones.py, & friends Friends: * third_party/android_platform/development/scripts/stack * build/android/asan_symbolize.py Will make it mandatory in stack as in a follow-up. BUG=573345 Committed: https://crrev.com/32dbc200de3d8d092fe4b83ef36c0fa71885f5eb Cr-Commit-Position: refs/heads/master@{#373991}

Patch Set 1 #

Patch Set 2 : output-dir -> output-directory #

Patch Set 3 : git checkout - #

Total comments: 2

Patch Set 4 : add tombstones logic #

Total comments: 5

Patch Set 5 : redo #

Total comments: 7

Patch Set 6 : review comments #

Patch Set 7 : Remove CheckOutputDirectory() in stack #

Patch Set 8 : tombstones too #

Patch Set 9 : fix bot #

Patch Set 10 : asan_symbolize #

Patch Set 11 : fix fix fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -3 lines) Patch
M build/android/asan_symbolize.py View 1 2 3 4 5 6 7 8 9 2 chunks +7 lines, -0 lines 0 comments Download
M build/android/tombstones.py View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -0 lines 0 comments Download
M third_party/android_platform/README.chromium View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/android_platform/development/scripts/stack View 1 2 3 4 5 6 7 8 4 chunks +13 lines, -2 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 47 (25 generated)
agrieve
(⌣́_⌣̀)
4 years, 10 months ago (2016-02-03 02:53:24 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1660693002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1660693002/60001
4 years, 10 months ago (2016-02-03 03:33:42 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/17418)
4 years, 10 months ago (2016-02-03 06:44:14 UTC) #8
pasko
On 2016/02/03 06:44:14, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
4 years, 10 months ago (2016-02-03 10:13:12 UTC) #9
rmcilroy
https://codereview.chromium.org/1660693002/diff/60001/third_party/android_platform/development/scripts/stack File third_party/android_platform/development/scripts/stack (right): https://codereview.chromium.org/1660693002/diff/60001/third_party/android_platform/development/scripts/stack#newcode30 third_party/android_platform/development/scripts/stack:30: Please update src/third_party/android_platform/README.chromium with a line mentioning these changes. ...
4 years, 10 months ago (2016-02-03 12:35:39 UTC) #10
jbudorick
https://codereview.chromium.org/1660693002/diff/40001/build/android/pylib/constants/__init__.py File build/android/pylib/constants/__init__.py (right): https://codereview.chromium.org/1660693002/diff/40001/build/android/pylib/constants/__init__.py#newcode237 build/android/pylib/constants/__init__.py:237: def GetOutDirectory(build_type=None): I don't think this is the right ...
4 years, 10 months ago (2016-02-03 14:22:27 UTC) #12
agrieve
Re-worked to use a more explicit Check function and I think it's much better now. ...
4 years, 10 months ago (2016-02-03 20:27:17 UTC) #13
rmcilroy
LGTM but please wait for jbudorick to be happy too. https://codereview.chromium.org/1660693002/diff/60001/third_party/android_platform/development/scripts/stack File third_party/android_platform/development/scripts/stack (right): https://codereview.chromium.org/1660693002/diff/60001/third_party/android_platform/development/scripts/stack#newcode34 ...
4 years, 10 months ago (2016-02-04 11:36:42 UTC) #14
pasko
lgtm with a couple of nits && jbudorick approves && trybots are happy https://codereview.chromium.org/1660693002/diff/80001/build/android/pylib/constants/__init__.py File ...
4 years, 10 months ago (2016-02-04 12:53:40 UTC) #15
jbudorick
lgtm w/ nit https://codereview.chromium.org/1660693002/diff/80001/build/android/pylib/constants/__init__.py File build/android/pylib/constants/__init__.py (right): https://codereview.chromium.org/1660693002/diff/80001/build/android/pylib/constants/__init__.py#newcode264 build/android/pylib/constants/__init__.py:264: raise EnvironmentError('Neither CHROMIUM_OUTPUT_DIR nor CHROMIUM_OUT_DIR ' ...
4 years, 10 months ago (2016-02-04 16:13:45 UTC) #16
agrieve
https://codereview.chromium.org/1660693002/diff/80001/build/android/pylib/constants/__init__.py File build/android/pylib/constants/__init__.py (right): https://codereview.chromium.org/1660693002/diff/80001/build/android/pylib/constants/__init__.py#newcode247 build/android/pylib/constants/__init__.py:247: def CheckOutDirectory(): On 2016/02/04 12:53:40, pasko (OOO through 2016-02-19) ...
4 years, 10 months ago (2016-02-04 18:30:50 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1660693002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1660693002/100001
4 years, 10 months ago (2016-02-04 18:35:37 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/18369)
4 years, 10 months ago (2016-02-04 20:58:53 UTC) #22
jbudorick
On 2016/02/04 20:58:53, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 10 months ago (2016-02-04 21:13:47 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1660693002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1660693002/120001
4 years, 10 months ago (2016-02-05 15:23:40 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1660693002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1660693002/140001
4 years, 10 months ago (2016-02-05 15:48:41 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/18936)
4 years, 10 months ago (2016-02-05 18:23:32 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1660693002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1660693002/180001
4 years, 10 months ago (2016-02-05 20:19:05 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/19129)
4 years, 10 months ago (2016-02-05 23:06:25 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1660693002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1660693002/200001
4 years, 10 months ago (2016-02-06 00:57:35 UTC) #43
commit-bot: I haz the power
Committed patchset #11 (id:200001)
4 years, 10 months ago (2016-02-06 02:38:04 UTC) #45
commit-bot: I haz the power
4 years, 10 months ago (2016-02-06 02:39:19 UTC) #47
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/32dbc200de3d8d092fe4b83ef36c0fa71885f5eb
Cr-Commit-Position: refs/heads/master@{#373991}

Powered by Google App Engine
This is Rietveld 408576698