summaryrefslogtreecommitdiffstats
path: root/build/android/pylib/buildbot_report.py
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixes to android device_status scriptilevy@chromium.org2012-09-041-0/+9
| | | | | | | | | | | | | - Build titles were too long, making shorter - Switching to STEP_TEXT as STEP_SUMMARY_TEXT is only visible while this is the active step. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10665012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154824 0039d316-1c4b-4281-b951-d872f2087c98
* Android: a few minor improvements for the test runner.bulach@chromium.org2012-07-121-0/+9
| | | | | | | | | | | | | | | | - We had a few options with default=True, which made them not really optional. Instead, use an option with action='store_true' which is False by default. - Uses buildbot_report.py rather than duplicate the functionality. - Removes default params from SingleTestRunner to make it more explicit. BUG= TEST=existing android tests. Review URL: https://chromiumcodereview.appspot.com/10689159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146318 0039d316-1c4b-4281-b951-d872f2087c98
* [android] Upstream / sync most of build/android and build/android/pylib.bulach@chromium.org2012-07-101-0/+28
These files have diverged overtime. We need to get them in sync in preparation for the instrumentation tests. The patches downstream have been entangled, so this is a bit big and contains a series of otherwise unrelated patches. However, it's probably safer to do this way (as it's guaranteed to be similar to downstream), than trying to split it in multiple patches. BUG= TEST=try -b android_test Review URL: https://chromiumcodereview.appspot.com/10689132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145872 0039d316-1c4b-4281-b951-d872f2087c98