William Lachance
5ffc3d1eb8
Bug 750302 - DeviceManager files should have new-style license boilerplate, r=jmaher, a=android-only
2012-05-01 12:50:17 -07:00
Geoff Brown
2b40dddc9a
Bug 747599 - SUT agent: follow symlinks in pushDir. r=jmaher
2012-04-26 19:21:38 -04:00
Geoff Brown
54339634b2
Bug 747268 - devicemanagerADB: improve listFiles error handling and check for root. r=jmaher, a=test-only
2012-04-20 17:15:59 -04:00
Jonathan Griffin
c56547e377
Bug 741479 - make DeviceManagerADB useable with B2G, r=jmaher
2012-04-05 12:06:41 -07:00
Jonathan Griffin
f06bbba0c9
Bug 741994 - add ability to pass device serial number to DeviceManagerADB, r=jmaher
2012-04-05 11:58:12 -07:00
Jonathan Griffin
2eb680bf9b
Bug 741989 - Add optional argument to specify adb path, r=jmaher
2012-04-04 10:27:59 -07:00
William Lachance
28f8105bd7
Bug 738032 - DevMgrADB shouldn't copy entire directory when checking if we can use run-as. r=gbrown
2012-03-23 21:50:35 -04:00
William Lachance
b5a29556da
Bug 722403 - DeviceManager: killProcess(): Add forceKill parameter and kill all matching processes, r=gbrown Earlier patch by Christian Holler.
...
--HG--
extra : rebase_source : 295a10d592827f4633951eda196505529560f8f0
2012-03-23 14:00:04 -07:00
Joel Maher
bd5f2d8dcf
Bug 736920 - mochitest-robocop log parser shouldn't repeat the whole test log, particularly not with spurious blank lines. r=gbrown
2012-03-22 10:45:20 -04:00
Geoff Brown
d5a03e4206
Bug 736246 - follow up to fix exception in verifyRunAs; r=wlach
2012-03-19 11:09:39 -04:00
William Lachance
44bd779b0f
Bug 736246 - DeviceManagerADB should throw an exception if we know it's not going to work. r=jmaher
2012-03-16 18:36:28 -04:00
Geoff Brown
7f06f02424
Bug 731403 - Update dmADB.getDirectory to use stdout instead of stderr. r=wlach
2012-02-29 19:40:58 -05:00
Christian Holler
d82331e06b
Bug 728995 - DeviceManagerADB should support TCP/IP r=wlach
2012-02-28 11:15:37 -08:00
Geoff Brown
f947e06a8c
Bug 705192: allow remotexpcshelltests.py to execute xpcshell via SUT agent; r=jmaher
2012-02-28 12:20:56 -05:00
William Lachance
c46cf152b3
Bug 728298 - DeviceManager needs a good, standard way of starting an Android application. r=jmaher
2012-02-23 10:32:28 -05:00
Christian Holler
47313be194
Bug 728993 - Need to check output to capture run-as failure in devicemanagerADB. r=jmaher
2012-02-21 11:13:54 -05:00
Christian Holler (:decoder)
4f3b928139
Bug 722297 - DeviceManagerADB: Several launchProcess problems. r=gbrown
...
[PATCH 8/9] Strip trailing line endings from listFiles output
From 7002d4b57d5f829fe25a4098c3d7a1ff869a281e Mon Sep 17 00:00:00 2001
Message-Id: <7002d4b57d5f829fe25a4098c3d7a1ff869a281e.1327949409.git.choller@mozilla.com>
In-Reply-To: <8149860494be47c731b377e42c4cf88c97cf8bae.1327949409.git.choller@mozilla.com>
References: <8149860494be47c731b377e42c4cf88c97cf8bae.1327949409.git.choller@mozilla.com>
---
build/mobile/devicemanagerADB.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
2012-01-30 15:57:08 +01:00
Christian Holler (:decoder)
71a5add14e
[PATCH] Bug 722297 - Several launchProcess problems. r=gbrown
...
From 5b5e5392f87b7ba19d3bb435536f3b3a6f874907 Mon Sep 17 00:00:00 2001
Message-Id: <5b5e5392f87b7ba19d3bb435536f3b3a6f874907.1328313263.git.decoder@malphas.(none)>
---
build/mobile/devicemanagerADB.py | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
2012-02-04 00:54:02 +01:00
Christian Holler (:decoder)
d528fa2c3e
Bug 720806 - Improve DeviceManagerADB actions when device is not rooted. r=gbrown
2012-02-01 11:43:15 -05:00
Chris Lord
1649ace873
Bug 720663 - devicemanagerADB pushDir fallback not always tried. r=gbrown
...
The devicemanagerADB.py pushDir method has two paths, one that uses zip/unzip
and the other that just pushes each file one at a time. The idea is that the
first path is chosen, and if it fails, the second is tried before bailing out,
but it's possible for the first failure not to be detected in such a way that
activates the fallback path.
Add a try/except block to catch exceptions in the first path and fall back to
the second.
2012-01-25 09:49:30 +00:00
Kartikaya Gupta
81f35d679d
Bug 717408 - Remove unneeded clause in python exception handling that was causing errors on python 2.5. r=geoffbrown
2012-01-12 13:09:04 -05:00
Geoff Brown
f2faee68e2
Bug 705175: update devicemanager, devicemanagerSUT versions of getAppRoot; r=jmaher
2012-01-07 18:41:08 -05:00
Joel Maher
f737f74e0a
Bug 715309 - robocop needs to have a more uniform log format. r=gbrown
2012-01-07 18:41:08 -05:00
Ed Morley
23a62f3731
Backout 8ec01f6f316f (bug 705175), a1dc0efef542 (bug 716077), b5686f25b258 (bug 710445), 32f8d3be2ad1 (bug 715309) for mochitest/reftest failures on Android & Windows
2012-01-07 14:57:58 +00:00
Geoff Brown
749289c022
Bug 705175: update devicemanager, devicemanagerSUT versions of getAppRoot; r=jmaher
2012-01-07 08:25:05 -05:00
Joel Maher
55e9820bbd
Bug 715309 - robocop needs to have a more uniform log format. r=gbrown
2012-01-07 08:25:05 -05:00
Geoff Brown
b8d1e20f4e
Bug 715060 - Fallback to normal devicemanagerADB.pushDir behavior when unzip fails; r=jmaher
2012-01-05 10:20:21 -05:00
Geoff Brown
1c24525df4
Bug 701038 - use zip to improve performance of devicemanagerADB.pushDir; r=jmaher
2011-12-05 07:19:31 -05:00
William Lachance
6a81c61754
Bug 706974 - devicemanagerADB's pushDir method does not conform to interface specifications. r=jmaher
2011-12-05 07:19:31 -05:00
Geoff Brown
8ce4275c11
Bug 700916: improve command line when launching process via devicemanagerADB; r=jmaher
2011-12-05 07:19:31 -05:00
William Lachance
c4862e8932
Bug 698010 - Make deviceManagerADB.py killProcess method actually work. r=jmaher
2011-11-09 12:08:04 -05:00
Joel Maher
ed6f63418f
Bug 694241 - devicemanagerADB has error in getDirectory causing remotereftest failures. r=wlach
2011-10-14 07:52:01 -04:00
Benoit Girard
c20d7c8dd3
Bug 691779 - Hide devicemanagerADB pull interfering with reftest output. r=jmaher
2011-10-11 10:31:05 -04:00
William Lachance
5606c73c7f
Bug 689316 - DeviceManagerADB needs a getCurrentTime function. r=jmaher
2011-09-30 14:54:11 -04:00
Geoff Brown
649bd29144
Bug 681810 - Avoid xpcshell test failure when device not rooted and cp not available; r=jmaher
2011-08-27 00:23:02 +01:00
Geoff Brown
5793c55ec7
Bug 679602 - Improve robustness of devicemanagerADB: check for adb, remote cp; r=jmaher
2011-08-23 17:45:10 +01:00
Geoff Brown
1d4a26ad52
Bug 668349 - Add or update script to run xpcshell tests on Android; r=jmaher
2011-08-22 09:00:50 +01:00
Geoff Brown
58805d27b3
Bug 678385 - Device manager needs to be updated for package name + username; r=jmaher
2011-08-22 09:00:50 +01:00
Geoff Brown
d6da59f671
Bug 672538 - remotereftest.py and runtestsremote.py reference dm_auto before initialized; r=jmaher
2011-07-20 13:02:48 -04:00
Geoff Brown
eb43247829
Bug 669549 - Some DeviceManagerADB functions do not work; r=jmaher, a=test-only
2011-07-17 12:04:40 -04:00
Kyle Huey
d3e7553ab9
Mass revert m-i to the last known good state
2011-07-13 18:22:33 -07:00
Geoff Brown
bb361d0883
Bug 669549 - Some DeviceManagerADB functions do not work; r=jmaher
...
--HG--
extra : rebase_source : 458c9d55c36708eb8dffc3275329bb663fab2513
2011-07-13 17:40:43 -04:00
Brad Lassey
0ef0f28f39
bug 669874 - add support for adb devicemanager to mochitest-remote make target r=jmaher
2011-07-07 13:10:52 -04:00
Brad Lassey
7935bd4ea0
Bug 650205 - Implement devicemanager using adb. r=jmaher, a=test-only
2011-05-06 18:17:55 -04:00