Dave Hunt
1b21a53daf
Bug 1101655 - [mozdevice] Support the ADB server running on an alternate host/port. r=wlachance
2014-11-25 10:19:00 +01:00
James Graham
26505efb5a
Bug 1103905 - Bump version number of mozlog, r=davehunt
2014-11-24 12:56:32 +00:00
Dave Hunt
29fe8bc8e8
Bug 1066077 - [mozdevice] Raise an exception when there is no device attached. r=wlachance
2014-11-20 04:08:00 +01:00
James Graham
9526da9ec9
Bug 1098404 - Implement per-component filters for mozlog, r=chmanchester
...
This allows individual component loggers to e.g. discard all messages below a
set level, or rewrite messages from one level to another.
--HG--
extra : rebase_source : 9b37981368edb099ac555a2dacfafd486f8fcd2d
extra : histedit_source : 144d17f582944703b07529e31bf13b845d5f9695%2C706e2b7db06a1217d0e956614f0232c153a6a3d0
2014-11-21 11:43:54 +00:00
Carsten "Tomcat" Book
20d22ead7d
Backed out changeset d917152c263d (bug 920938) for build warning/failures
2014-11-21 11:05:45 +01:00
Philipp Kewisch
0ce09769bd
Bug 1095151 - [mozinstall] Don't show finder window when installing a dmg on mac. r=whimboo
2014-11-06 23:29:03 +01:00
Julien Pagès
48c4761304
Bug 920938 - [ManifestDestiny] handle symlinks in populate_directory and from directories; r=jmaher
2014-11-03 04:24:00 +01:00
Andrew Halberstadt
56769d6693
Bug 1060527 - [mozprocess] signal finished if IO completion port unexpectedly closed on windows, r=jgriffin
...
--HG--
extra : rebase_source : 773b4bdcbaa088caa958b6d084989439f00a0370
2014-11-14 08:47:32 -05:00
Andrew Halberstadt
6ae8df7d8d
Bug 1073093 - [mozlog] make sure formatter wasn't removed from defaults before adding commandline option for it, r=chmanchester
...
--HG--
extra : rebase_source : 3357bbf0ea607a07111b6aa5258d0476c782f824
2014-11-14 09:23:22 -05:00
William Lachance
807b164e44
Bug 1097901 - Improve structured log example + docs;r=jgraham DONTBUILD
2014-11-13 16:45:43 -05:00
Ryan VanderMeulen
c284b7b86e
Backed out changeset 92fc5580994a (bug 1038868) for causing intermittent OSX Marionette timeouts.
...
--HG--
extra : rebase_source : dcf4d8c25d8612b043c3a08a862ffef99c16fd95
2014-11-12 14:39:59 -05:00
Chris Manchester
bbdbda2391
Bug 1090485 - Fix mozlog's commandline to accept file arguments for a formatter that is also the stdout default.;r=jgraham
2014-10-28 17:03:20 -04:00
Dave Hunt
0cd239082f
Bug 1038868 - Use B2GDeviceRunner in the Marionette client. r=ahalberstadt
2014-11-12 14:52:59 +00:00
Dave Hunt
4d40d47232
Bug 1094164 - [mozdevice] Raise exception if we fail to forward socket connections. r=wlachance
2014-11-12 10:41:41 +00:00
Dave Hunt
cbf6fb7b78
Bug 1087250 - [mozlog] Bump version number to 0.27. r=wlachance
2014-11-06 08:57:26 +00:00
Pankaj Malhotra(:bitgeeky)
945b5e8e0b
Bug 1064960 - [mozprocess] Guard against the output thread trying to join with itself. r=ahal
2014-11-04 02:35:00 +01:00
Dave Hunt
ac79da7488
Bug 1090148 - [mozlog] Remove test class from HTML formatter. r=cmanchester
2014-11-05 10:44:19 +00:00
Pankaj Malhotra(:bitgeeky)
a5b690fcb0
Bug 1087682 - Add a manifestparser test for the case where there is no manifest. r=jgriffin
2014-11-04 04:16:00 +01:00
Geoff Brown
65d6cce4d3
Bug 1093328 - Limit crashreports to first 10 minidumps; r=ted
2014-11-04 08:17:19 -07:00
William Lachance
4c804223f2
Bug 1093175 - Make ADBDevice examples in docs run as written;r=bc DONTBUILD
2014-11-03 12:09:02 -05:00
William Lachance
1438f1530b
Bug 945706 - [mozlog] logger.exception() calls do not add exception information to the output; r=wlach
2014-11-03 11:26:11 -05:00
Chris Manchester
f361b4e1ec
Bug 1091413 - Refrain from printing the command args with each call to process_output in mozlog's machformatter;r=jgraham
2014-10-30 11:37:22 -04:00
Mark Hammond
52453853a0
Bug 1090733 - xpcshell tests fail if no terminal configured. r=chmanchester
2014-10-30 12:13:34 +11:00
Malini Das
5db861cb4a
Bug 1090022 - [mozrunner] Allow storing crashdumps by default, r=ahal
2014-10-28 11:41:19 -04:00
Tom Tromey
d09e9bb441
Bug 1075072 - Pass debuggerArgs as a string to get_debugger_info. r=ted
2014-10-24 09:40:00 -04:00
Dave Hunt
706c1d8dec
Bug 1087248 - [mozlog] Fix encoding for debug in HTML formatter such as page source. r=jgraham
2014-10-27 05:55:00 +01:00
Geoff Brown
491f156d9a
Bug 1084473 - Avoid intermittent DMError in getTopActivity on some Android 4.4 devices; r=jmaher
2014-10-24 09:37:32 -06:00
Henrik Skupin
eb5ff20f60
Bug 1088112 - [mozversion] Bump version to 1.0 and release to pypi. r=dhunt DONTBUILD
...
---
testing/mozbase/mozversion/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
2014-10-24 11:19:14 +02:00
Dave Hunt
4baf8b2325
Bug 1087244 - [mozlog] Fix screenshot links in the HTML formatter. r=jgraham
2014-10-22 07:02:00 +02:00
Julien Pagès
0494103ad0
Bug 1065988 - [mozversion] If platform.ini for a local application is missing, an exception should be raised; r=dhunt
2014-10-24 09:02:29 +02:00
Henrik Skupin
09c5ca365a
Bug 1088060 - [mozversion] Get all application and platform data. r=dhunt
...
---
testing/mozbase/mozversion/mozversion/mozversion.py | 10 +++++-----
testing/mozbase/mozversion/tests/test_binary.py | 11 +++++++++--
2 files changed, 14 insertions(+), 7 deletions(-)
--HG--
extra : rebase_source : 85ab0046a4aa8c96dc32e7ff24f7cfeeee2f034b
2014-10-23 17:46:23 +02:00
Jonathan Griffin
5c8f5b9785
Bug 1087711
- Bump manifestparser to 0.8, r=jmaher
2014-10-22 16:04:15 -07:00
Chris Manchester
a280752de3
Bug 1068923 - Provide the including manifest name to uniquely identify tests in case of a dupe manifest. r=ahal
...
The path of the including manifest is included in test objects whenever possible to aide identification of tests in cases the same test file is included by multiple manifests.
2014-10-22 16:04:51 -04:00
Dave Hunt
39c02cf75c
Bug 1065402 - Include environment details in HTML formatter. r=jgraham
2014-10-22 06:01:00 -04:00
Jonathan Griffin
c0de77280d
Bug 1086678 - Provide a default value for subsuite, r=jmaher
2014-10-21 13:12:35 -07:00
Wes Kocher
1736c2e858
Backed out changeset 325d41a714e3 (bug 1086678) for bustage on a CLOSED TREE
2014-10-21 13:51:26 -07:00
Jonathan Griffin
da52e5aaa0
Bug 1086678 - Provide a default value for subsuite, r=jmaher
2014-10-21 13:12:35 -07:00
Dave Hunt
deb69dce2f
Bug 1086531 - [mozdevice] Bump version to 0.43. r=wlachance
2014-10-21 06:38:00 -04:00
Dave Hunt
9940acb270
Bug 1085318
- [mozdevice] Change the log level within DeviceManagerADB.getInfo to DEBUG. r=wlachance
2014-10-20 05:05:00 +02:00
Dave Hunt
45023e2ed9
Bug 1084519 - Return full uptime string if unable to parse. r=gbrown
2014-10-20 04:44:00 +02:00
Julien Pagès
38bf8b96e5
Bug 1008943 - mozinfo should be cheaper to import. r=ahal
2014-10-20 02:57:00 +02:00
Chris Manchester
b7b2dc40de
Bug 1079635
- Implement a verbose option for the machformatter for those debugging tests locally.;r=jgraham
2014-10-17 11:59:15 -04:00
Chris Manchester
a0be7e74a4
Bug 1066785 - Log a summary of expected and unexpected statuses in the mozlog StatusHandler summary.;r=jgraham
2014-10-17 11:59:02 -04:00
Julien Pagès
b56d64d309
Bug 1068956 - mozversion should throw some kind of exception if binary specified and nothing found. r=wlach
2014-10-15 03:49:00 +02:00
Carsten "Tomcat" Book
e156f56b85
Merge m-c to mozilla-inbound
2014-10-16 16:10:53 +02:00
Dave Hunt
fb7b2630ab
Bug 1083218 - [mozdevice] Bump version to 0.42. r=wlachance
2014-10-15 08:37:00 -04:00
Dave Hunt
578140a5c5
Bug 1082469 - [mozrunner] Bump version to 6.4. r=ahal
2014-10-14 02:49:00 -04:00
William Lachance
0c8848123d
Bug 1080761 - "mach robocop <test>
fails on Nexus 4" . r=armenzg
2014-10-09 13:51:00 +02:00
Dave Hunt
3ce11fb12b
Bug 1082470 - [mozcrash] Bump version to 0.14. r=ahalberstadt
2014-10-14 02:47:00 +02:00
Julien Pagès
6aecdbd83c
Bug 859422 - update sphinx documentation for mozfile. r=wlach
2014-10-13 08:37:00 +02:00