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

Issue 2162123002: Bisection debugging helper script (Closed)

Created:
4 years, 5 months ago by manasijm
Modified:
4 years, 5 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 39

Patch Set 2 : Address some comments #

Patch Set 3 : Format #

Patch Set 4 : Allow joining ranges with comma #

Patch Set 5 : Format and correct typos #

Patch Set 6 : 'Use extend insead of +' #

Patch Set 7 : Use half open ranges instead of closed ranges #

Total comments: 5

Patch Set 8 : Add Documentation #

Patch Set 9 : Allow templated command input #

Patch Set 10 : Sorted output and step estimate #

Patch Set 11 : Fix log(0,2) #

Total comments: 23

Patch Set 12 : Address comments #

Total comments: 19

Patch Set 13 : Address Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+256 lines, -0 lines) Patch
A pydir/bisection-test.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +55 lines, -0 lines 0 comments Download
A pydir/bisection-tool.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +201 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (2 generated)
manasijm
4 years, 5 months ago (2016-07-19 17:54:16 UTC) #1
manasijm
4 years, 5 months ago (2016-07-19 17:54:39 UTC) #3
John
https://codereview.chromium.org/2162123002/diff/1/pydir/bisection-test.py File pydir/bisection-test.py (right): https://codereview.chromium.org/2162123002/diff/1/pydir/bisection-test.py#newcode17 pydir/bisection-test.py:17: help='Crash list, single values or x-separated combinations like 2x4') ...
4 years, 5 months ago (2016-07-20 14:50:08 UTC) #4
John
moar comments.... https://codereview.chromium.org/2162123002/diff/1/pydir/bisection-tool.py File pydir/bisection-tool.py (right): https://codereview.chromium.org/2162123002/diff/1/pydir/bisection-tool.py#newcode8 pydir/bisection-tool.py:8: def build_command(input_cmd, include_ranges): why not have build ...
4 years, 5 months ago (2016-07-20 16:11:59 UTC) #5
Jim Stichnoth
https://codereview.chromium.org/2162123002/diff/1/pydir/bisection-tool.py File pydir/bisection-tool.py (right): https://codereview.chromium.org/2162123002/diff/1/pydir/bisection-tool.py#newcode11 pydir/bisection-tool.py:11: result = result + " -i " + str(i[0])+":"+str(i[1] ...
4 years, 5 months ago (2016-07-20 18:32:02 UTC) #6
manasijm
https://codereview.chromium.org/2162123002/diff/1/pydir/bisection-test.py File pydir/bisection-test.py (right): https://codereview.chromium.org/2162123002/diff/1/pydir/bisection-test.py#newcode17 pydir/bisection-test.py:17: help='Crash list, single values or x-separated combinations like 2x4') ...
4 years, 5 months ago (2016-07-20 21:15:24 UTC) #7
manasijm
https://codereview.chromium.org/2162123002/diff/1/pydir/bisection-tool.py File pydir/bisection-tool.py (right): https://codereview.chromium.org/2162123002/diff/1/pydir/bisection-tool.py#newcode11 pydir/bisection-tool.py:11: result = result + " -i " + str(i[0])+":"+str(i[1] ...
4 years, 5 months ago (2016-07-20 21:49:31 UTC) #8
John
https://codereview.chromium.org/2162123002/diff/1/pydir/bisection-test.py File pydir/bisection-test.py (right): https://codereview.chromium.org/2162123002/diff/1/pydir/bisection-test.py#newcode17 pydir/bisection-test.py:17: help='Crash list, single values or x-separated combinations like 2x4') ...
4 years, 5 months ago (2016-07-20 22:23:06 UTC) #9
Jim Stichnoth
https://codereview.chromium.org/2162123002/diff/200001/pydir/bisection-tool.py File pydir/bisection-tool.py (right): https://codereview.chromium.org/2162123002/diff/200001/pydir/bisection-tool.py#newcode36 pydir/bisection-tool.py:36: raise RuntimeError("Timeout") For whatever reason, our scripts prefer 'strings' ...
4 years, 5 months ago (2016-07-22 13:35:43 UTC) #10
manasijm
https://codereview.chromium.org/2162123002/diff/200001/pydir/bisection-tool.py File pydir/bisection-tool.py (right): https://codereview.chromium.org/2162123002/diff/200001/pydir/bisection-tool.py#newcode36 pydir/bisection-tool.py:36: raise RuntimeError("Timeout") On 2016/07/22 13:35:43, stichnot wrote: > For ...
4 years, 5 months ago (2016-07-22 15:53:09 UTC) #11
Jim Stichnoth
https://codereview.chromium.org/2162123002/diff/220001/pydir/bisection-test.py File pydir/bisection-test.py (right): https://codereview.chromium.org/2162123002/diff/220001/pydir/bisection-test.py#newcode7 pydir/bisection-test.py:7: bisection-tool.py --cmd \'./pydir/bisection-test.py -c 2x3\' \ I would change ...
4 years, 5 months ago (2016-07-24 14:30:45 UTC) #12
manasijm
https://codereview.chromium.org/2162123002/diff/220001/pydir/bisection-test.py File pydir/bisection-test.py (right): https://codereview.chromium.org/2162123002/diff/220001/pydir/bisection-test.py#newcode23 pydir/bisection-test.py:23: for string in args.include : On 2016/07/24 14:30:44, stichnot ...
4 years, 5 months ago (2016-07-25 18:03:01 UTC) #13
Jim Stichnoth
lgtm
4 years, 5 months ago (2016-07-25 19:09:28 UTC) #14
manasijm
4 years, 5 months ago (2016-07-25 19:34:59 UTC) #16
Message was sent while issue was closed.
Committed patchset #13 (id:240001) manually as
34e88480eda520540d253fe1662e18d63551c033 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698