Commit Graph

209 Commits

Author SHA1 Message Date
William Lachance
66b46339a1 Bug 1009862 - Close socket in devicemanagerSUT on timeout. r=gbrown 2014-05-13 17:52:51 -04:00
Gregory Szorc
85d9157008 Bug 907331 - Ability to convert resource usage to a serializable dict; r=ahal
--HG--
extra : rebase_source : b1e7f40e72ae50d1fde04a6935de17740f72c918
2014-05-23 14:08:04 -07:00
Juien Pagès
10977a08dc Bug 1003401 - Mozbase unit test logs should include test name in failures. r=dminor 2014-05-21 11:22:00 +02:00
Wes Kocher
b1359c893a Merge inbound to m-c 2014-05-22 17:30:30 -07:00
Andrew Halberstadt
128c51e5c2 Bug 1009730 - Stop using /data/local/user.js in b2g unittests, r=jgriffin 2014-05-22 15:47:52 -04:00
James Graham
1b2ae83b7a Bug 1014593 - Update moztest version number to release latest changes, r=ahal 2014-05-22 15:41:13 +01:00
James Graham
2c3be8beb2 Bug 1014001 - Update mozlog version, r=ahal 2014-05-21 16:36:39 +01:00
James Graham
0dbaa8b3de Bug 1011434 - Add a framework for structured logging command line scripts and a script for printing unstable tests, r=ahal 2014-05-21 16:36:38 +01:00
James Graham
e01c21986e Bug 1011432 - Move structured log stdlogging adapter to its own module, r=ahal
The previous design did not work well with multiprocessing on
Windows since it didn't pickle correctly
2014-05-21 16:36:38 +01:00
James Graham
da8ffec5c2 Bug 1011428 - Fix structured log machformatter unexpected counts when running tests more than once, r=ahal 2014-05-21 16:36:38 +01:00
James Graham
40142335ba Bug 1011458 - Buy back a few characters for Windows paths by renaming tests staging directory. r=ted 2014-05-16 04:55:00 +02:00
Julien Pagès
1eb5d0c69f Bug 1003405 - Mozbase unit test moznetwork/tests/test.py failures on linux slaves when run from test package. r=dminor 2014-05-16 06:45:00 -04:00
Julien Pagès
64d3acce20 Bug 1003412 - Fix Mozbase unit test mozlog/tests/test_structured.py on windows. r=dminor 2014-05-16 05:46:00 -04:00
Ahmed Kachkach
57627d9f1d Bug 1008943 - Lazy imports in mozfile for performance reasons. r=ahal 2014-05-13 11:19:00 -04:00
William Lachance
a3c3cb57ea Bug 907427 - Add a "stop application" method to mozdevice's android subclass. r=gbrown 2014-05-09 19:59:26 -04:00
Marco Castelluccio
5082eab317 Bug 945869 - Provide more granular OS version information in mozinfo. r=ted.mielczarek 2014-05-01 06:09:00 +02:00
Joel Maher
680948adc2 Bug 1003356 - fix mozinstall to have version 1.10 not 0.10. r=wlach 2014-04-29 14:46:08 -04:00
William Lachance
635d00a78b Bug 1003255 - Bump mozdevice to 0.34. r=jgraham 2014-04-29 12:49:26 -04:00
Andrew Halberstadt
a547ad9484 Bug 1000918 - Add new default device root paths used by some FxOS devices to mozdevice. r=wlach 2014-04-24 10:39:00 -04:00
James Graham
6d4ac72f1b Bug 1002267 - Stop trying to compare times in the mozlog unit tests, r=wlach. 2014-04-28 10:27:00 +02:00
William Lachance
5ae5f3364c Bug 996862 - Remove NetworkTools from mozdevice. r=ahal 2014-04-21 15:56:42 -04:00
Cosmin Malutan
ac0ea93524 Bug 1000017 - Bump mozversion to version 0.4. r=hskupin DONTBUILD 2014-04-23 23:23:51 +02:00
Cosmin Malutan
417486e5ea Bug 992139 - [mozversion] Enhance mozversion to return application_display_name. r=hskupin 2014-04-23 10:16:02 +02:00
Nathan Froyd
9dcdd5ca78 Bug 998372 - part 4 - explain the escape-fest in permissions.py better; r=jmaher 2014-04-18 12:48:01 -04:00
Nathan Froyd
5976c9aa57 Bug 998372 - part 3 - remove swathes of conditional logic from FindProxyForURL; r=jmaher 2014-04-18 12:28:31 -04:00
Nathan Froyd
bd4e6c902e Bug 998372 - part 2 - lift origins out of FindProxyForURL and make origin lookups more efficient; r=jmaher 2014-04-18 12:17:15 -04:00
Nathan Froyd
72d04e8a9a Bug 998372 - part 1 - lift regex construction out of FindProxyForURL; r=jmaher 2014-04-18 12:16:11 -04:00
Ted Mielczarek
b2f1e27a3e bug 985612 - fix mozlog.structured.commandline.setup_logging to handle argparse Namespace objects. r=jgraham 2014-03-19 15:27:30 -04:00
Nathan Froyd
c656fbc9fb Backout b9abacaf5453:005a3405219c (bug 998372) for make check bustage 2014-04-22 10:31:25 -04:00
Nathan Froyd
adb2882663 Bug 998372 - part 4 - explain the escape-fest in permissions.py better; r=jmaher 2014-04-18 12:48:01 -04:00
Nathan Froyd
a97ce55f93 Bug 998372 - part 3 - remove swathes of conditional logic from FindProxyForURL; r=jmaher 2014-04-18 12:28:31 -04:00
Nathan Froyd
4535c72f8e Bug 998372 - part 2 - lift origins out of FindProxyForURL and make origin lookups more efficient; r=jmaher 2014-04-18 12:17:15 -04:00
Nathan Froyd
b0aa18116a Bug 998372 - part 1 - lift regex construction out of FindProxyForURL; r=jmaher 2014-04-18 12:16:11 -04:00
Michael Ratcliffe
9955c9a298 Bug 983948 - Add mach mochitest-devtools r=jmaher 2014-03-25 16:52:53 +00:00
Andrew Halberstadt
87d133b722 Bug 994650 - Bump mozlog to version 1.7 for structuredlog, r=jgraham, DONTBUILD, a=NPOTB 2014-04-10 09:35:08 -04:00
Dave Hunt
653aa84c45 Bug 993700 - Bump mozversion version to 0.3. r=jgriffin 2014-04-08 16:02:56 -07:00
Dave Hunt
1e1e79dd72 Bug 991507 - Fall back to the system unzip command if Python is unable to read the zip file. r=jgriffin 2014-04-08 15:23:29 -07:00
Ryan VanderMeulen
4be6b97fe2 Merge inbound to m-c. 2014-04-04 14:51:38 -04:00
Benjamin Smedberg
4766f8c541 Bug 986582 - Get rid of the toolkit.telemetry.enabledPreRelease pref and make the toolkit.telemetry.enabled pref do the right thing for beta users who are testing a final release build, r=rnewman
--HG--
extra : rebase_source : 43f70e2c1c3207f37ba0789245958cb0c34187f6
2014-04-03 14:55:42 -04:00
James Graham
eeabec6b24 Bug 985606 - Improve API for reading structured logs, r=ahal 2014-04-02 14:32:41 +01:00
James Graham
22919c6d0e Bug 989961 - Update mozrunner version, r=ahal 2014-03-31 15:13:36 +01:00
James Graham
4a56ff1f40 Bug 981190 - Remove add added files when cleaning up after using B2GRunner on a device, r=ahal 2014-03-31 15:13:36 +01:00
James Graham
9e9fcbbe4c Bug 988382 - Allow B2GRunner to be created without starting a marionette session, r=ahal 2014-03-31 15:13:35 +01:00
James Graham
d0760ca75f Bug 991727 - Update mozprocess version due to API change, r=ahal 2014-04-03 22:19:31 +01:00
Fredrik Broman
6ded22f2f2 Bug 874476 - [mozrunner] Tilde character not expanded for application arguments. r=hskupin, r=ahal
--HG--
extra : rebase_source : a9e3a6843b560b2382433efbc294c9174f390870
2014-03-25 22:47:56 +01:00
Bill McCloskey
15e3a0db95 Bug 938019 - Run mochitests from manifests (r=ted,gps) 2014-03-18 08:03:51 -07:00
James Graham
832a85d6a3 Bug 983287 - Update the version of mozlog now structured logging has landed, r=wlach 2014-03-14 12:36:25 +00:00
dadadel
88c2e566d2 Bug 975136 - Test mozprocess parameters;r=wlach
DONTBUILD

--HG--
extra : rebase_source : 87f60210eccbfe7925cdcce3fafc878cb873c13b
2014-03-10 12:34:03 -04:00
dadadel
c291bbd97c Bug 907433 - Improve the mozprocess documentation with description and examplesi;r=wlach
DONTBUILD

--HG--
extra : amend_source : 99b1ef66ea65a1bf59ba01c98ad89cdb12fbf2ad
2014-03-10 12:15:35 -04:00
Ryan VanderMeulen
ea6c91fd4b Backed out changeset 7f8961ec163f (bug 969146) for B2G mochitest shutdown crashes. 2014-03-05 15:16:30 -05:00