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

Issue 22935010: Refactor landmines.py so that it can be used downstream. (Closed)

Created:
7 years, 4 months ago by Siva Chandra
Modified:
7 years, 4 months ago
Reviewers:
jamesr, iannucci
CC:
chromium-reviews
Visibility:
Public.

Description

Refactor landmines.py so that it can be used downstream. BUG=223636 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=218605

Patch Set 1 #

Patch Set 2 : Refactor based on offline discussion with iannucci #

Total comments: 1

Patch Set 3 : Fix comment #

Total comments: 10

Patch Set 4 : Address comments #

Patch Set 5 : Use sys.executable to invoke the landmines scripts. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -141 lines) Patch
A build/get_landmines.py View 1 2 1 chunk +63 lines, -0 lines 0 comments Download
A build/landmine_utils.py View 1 1 chunk +114 lines, -0 lines 0 comments Download
M build/landmines.py View 1 2 3 4 5 chunks +20 lines, -141 lines 1 comment Download

Messages

Total messages: 17 (0 generated)
Siva Chandra
7 years, 4 months ago (2013-08-15 19:56:53 UTC) #1
iannucci
lgtm
7 years, 4 months ago (2013-08-15 21:07:53 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sivachandra@chromium.org/22935010/1
7 years, 4 months ago (2013-08-15 21:24:04 UTC) #3
Siva Chandra
PTaL at patch set 2. Modified based on offline discussion. Tested on my workstation.
7 years, 4 months ago (2013-08-15 22:55:18 UTC) #4
Siva Chandra
On 2013/08/15 22:55:18, Siva Chandra wrote: > PTaL at patch set 2. Modified based on ...
7 years, 4 months ago (2013-08-16 19:11:50 UTC) #5
iannucci
On 2013/08/16 19:11:50, Siva Chandra wrote: > On 2013/08/15 22:55:18, Siva Chandra wrote: > > ...
7 years, 4 months ago (2013-08-16 20:26:39 UTC) #6
iannucci
https://chromiumcodereview.appspot.com/22935010/diff/30001/build/get_landmines.py File build/get_landmines.py (right): https://chromiumcodereview.appspot.com/22935010/diff/30001/build/get_landmines.py#newcode27 build/get_landmines.py:27: target is 'Release' or 'Debug' maybe update this comment ...
7 years, 4 months ago (2013-08-16 20:28:33 UTC) #7
Siva Chandra
PTAL
7 years, 4 months ago (2013-08-16 20:57:38 UTC) #8
iannucci
looking good https://chromiumcodereview.appspot.com/22935010/diff/27002/build/landmines.py File build/landmines.py (right): https://chromiumcodereview.appspot.com/22935010/diff/27002/build/landmines.py#newcode68 build/landmines.py:68: f.writelines(new_landmines) Since writelines interposes newlines, you don't ...
7 years, 4 months ago (2013-08-16 22:10:27 UTC) #9
Siva Chandra
PTaL at the latest patchset. https://codereview.chromium.org/22935010/diff/27002/build/landmines.py File build/landmines.py (right): https://codereview.chromium.org/22935010/diff/27002/build/landmines.py#newcode68 build/landmines.py:68: f.writelines(new_landmines) On 2013/08/16 22:10:28, ...
7 years, 4 months ago (2013-08-16 22:36:15 UTC) #10
Siva Chandra
ping?
7 years, 4 months ago (2013-08-19 19:01:45 UTC) #11
iannucci
lgtm
7 years, 4 months ago (2013-08-19 22:00:35 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sivachandra@chromium.org/22935010/51001
7 years, 4 months ago (2013-08-20 16:44:45 UTC) #13
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) base_unittests, browser_tests, cacheinvalidation_unittests, cc_unittests, check_deps, chrome_frame_net_tests, ...
7 years, 4 months ago (2013-08-20 17:46:37 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sivachandra@chromium.org/22935010/76001
7 years, 4 months ago (2013-08-20 19:21:42 UTC) #15
commit-bot: I haz the power
Change committed as 218605
7 years, 4 months ago (2013-08-21 02:45:01 UTC) #16
jamesr
7 years, 4 months ago (2013-08-22 20:37:32 UTC) #17
Message was sent while issue was closed.
https://chromiumcodereview.appspot.com/22935010/diff/76001/build/landmines.py
File build/landmines.py (right):

https://chromiumcodereview.appspot.com/22935010/diff/76001/build/landmines.py...
build/landmines.py:112: print 'Getting landmines from `%s -t %s`' % (s, target)
Please revert this change.  It's spewing useless console output for all
developers.  Only output something to the console if there's an error condition
the user needs to deal with.

Powered by Google App Engine
This is Rietveld 408576698