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

Issue 304993006: Fixed bug in dependency recursion in isolate_driver.py. (Closed)

Created:
6 years, 6 months ago by Ken Russell (switch to Gerrit)
Modified:
6 years, 6 months ago
Reviewers:
Vadim Sh., csharp, M-A Ruel
CC:
chromium-reviews
Visibility:
Public.

Description

Fixed bug in dependency recursion in isolate_driver.py. When run in a component build, isolate_driver recursively descends the dependency graph to discover implicit shared library dependencies. A bug in the recursion caused dependencies at certain depths in the graph to be missed. Also changed the recursion to use a set to record newly added dependencies to avoid adding them to the isolate multiple times. Expanded the ignored set of suffixes slightly. BUG=378021 TEST=GLES2 conformance tests run via isolate in component build on Mac OS R=maruel@chromium.org,vadimsh@chromium.org,csharp@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274023

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed review feedback from vadimsh. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -17 lines) Patch
M tools/isolate_driver.py View 1 3 chunks +15 lines, -17 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Ken Russell (switch to Gerrit)
Please review. Thanks.
6 years, 6 months ago (2014-05-30 21:55:26 UTC) #1
Vadim Sh.
lgtm with suggestion https://codereview.chromium.org/304993006/diff/1/tools/isolate_driver.py File tools/isolate_driver.py (right): https://codereview.chromium.org/304993006/diff/1/tools/isolate_driver.py#newcode142 tools/isolate_driver.py:142: def recurse(target, build_steps, rules_seen, dependencies_added): Please ...
6 years, 6 months ago (2014-05-30 22:15:25 UTC) #2
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/304993006/diff/1/tools/isolate_driver.py File tools/isolate_driver.py (right): https://codereview.chromium.org/304993006/diff/1/tools/isolate_driver.py#newcode142 tools/isolate_driver.py:142: def recurse(target, build_steps, rules_seen, dependencies_added): On 2014/05/30 22:15:25, Vadim ...
6 years, 6 months ago (2014-05-30 22:43:49 UTC) #3
Ken Russell (switch to Gerrit)
The CQ bit was checked by kbr@chromium.org
6 years, 6 months ago (2014-05-30 22:43:53 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kbr@chromium.org/304993006/10001
6 years, 6 months ago (2014-05-30 22:50:36 UTC) #5
commit-bot: I haz the power
6 years, 6 months ago (2014-05-31 04:40:36 UTC) #6
Message was sent while issue was closed.
Change committed as 274023

Powered by Google App Engine
This is Rietveld 408576698