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

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

Issue 13047009: [Android] Fix a race condition in run_command.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/android_testrunner/patch.diff » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Android Test runner script 1 Name: Android Test runner script
2 URL: http://source.android.com 2 URL: http://source.android.com
3 Version: 3.1.4 3 Version: 3.1.4
4 License: Apache Version 2.0 4 License: Apache Version 2.0
5 License File: NOT_SHIPPED 5 License File: NOT_SHIPPED
6 Security Critical: no 6 Security Critical: no
7 7
8 Description: 8 Description:
9 This package is the scripts used to run the unit test for Android and from 9 This package is the scripts used to run the unit test for Android and from
10 Android Gingerbread. 10 Android Gingerbread.
11 11
12 Local Modifications: 12 Local Modifications:
13 1. Added |silent_log| argument to |StartInstrumentation| so that output can be 13 1. Added |silent_log| argument to |StartInstrumentation| so that output can be
14 suppressed. 14 suppressed.
15 2. Changed error message handling in |StartInstrumentation| from |shortMsg| to 15 2. Changed error message handling in |StartInstrumentation| from |shortMsg| to
16 |longMsg| to provide more information when debugging. 16 |longMsg| to provide more information when debugging.
17 3. Applied the patch file patch.diff to fix a race condition in
18 run_command.RunOnce.
17 19
18 Here is the detail steps 20 Here is the detail steps
19 1. Checkout Android source code 21 1. Checkout Android source code
20 22
21 $ repo init -u git://android.git.kernel.org/platform/manifest.git -b gingerbread 23 $ repo init -u git://android.git.kernel.org/platform/manifest.git -b gingerbread
22 $ repo sync 24 $ repo sync
23 $ cd development 25 $ cd development
24 $ git reset --hard 76f63551d36b1de63c63f357e5f0646ed8c306bb 26 $ git reset --hard 76f63551d36b1de63c63f357e5f0646ed8c306bb
25 27
26 2. Copy the related files from 28 2. Copy the related files from
27 <android_gingerbread_tree>/development/testrunner/ 29 <android_gingerbread_tree>/development/testrunner/
28 30
29 More information can be found in 31 More information can be found in
30 http://source.android.com/source/downloading.html 32 http://source.android.com/source/downloading.html
OLDNEW
« no previous file with comments | « no previous file | third_party/android_testrunner/patch.diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698