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

Side by Side Diff: third_party/android_testrunner/README.chromium

Issue 664803003: Update from chromium a8e7c94b1b79a0948d05a1fcfff53391d22ce37a (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/android_testrunner/OWNERS ('k') | third_party/android_testrunner/adb_interface.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name: Android Test runner script
2 URL: http://source.android.com
3 Version: 3.1.4
4 License: Apache Version 2.0
5 License File: NOT_SHIPPED
6 Security Critical: no
7
8 Description:
9 This package is the scripts used to run the unit test for Android and from
10 Android Gingerbread.
11
12 Local Modifications:
13 1. Added |silent_log| argument to |StartInstrumentation| so that output can be
14 suppressed.
15 2. Changed error message handling in |StartInstrumentation| from |shortMsg| to
16 |longMsg| to provide more information when debugging.
17 3. Applied the patch file patch.diff to fix a race condition and subproccess
18 bugs in run_command.py.
19 4. Fixed a bug where wait_time wasn't properly respected in
20 _WaitForShellCommandContents.
21
22 Here is the detail steps
23 1. Checkout Android source code
24
25 $ repo init -u git://android.git.kernel.org/platform/manifest.git -b gingerbread
26 $ repo sync
27 $ cd development
28 $ git reset --hard 76f63551d36b1de63c63f357e5f0646ed8c306bb
29
30 2. Copy the related files from
31 <android_gingerbread_tree>/development/testrunner/
32
33 More information can be found in
34 http://source.android.com/source/downloading.html
OLDNEW
« no previous file with comments | « third_party/android_testrunner/OWNERS ('k') | third_party/android_testrunner/adb_interface.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698