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
Ted Mielczarek
7ee81f0ecb
Bug 1023670 - Fix DeviceManager.mkDirs with a Windows path. r=wlach
2014-06-16 11:52:52 -04:00
Andrew Halberstadt
6d852cdaf6
Bug 1028119 - Fix mochitest TypeError on timeout in mozrunner, r=edmorley
2014-06-20 10:11:05 -04:00
Andrew Halberstadt
d638652838
Bug 997244 - Move emulator.py out of marionette and into mozrunner, r=wlach,mdas,jgriffin
2014-06-19 14:17:26 -04:00
Wes Kocher
0771859834
Backed out changeset 81a51de30a2a (bug 997244) for breaking b2g emulator mochitests on an otherwise CLOSED TREE
2014-06-18 14:15:48 -07:00
Andrew Halberstadt
0b14f45d59
Bug 997244 - Pull emulator.py out of marionette and into mozrunner, r=wlach,mdas,jgriffin
2014-06-18 13:30:12 -04:00
Wes Kocher
400613fa46
Backed out changeset da73c6745a10 (bug 1023670) under suspicion of causing the android bustage CLOSED TREE
2014-06-16 13:34:01 -07:00
Ted Mielczarek
e97e571d19
Bug 1025181 - [mozlog] Fix structured logging HTML formatter to actually produce results. r=jgraham
2014-06-16 11:52:52 -04:00
Ted Mielczarek
fae372fb2f
Bug 1023670 - Fix DeviceManager.mkDirs with a Windows path. r=wlach
2014-06-16 11:52:52 -04:00
James Graham
7f1c67ff81
Bug 1016916 - Add a 'structlog format' command for formatting logfiles, r=wlach
...
This replaces the __main__ sections in the formatters
2014-06-16 12:53:48 +01:00
Dave Hunt
31743db376
Bug 1024441 - Bump mozversion to 0.6. r=wlach
2014-06-12 04:29:00 -04:00
Ryan VanderMeulen
2921c4798a
Merge m-c to inbound on a CLOSED TREE. a=merge
2014-06-12 17:32:33 -04:00
Chris Manchester
2b66f8beff
Bug 1021931 - Add a fallback in mozlog.structured.commandline for users of optparse. r=jgraham
2014-06-12 13:53:23 -04:00
Dave Hunt
40a85318ec
Bug 1023915 - [mozversion] Support targeting device by serial identifier. r=wlach
2014-06-11 08:44:00 -04:00
William Lachance
5a9d4114aa
Bug 1023883 - Update doc reference to manifestparser from manifestdestiny. r=ahal
2014-06-11 10:27:20 -04:00
William Lachance
e28a682e56
Bug 1021943 - Add some additional features to mozlog.structured to help with informational level logging;r=jgraham
2014-06-12 11:28:19 -04:00
William Lachance
4b9480677f
Bug 984528 - Rename manifestdestiny -> manifestparser. r=ahal
...
--HG--
rename : testing/mozbase/docs/manifestdestiny.rst => testing/mozbase/docs/manifestparser.rst
rename : testing/mozbase/manifestdestiny/manifestparser/__init__.py => testing/mozbase/manifestparser/manifestparser/__init__.py
rename : testing/mozbase/manifestdestiny/manifestparser/manifestparser.py => testing/mozbase/manifestparser/manifestparser/manifestparser.py
rename : testing/mozbase/manifestdestiny/setup.py => testing/mozbase/manifestparser/setup.py
rename : testing/mozbase/manifestdestiny/tests/comment-example.ini => testing/mozbase/manifestparser/tests/comment-example.ini
rename : testing/mozbase/manifestdestiny/tests/default-skipif.ini => testing/mozbase/manifestparser/tests/default-skipif.ini
rename : testing/mozbase/manifestdestiny/tests/filter-example.ini => testing/mozbase/manifestparser/tests/filter-example.ini
rename : testing/mozbase/manifestdestiny/tests/fleem => testing/mozbase/manifestparser/tests/fleem
rename : testing/mozbase/manifestdestiny/tests/include-example.ini => testing/mozbase/manifestparser/tests/include-example.ini
rename : testing/mozbase/manifestdestiny/tests/include/bar.ini => testing/mozbase/manifestparser/tests/include/bar.ini
rename : testing/mozbase/manifestdestiny/tests/include/crash-handling => testing/mozbase/manifestparser/tests/include/crash-handling
rename : testing/mozbase/manifestdestiny/tests/include/flowers => testing/mozbase/manifestparser/tests/include/flowers
rename : testing/mozbase/manifestdestiny/tests/include/foo.ini => testing/mozbase/manifestparser/tests/include/foo.ini
rename : testing/mozbase/manifestdestiny/tests/just-defaults.ini => testing/mozbase/manifestparser/tests/just-defaults.ini
rename : testing/mozbase/manifestdestiny/tests/manifest.ini => testing/mozbase/manifestparser/tests/manifest.ini
rename : testing/mozbase/manifestdestiny/tests/mozmill-example.ini => testing/mozbase/manifestparser/tests/mozmill-example.ini
rename : testing/mozbase/manifestdestiny/tests/mozmill-restart-example.ini => testing/mozbase/manifestparser/tests/mozmill-restart-example.ini
rename : testing/mozbase/manifestdestiny/tests/no-tests.ini => testing/mozbase/manifestparser/tests/no-tests.ini
rename : testing/mozbase/manifestdestiny/tests/path-example.ini => testing/mozbase/manifestparser/tests/path-example.ini
rename : testing/mozbase/manifestdestiny/tests/relative-path.ini => testing/mozbase/manifestparser/tests/relative-path.ini
rename : testing/mozbase/manifestdestiny/tests/test_convert_directory.py => testing/mozbase/manifestparser/tests/test_convert_directory.py
rename : testing/mozbase/manifestdestiny/tests/test_convert_symlinks.py => testing/mozbase/manifestparser/tests/test_convert_symlinks.py
rename : testing/mozbase/manifestdestiny/tests/test_default_skipif.py => testing/mozbase/manifestparser/tests/test_default_skipif.py
rename : testing/mozbase/manifestdestiny/tests/test_expressionparser.py => testing/mozbase/manifestparser/tests/test_expressionparser.py
rename : testing/mozbase/manifestdestiny/tests/test_manifestparser.py => testing/mozbase/manifestparser/tests/test_manifestparser.py
rename : testing/mozbase/manifestdestiny/tests/test_read_ini.py => testing/mozbase/manifestparser/tests/test_read_ini.py
rename : testing/mozbase/manifestdestiny/tests/test_testmanifest.py => testing/mozbase/manifestparser/tests/test_testmanifest.py
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/subdir/manifest.ini => testing/mozbase/manifestparser/tests/verifyDirectory/subdir/manifest.ini
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/subdir/test_sub.js => testing/mozbase/manifestparser/tests/verifyDirectory/subdir/test_sub.js
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/test_1.js => testing/mozbase/manifestparser/tests/verifyDirectory/test_1.js
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/test_2.js => testing/mozbase/manifestparser/tests/verifyDirectory/test_2.js
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/test_3.js => testing/mozbase/manifestparser/tests/verifyDirectory/test_3.js
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/verifyDirectory.ini => testing/mozbase/manifestparser/tests/verifyDirectory/verifyDirectory.ini
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/verifyDirectory_incomplete.ini => testing/mozbase/manifestparser/tests/verifyDirectory/verifyDirectory_incomplete.ini
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/verifyDirectory_toocomplete.ini => testing/mozbase/manifestparser/tests/verifyDirectory/verifyDirectory_toocomplete.ini
2014-06-10 13:20:23 -04:00
Chris Manchester
7069afa3f7
Bug 1021117 - Add legacy tbpl formatter to mozlog.structured.formatters. r=jgraham
2014-06-06 11:36:28 -04:00
Ryan VanderMeulen
172d82ad87
Backed out changeset 12536416d070 (bug 991866) for breaking B2G mochitests.
...
CLOSED TREE
2014-06-04 16:04:14 -04:00
Andrew Halberstadt
91d542a27f
Bug 991866 - Decode mozprocess output before printing to stdout, r=gps
2014-06-04 15:00:01 -04:00
James Graham
102fcd0d36
Bug 1020470 - Package mozlog.structured html formatter support files, r=:ted.mielczarek
2014-06-04 19:30:07 +01:00
Chris Manchester
a20cf8847a
Bug 1019883 - Don't populate expected field in log messages for skipped tests. r=jgraham
2014-06-03 16:08:53 -04:00
William Lachance
1d213302fe
Bug 1019211 - Bump mozversion to 0.5. r=ahal
2014-06-02 16:53:49 -04:00
James Graham
275c8e5ef4
Bug 1018277 - Fix time output in mozlog.structured.formatters.MachFormatter, r=wlach
...
Use the same units for time everywhere.
2014-05-30 20:59:33 +01:00
James Graham
741802dee7
Bug 1015287 - Add complete example to mozlog.structured documentation, r=wlach
2014-05-30 17:10:26 +01:00
William Lachance
c54e25c8a9
Bug 1016467 - Allow mozversion to support getting version info out of a fennec .apk. r=davehunt
2014-05-29 14:57:52 -04:00
Andreas Tolfsen
0485d9842c
Bug 1017675 - Bump moztest to version 0.5. r=jgraham
...
---
testing/mozbase/moztest/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
2014-05-29 18:08:31 +01:00
Andreas Tolfsen
d9ae684e84
Bug 1017596 - Add suite_start and suite_end messages to moztest.adapters.unit. r=jgraham
...
This properly implements the structured logging protocol in the unittest
adapter.
The patch also adds an optional argument `test_list` to StructuredTestLogger
which will include an array of all tests when sending the suite_start message.
---
testing/mozbase/moztest/moztest/adapters/unit.py | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
2014-05-29 18:08:24 +01:00
Ryan VanderMeulen
70d91b7e2c
Backed out changeset 3a9b6d6d9224 (bug 1017596) for making Mn more orange-prone.
2014-05-29 15:17:29 -04:00
Ryan VanderMeulen
483f7e0014
Backed out changeset c9f8e59a7e0d (bug 1017675) for making Mn more orange-prone.
2014-05-29 15:17:21 -04:00
Andreas Tolfsen
f1f90ef323
Bug 1017675 - Bump moztest to version 0.5. r=jgraham
...
---
testing/mozbase/moztest/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--HG--
extra : rebase_source : e27967cf955ca12fc884598507bf16d4d31bdf0b
2014-05-29 18:08:31 +01:00
Andreas Tolfsen
2142c8d3aa
Bug 1017596 - Add suite_start and suite_end messages to moztest.adapters.unit. r=jgraham
...
This properly implements the structured logging protocol in the unittest
adapter.
The patch also adds an optional argument `test_list` to StructuredTestLogger
which will include an array of all tests when sending the suite_start message.
---
testing/mozbase/moztest/moztest/adapters/unit.py | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
--HG--
extra : rebase_source : f8c9852485129bd034317c1b801a3f33a56162cf
2014-05-29 18:08:24 +01:00
Jonathan Griffin
f419761b6c
Bug 1017146 - Bump mozrunner to 5.37 and mozdevice to 0.36, r=wlach
2014-05-28 14:07:56 -07:00
Jonathan Griffin
b6fc94141b
Bug 1016689 - Make mozrunner use /data/local by default for remote_test_root on B2G, r=ahal
2014-05-28 11:23:20 -07:00
William Lachance
b61dfd4c05
Bug 1016073 - Update stopApplication to work on Android 2.3. r=bc
2014-05-27 17:18:35 -04:00
William Lachance
ed6ae85e74
Bug 1016042 - Bump mozdevice to 0.35;r=ahal DONTBUILD
2014-05-26 14:10:07 -04:00
William Lachance
bd792c2de8
Bug 1009862 - Close socket in devicemanagerSUT on timeout. r=gbrown
2014-05-13 17:52:51 -04:00
Gregory Szorc
8fc9d4cfe6
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
be3e2abbad
Bug 1003401 - Mozbase unit test logs should include test name in failures. r=dminor
2014-05-21 11:22:00 +02:00
Wes Kocher
4a7629e50a
Merge inbound to m-c
2014-05-22 17:30:30 -07:00
Andrew Halberstadt
ed8a8f0d40
Bug 1009730
- Stop using /data/local/user.js in b2g unittests, r=jgriffin
2014-05-22 15:47:52 -04:00
James Graham
47e40bd14f
Bug 1014593 - Update moztest version number to release latest changes, r=ahal
2014-05-22 15:41:13 +01:00
James Graham
daee93bffc
Bug 1014001 - Update mozlog version, r=ahal
2014-05-21 16:36:39 +01:00
James Graham
7089a3176f
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
848ca0f131
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
23102ca6c1
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
41dd2b2604
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