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

Issue 661239: Add test_image script for checking that dependencies in image are sane (Closed)

Created:
10 years, 10 months ago by davidjames
Modified:
9 years, 4 months ago
Reviewers:
kmixter1
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

Add test_image script for checking that dependencies in image are sane

Patch Set 1 #

Patch Set 2 : Update test_image to skip chrome on the arm architecture, and to test more binaries #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -0 lines) Patch
A src/scripts/check_deps View 1 chunk +117 lines, -0 lines 8 comments Download
A src/scripts/test_image View 1 1 chunk +66 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
davidjames
10 years, 10 months ago (2010-02-27 02:30:17 UTC) #1
davidjames
10 years, 9 months ago (2010-03-01 21:45:52 UTC) #2
kmixter1
LGTM after issues below resolved. http://codereview.chromium.org/661239/diff/7/8 File src/scripts/check_deps (right): http://codereview.chromium.org/661239/diff/7/8#newcode11 src/scripts/check_deps:11: SHARED_RE = re.compile(r"Shared library: ...
10 years, 9 months ago (2010-03-01 23:37:32 UTC) #3
davidjames
10 years, 9 months ago (2010-03-02 23:54:26 UTC) #4
I fixed the issues above and checked it in. I also cleaned up _ReadDependencies
so that it doesn't have the confusing behavior of modifying arguments and
instead returns the necessary stuff.

After committing, I noticed I misread two of your style nits, so I filed
issue661415 to fix that.

Powered by Google App Engine
This is Rietveld 408576698