James Graham
31f97c8221
Bug 1042557 - Update version number of mozlog, r=ahal
2014-07-23 15:58:45 +01:00
William Lachance
87ee74d96f
Bug 1037651 - Release mozdevice 0.38. r=ahal
2014-07-23 10:32:33 -04:00
William Lachance
15d951258d
Bug 1041533
- Update mozdevice to not reset global log level. r=armenzg
2014-07-23 10:31:43 -04:00
Armen Zambrano Gasparnian
2dc6c0c182
Bug 1026710 - Add unittest of DeviceManagerADB. DONTBUILD. r=wlach
2014-07-23 09:55:05 -04:00
Chris Manchester
68bdaa0e18
Bug 1036427 - Warn in the structured logger for ending a test not in progress.;r=jgraham
...
* * *
Bug 1036565 - Prevent the tbplformatter from throwing when multiple test_end messages are issued.;r=jgraham
2014-07-22 18:51:32 -04:00
Andrew Halberstadt
4679ba0ab3
Bug 1040789 - Bump mozrunner and marionette-client for bug 1036926, r=davehunt
2014-07-22 15:37:34 -04:00
Arnav Sharma
fd1ae0c345
Bug 1037521 - Add information about unexpected results to mach output.
2014-07-22 20:19:00 +01:00
James Graham
75a44b1360
Bug 1041546 - Ensure that structured log message fields are always strings, r=chmanchester
2014-07-22 19:01:00 +01:00
Armen Zambrano Gasparnian
deead3cc92
Bug 1026710 - Change DeviceManager to mozdevice when logging. DONTBUILD. r=wlach
2014-07-22 09:17:16 -04:00
Luv Agarwal
4c21e963a7
Bug 974184 - Add a versioninfo utility for getting mozbase version info. r=wlach
2014-07-21 11:38:07 +02:00
Dave Hunt
86ce221bdc
Bug 1040069 - Return None for the gaia commit if it can't be found. r=ahalberstadt
2014-07-21 02:57:00 +02:00
James Graham
79842cd73a
Bug 1041424 - Raise a helpful exception if B2GDeviceRunner is used with no devices attached, r=ahal
2014-07-21 17:13:25 +01:00
William Lachance
0578b95651
Bug 1026710 - Fix errors in output handling in devicemanagerADB. r=armenzg
2014-07-18 14:19:33 -04:00
Andrew Halberstadt
cd43fa61ae
Bug 1036926 - Add ability to specify local_port in emulator.setup_port_forwarding(), r=wlach
2014-07-18 10:32:13 -04:00
Ahmed Kachkach
68c23f6dff
Bug 886570 - Initial integration of structured logs in mochitest; r=ahal,Ms2ger
2014-07-17 09:02:00 +02:00
Ryan VanderMeulen
96267644ee
Merge inbound to m-c on a CLOSED TREE. a=merge
2014-07-17 17:32:54 -04:00
Andrew Halberstadt
823dc8cfca
Bug 1036982 - Mozrunner should setup settings.json and webapps from profile properly with B2G emulators/devices, r=jgriffin
2014-07-17 11:40:24 -04:00
Wes Kocher
9eebe50a0d
Merge m-c to fx-team
2014-07-15 17:50:18 -07:00
William Lachance
eca294eaa0
Bug 1037642 - Fix assumption that we will be able to send all data in devicemanagerSUT in one shot. r=mcote
2014-07-15 14:09:04 -04:00
Armen Zambrano Gasparnian
dca074ab69
Bug 1026710 - Make DeviceManagerADB use mozprocess to allow logging. r=wlach
...
Up until now, mozdevice has been using subprocess. The switch gives us the
ability to log adb commands and its output. This will be mainly used
for the Firefox OS cert suite.
2014-07-15 08:59:48 -04:00
Carsten "Tomcat" Book
f0569c8ad2
Backed out changeset cf85693280c7 (bug 886570) frequent mochitest-3 errors on windows
2014-07-11 14:15:29 +02:00
Ahmed Kachkach
c4872d76ea
Bug 886570 - Initial integration of structured logs in mochitest. r=ahal,Ms2ger
2014-07-10 13:33:00 +02:00
Nils Ohlmeier [:drno]
a6e7754006
Bug 1017332 - increase WebRTC logging on B2G emulator to match desktop levels. r=bwc
2014-07-08 17:00:00 +02:00
Bob Clary
39fa91cf3b
Bug 1035254 - [mozdevice] - Add ADBAndroid.get_battery_percentage(), r=wlach, DONTBUILD.
2014-07-10 06:46:23 -07:00
Chris Manchester
2f3284b56d
Bug 1036392 - Add a parameter to the structured log api for stacks in test_status and test_end.;r=jgraham
2014-07-10 09:21:22 -04:00
William Lachance
82332aa661
Bug 1037707 - Allow setting dmcli's verbose mode via environment variable. r=mcote
2014-07-14 16:01:11 -04:00
William Lachance
6571f5f33c
Bug 1036530 - Instantiate / initialize device root only when needed in mozdevice. r=bc
2014-07-11 15:29:30 -04:00
Arnav Sharma
3367b52344
Bug 1037532 - "mozversion should have documentation on how to use its API". r=wlachance
2014-07-16 12:56:00 +02:00
Chris Manchester
6ba14fdd35
Bug 1035006 - Fix pyflakes warnings in mozbase.;r=wlach
2014-07-07 14:51:34 -04:00
Bob Clary
585c45ebdf
Bug 1034406 - [mozdevice] Do not allow ADBCommand to be instantiated, r=wlach, DONTBUILD.
2014-07-07 08:19:35 -07:00
Ed Morley
755d4aeff4
Bug 1027574 - Mozrunner should use logcat format 'time' not 'threadtime'; r=ahal
2014-07-04 15:04:16 +01:00
Sylvestre Ledru
63dfdf6b1e
Bug 991866: Catch the exception and returns the iso8859-1 string. In some cases, the display was failing r=ahal
...
--HG--
extra : rebase_source : 2a913276a15f721d3a9f07783735544bf292ec7e
2014-07-04 12:07:38 +02:00
Geoff Brown
bec27a7f46
Bug 1027802 - Try to get ANR report and stack trace when Fennec hangs; r=jmaher
2014-07-03 22:11:41 -06:00
James Graham
4436087710
Bug 1033458 - Update mozrunner version, r=ahal.
2014-07-02 22:20:53 +01:00
James Graham
97d18f9971
Bug 1032136 - Make mozrunner 6 work for on-device B2G testing, r=ahal.
2014-07-02 22:20:52 +01:00
Chris Manchester
5b352e1995
Bug 1030845 - Modify mozlog.structured's tbplformatter to comply with tbpl. r=edmorley,jgraham
2014-07-01 10:42:16 -04:00
Andrew Halberstadt
89116d2d4e
Bug 1031415 - Fix bad exception handling in emulator.wait_for_system_message(), r=jgriffin
2014-06-30 16:28:00 -04:00
Bob Clary
84cafa2af4
Bug 1012711 - Add adb.py to devicemanager package, -correcting bugnumber- r=wlach. DONTBUILD a=sheriffduty
2014-06-26 16:20:12 +02:00
Carsten "Tomcat" Book
4a581018ef
Backed out changeset 1fd65e3c2f4a (bug 1012712)
2014-06-26 16:18:34 +02:00
Bob Clary
adf1fa16ff
Bug 1012712 - Add adb.py to devicemanager package, r=wlach. DONTBUILD
2014-06-25 21:08:41 -07:00
Vaibhav Agrawal
34b269b85c
Bug 925699 - pymake/mach mochitest-plain don't delete the temporary profile. r=jmaher
2014-06-23 11:24:00 +02:00
Ed Morley
0dff097299
Backed out changeset 1566b80f6c2b (bug 1026181) since the curses module isn't available
2014-06-23 17:20:02 +01:00
James Graham
6de285fc0b
Bug 1026181 - Make mach terminal formatter work outside mach context, r=wlach
2014-06-23 16:20:42 +01:00
Ed Morley
68344ef586
Backed out changeset 154690942f4d (bug 1027607) for morphing the test names to something that causes greater false positives
2014-06-23 15:56:01 +01:00
Andrew Halberstadt
6b61c5ac47
Bug 1027607 - Mozrunner should always pass in test_name to check_for_crashes when available, r=chmanchester
2014-06-23 08:10:30 -04:00
Chris Manchester
f84c9426f1
Bug 1020625 - Don't call structured logging's suite_start and suite_end per test suite. r=jgraham
2014-06-09 12:01:26 -04:00
Wes Kocher
32ccf13781
Backed out changeset 53b54cd44410 (bug 1026181) for lots of bustage causing a CLOSED TREE
2014-06-20 12:33:36 -07:00
James Graham
ae9da8bce3
Bug 1026181 - Make mach terminal formatter work outside mach context, r=wlach
...
--HG--
extra : rebase_source : ac66edb9f80fc5fbebebb953ca15861a91095d4b
2014-06-20 19:41:04 +01:00
Andrew Halberstadt
6161373928
Bug 1028119 - Change string in mozrunner timeout to hide newly exposed but long running perma-orange, r=edmorley
2014-06-20 13:45:05 -04:00
Malini Das
9b8a472bd9
Bug 1028239 - release updated mozlog client, r=wlach
2014-06-20 13:15:25 -04:00