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

Issue 25525003: Add new Android test runner command to handle linker tests. (Closed)

Created:
7 years, 2 months ago by digit1
Modified:
7 years, 2 months ago
Reviewers:
craigdh, bulach, Yaron, frankf
CC:
chromium-reviews, craigdh+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org, klundberg+watch_chromium.org, frankf+watch_chromium.org
Visibility:
Public.

Description

Add new Android test runner command to handle linker tests. This adds a new test runner command to run the content linker tests on Android. This requires first the CL at https://chromiumcodereview.appspot.com/23717023/ which defines a new build target named 'content_linker_test_apk'. To launch the linker tests, simply do: ninja -C out/Debug content_linker_tests_apk build/android/test_runner.py linker See test_case.py for details of what the test does. BUG=287739 R=bulach@chromium.org, craigdh@chromium.org, frankf@chromium.org, yfriedman@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226739

Patch Set 1 #

Patch Set 2 : Trivial rebase + reupload #

Total comments: 14

Patch Set 3 : Address marcus' issues. #

Total comments: 24

Patch Set 4 : Address frank's issues. #

Patch Set 5 : formatting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+393 lines, -0 lines) Patch
M build/android/pylib/android_commands.py View 1 2 3 4 2 chunks +16 lines, -1 line 0 comments Download
A + build/android/pylib/linker/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A build/android/pylib/linker/setup.py View 1 2 3 1 chunk +34 lines, -0 lines 0 comments Download
A build/android/pylib/linker/test_case.py View 1 2 3 4 1 chunk +210 lines, -0 lines 0 comments Download
A build/android/pylib/linker/test_runner.py View 1 2 3 1 chunk +105 lines, -0 lines 0 comments Download
M build/android/test_runner.py View 1 2 5 chunks +29 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
digit1
7 years, 2 months ago (2013-10-01 19:44:01 UTC) #1
frankf
On 2013/10/01 19:44:01, digit1 wrote: I see 'error: old chunk mismatch' on sxs diffs, could ...
7 years, 2 months ago (2013-10-02 00:29:58 UTC) #2
digit1
Weird, a new upload after a trivial rebase created a new issue. I've deleted it ...
7 years, 2 months ago (2013-10-02 09:47:31 UTC) #3
bulach
lgtm thanks david! frank is far more familiar with the test harness, so please wait ...
7 years, 2 months ago (2013-10-02 11:16:50 UTC) #4
digit1
https://codereview.chromium.org/25525003/diff/18001/build/android/pylib/linker/test_case.py File build/android/pylib/linker/test_case.py (right): https://codereview.chromium.org/25525003/diff/18001/build/android/pylib/linker/test_case.py#newcode68 build/android/pylib/linker/test_case.py:68: BASE_ROOT = 'src' + os.sep Actually, this came from ...
7 years, 2 months ago (2013-10-02 14:01:51 UTC) #5
frankf
lgtm w/ nits https://codereview.chromium.org/25525003/diff/17001/build/android/pylib/android_commands.py File build/android/pylib/android_commands.py (right): https://codereview.chromium.org/25525003/diff/17001/build/android/pylib/android_commands.py#newcode1266 build/android/pylib/android_commands.py:1266: """Return the current content of the ...
7 years, 2 months ago (2013-10-02 18:16:02 UTC) #6
digit1
https://codereview.chromium.org/25525003/diff/17001/build/android/pylib/android_commands.py File build/android/pylib/android_commands.py (right): https://codereview.chromium.org/25525003/diff/17001/build/android/pylib/android_commands.py#newcode1266 build/android/pylib/android_commands.py:1266: """Return the current content of the logcat being recorded ...
7 years, 2 months ago (2013-10-03 09:16:00 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/digit@chromium.org/25525003/34002
7 years, 2 months ago (2013-10-03 09:49:10 UTC) #8
commit-bot: I haz the power
7 years, 2 months ago (2013-10-03 11:56:52 UTC) #9
Message was sent while issue was closed.
Change committed as 226739

Powered by Google App Engine
This is Rietveld 408576698