Граф коммитов

12 Коммитов

Автор SHA1 Сообщение Дата
jbudorick 1d6d74dfbc [Android] Fix new pylint errors in build/android/.
BUG=434544

Review URL: https://codereview.chromium.org/727543003

Cr-Original-Commit-Position: refs/heads/master@{#304812}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 0f77e966d5fa7d854772e63a64d0ab518c2bd3e8
2014-11-19 15:41:56 +00:00
ripp ce298edee2 Fixed extraction of emulated devices name
The adb_logcat_* scripts are extract attached devices names with
pattern 'w+', but it only works for real devices. Emulated devices
have names in form of 'emulator-5554' and '-' sign is not matched
by 'w+' parrent. This causes to logcat output to be missed while
tests are running

R=frankf@chromium.org, craigdh@chromium.org

TEST=Run tests with only emulators attached, ensure that resulting
log contains logcal output

Review URL: https://codereview.chromium.org/661843003

Cr-Original-Commit-Position: refs/heads/master@{#300242}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 044549b9d574c6fb633287a8ddb5f2df12be2b24
2014-10-20 09:39:07 +00:00
jbudorick@chromium.org 59b85af440 [Android] Linting the rest of build/android/
BUG=168518

Review URL: https://codereview.chromium.org/201853007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@258948 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-03-24 16:21:44 +00:00
jbudorick@chromium.org 41ed360447 Revert of Enable presubmit pylint in build/android. (https://codereview.chromium.org/132463007/)
Reason for revert:
This patch is probably the cause of crbug.com/342539.

Original issue's description:
> Enable presubmit pylint in build/android.
> 
> BUG=168518
> 
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=249793

TBR=craigdh@chromium.org,frankf@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=168518

Review URL: https://codereview.chromium.org/153743008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@250269 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-02-11 01:47:41 +00:00
jbudorick@chromium.org 3d8bcfb710 Enable presubmit pylint in build/android.
BUG=168518

Review URL: https://codereview.chromium.org/132463007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@249793 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-02-07 21:34:23 +00:00
sivachandra@chromium.org a025a93e1c [Android Buildbot] Revert forking in adb_logcat_monitor.py.
This essentially reverts the changes made in
https://codereview.chromium.org/24456002/ as they were found not
to be useful.

NOTRY=True

Review URL: https://codereview.chromium.org/25965002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227084 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-04 20:53:04 +00:00
sivachandra@chromium.org 10040db6a7 [Android] Fork a detached child process from adb_logcat_monitor.py.
This way, we can invoke adb_logcat_monitor.py directly from
recipes. We cannot spawn a process which runs
adb_logcat_monitor.py (like we have been via
buildbot/bb_device_steps.py) from recipes as we cannot import
subprocess et al. from recipes.

BUG=286509

Review URL: https://codereview.chromium.org/24456002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226151 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-01 05:20:31 +00:00
frankf@chromium.org b5f7fef472 [Android] Clear adb logcat during adb_logcat_monitor startup.
BUG=249039
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/17438004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207175 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-19 04:06:26 +00:00
bulach@chromium.org 42c382abb6 [android] Split top-level scripts and libraries from build/android.
- Top-level scripts are kept under build/android.
- Utility libraries have been moved to build/android/pylib.
- Fixes all imports and headers.

This is in preparation for landing the "instrumentation" (java-based) tests,
which will reuse several of these components.

BUG=
TEST=existing android tests


Review URL: https://chromiumcodereview.appspot.com/10693110

git-svn-id: http://src.chromium.org/svn/trunk/src/build@145653 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-09 09:11:57 +00:00
ilevy@chromium.org 84f609499e Revert "Revert 143261 - Upstreaming android tools"
- fixing permissions and relanding. CQ does not run
  check_perms apparently.

- original review:
  https://chromiumcodereview.appspot.com/10578032/

- failing bot log:
  http://build.chromium.org/p/chromium/builders/Linux/builds/26592/steps/check_perms/logs/stdio

This reverts commit 1ad94575470ccb61f9a64915638aafac3269a28f.

BUG=
TEST=


Review URL: https://chromiumcodereview.appspot.com/10598004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@143329 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-21 01:57:32 +00:00
creis@chromium.org e86bdc973e Revert 143261 - Upstreaming android build tools
- These are used to monitor and debug devices when running tests

Hooks will be added in a separate CL.

BUG=
TEST=


Review URL: https://chromiumcodereview.appspot.com/10578032

TBR=ilevy@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10583044

git-svn-id: http://src.chromium.org/svn/trunk/src/build@143268 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-20 21:45:04 +00:00
ilevy@chromium.org 5968638430 Upstreaming android build tools
- These are used to monitor and debug devices when running tests

Hooks will be added in a separate CL.

BUG=
TEST=


Review URL: https://chromiumcodereview.appspot.com/10578032

git-svn-id: http://src.chromium.org/svn/trunk/src/build@143261 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-20 21:05:29 +00:00