Geoff Brown
b07b46770a
Bug 1099475 - Backout 4386c2d95db3 for bug 1119962; r=backout
2015-01-12 14:33:45 -07:00
Ujjwal Wahi
749b431418
Bug 1005856 - [mozinstall] Include original error message when re-throw an exception. r=whimboo
...
--HG--
extra : rebase_source : 87e8adc5865f1a2f665c6ae83a1d934efcd3fed5
2015-01-08 20:45:07 +05:30
Dave Hunt
1a741b4a04
Bug 1118738 - Fix HTML report colours for expected skips and unexpected errors. r=jgraham
2015-01-07 06:36:00 -05:00
Ujjwal Wahi
2d475a4daf
Bug 1100363 - Maintain preference case. r=whimboo
2015-01-07 14:30:51 +01:00
Gregory Szorc
24759b86be
Bug 1116194 - Catch errors calling psutil; r=ted
...
The build system / mach currently has a very hacky virtualenv setup.
Essentially, it resorts to sys.path munging instead of a proper,
isolated environment.
During initialization, mach installs python/psutil in sys.path. Later
on, some code does an |import psutil|. This fails iff the psutil C
extension can't be found.
If there is a psutil C extension installed outside of mach and
python/psutil, |import psutil| may load it. The version mismatch isn't
detected until an extension-using psutil API is called. This has
manifested inside |mach build| via the resource monitor as an
|AttributeError: 'module' object has no attribute 'linux_sysinfo'|
exception during psutil.virtual_memory().
The proper fix for this is for the Python environment to ensure the
psutil C extension is built before attempting to import and use psutil.
Arguably, psutil itself should perform some kind of version check when
it imports the C extension to ensure things are in sync and fail at
import time.
Fixing mach and the build system Python environment to build psutil
earlier/properly is a long outstanding bug. It needs to be addressed.
But it is considerable effort. This patch continues the long history of
wallpapering over psutil import/run failures because using a proper
virutalenv from mach/build system is a lot of work. Sad panda.
--HG--
extra : rebase_source : 5c449d69c0fd907ea8359ac721ef6287baa4f10e
2014-12-29 12:06:21 -08:00
Julien Pagès
837247c401
Bug 1065406 - [mozlog] Split test class and name for XUnit formatter. r=jgraham
2014-12-16 16:02:00 +01:00
Ms2ger
97b42feaaa
No bug - Bump the mozlog package version; rs=jgraham
2014-12-19 11:27:28 +01:00
Ms2ger
551caf2704
Bug 1113095 - Handle failing reftests in machformatter's summarizing code; r=jgraham
2014-12-19 11:25:51 +01:00
Ryan VanderMeulen
9a787cac6c
Backed out changeset 88a15054f99f (bug 794984) for suspicion of "causing" Mulet mochitest crashes (and possible Linux32 mochitest-e10s-dt as well).
2014-12-18 18:11:13 -05:00
Henrik Skupin
cc7c3db1ee
Bug 1113284 - Bump manifestparser to 0.9. r=ahal
...
--HG--
extra : rebase_source : aaf0d817aab50e25a2f45c2f3c5e386c366ea056
2014-12-18 21:00:35 +01:00
Henrik Skupin
83bc67634a
Bug 1110837 - [manifestparser] If parents are used, the first include in the master manifest is always used to determine defaults. r=jmaher
...
--HG--
extra : rebase_source : a28ecbd99906a54df76a5b74a45af9feac120488
2014-12-18 20:55:44 +01:00
Julien Pagès
296ae81112
Bug 794984 - [mozprocess] Add ability to separate stderr from stdout, r=ahal
...
A new parameter called 'processStderrLine' is added. When specified, stdout gets processed by the
'processOutputLine' callbacks and stderr is processed by the 'processStderrLine' callbacks. When
not specified, stderr is redirected to stdout which is the same default behaviour.
A side effect of this is that mozprocess now uses three threads to process output. One thread each
for stdout and stderr that reads output lines and stores them in a Queue as fast as possible, this
makes sure there is no blocking in stdout.write(). A third thread executes the callbacks.
--HG--
extra : rebase_source : d4601a6ae21ca61bfdca308c68155ce2c2e09e43
2014-12-18 11:53:14 -05:00
Andrew Halberstadt
b41bbf22a4
Bug 1111727 - Bump mozrunner to version 6.7, r=whimboo
...
--HG--
extra : rebase_source : 34854203ebbc8b2339de54f83d29e381f718208a
2014-12-16 09:31:06 -05:00
Andrew Halberstadt
8bc94cb704
Bug 1111727 - Make sure mozrunner's command line interface uses the proper profile class, r=whimboo
...
--HG--
extra : rebase_source : 46c97f32314078f71808bd5083df159060f6f4d7
2014-12-15 16:47:13 -05:00
Bob Clary
40e5bcfa85
Bug 1110817 - [mozdevice] - adb_android.is_device_ready - UnboundLocalError: local variable 'data' referenced before assignment, r=wlach.
2014-12-14 18:18:39 -08:00
Bob Clary
9b44eec0dc
Bug 1099475 - devicemanagerADB.py - Do not quote uri in launchProcess since it is passed in an argument array in _checkCmd, r=wlach
2014-12-14 18:18:38 -08:00
Chris Manchester
a719f2c32c
Bug 1055765 - Implement log buffering as a handler in mozlog.;r=jgraham
2014-12-12 12:08:31 -05:00
Byron Campen [:bwc]
816c0483d4
Bug 1091242 - Part 6: Wiring the new JSEP handler code in. See https://github.com/unicorn-wg/gecko-dev/tree/multistream_rebase for more history. r=jesup, r=smaug
2014-11-19 16:16:29 -08:00
Phil Ringnalda
00cf414888
Backed out 10 changesets (bug 1091242) for Android/b2g non-unified build bustage
...
CLOSED TREE
Backed out changeset 7f72b55c5de7 (bug 1091242)
Backed out changeset f1501aa24397 (bug 1091242)
Backed out changeset 7fde5994aee5 (bug 1091242)
Backed out changeset 59b415714087 (bug 1091242)
Backed out changeset dadb65fedc08 (bug 1091242)
Backed out changeset 21be81424e4e (bug 1091242)
Backed out changeset 498fb1dafba5 (bug 1091242)
Backed out changeset 8d0653eb85ab (bug 1091242)
Backed out changeset c82d484e135a (bug 1091242)
Backed out changeset 3e0c8932f1b1 (bug 1091242)
2014-12-08 20:53:07 -08:00
Byron Campen [:bwc]
3c896093a9
Bug 1091242 - Part 6: Wiring the new JSEP handler code in. See https://github.com/unicorn-wg/gecko-dev/tree/multistream_rebase for more history. r=jesup, r=smaug
2014-11-19 16:16:29 -08:00
Julien Pagès
b2a5500b4f
Bug 920938 - [manifestparser] handle symlinks in populate_directory and from directories; r=jmaher
2014-12-05 09:59:00 +01:00
Malini Das
6e6ee427d1
Bug 1108023 - update idb path in mozrunner, r=ahal
2014-12-05 14:32:38 -08:00
Ting-Yu Chou
b7ba90fc09
Bug 989048 - Do not overwrite emulator's user data image. r=ahal
...
--HG--
extra : rebase_source : d7143ad6539c162f1c3e42211258febe4e862f48
2014-12-03 16:41:45 -08:00
Dave Hunt
bec42aef53
Bug 1105995 - [mozversion] Bump version to 1.1. r=wlachance
2014-12-02 05:31:07 -08:00
Dave Hunt
088c44f09a
Bug 1102140 - [mozversion] Support the ADB server running on an alternate host/port. r=wlachance
2014-11-28 09:59:23 +00:00
Julien Pagès
7b25fc4198
Bug 1065390 - [mozlog] various minor improvements of XUnit structured formatter; r=jgraham
2014-10-20 14:35:00 +02:00
Dave Hunt
f5c7721c0e
Bug 1105764 - [mozdevice] Bump version to 0.44. r=mdas
2014-11-27 15:32:41 +00:00
Dave Hunt
33116990d9
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
cc196ea824
Bug 1103905 - Bump version number of mozlog, r=davehunt
2014-11-24 12:56:32 +00:00
Dave Hunt
690b78a0c8
Bug 1066077 - [mozdevice] Raise an exception when there is no device attached. r=wlachance
2014-11-20 04:08:00 +01:00
James Graham
6d7353c099
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
a773a5c6bc
Backed out changeset d917152c263d (bug 920938) for build warning/failures
2014-11-21 11:05:45 +01:00
Philipp Kewisch
5a56e32a74
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
2f6e302698
Bug 920938 - [ManifestDestiny] handle symlinks in populate_directory and from directories; r=jmaher
2014-11-03 04:24:00 +01:00
Andrew Halberstadt
18d626a031
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
a6acf50e3d
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
c6e1b09506
Bug 1097901 - Improve structured log example + docs;r=jgraham DONTBUILD
2014-11-13 16:45:43 -05:00
Ryan VanderMeulen
f24acb59af
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
7d133d5337
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
4bd50dc82a
Bug 1038868 - Use B2GDeviceRunner in the Marionette client. r=ahalberstadt
2014-11-12 14:52:59 +00:00
Dave Hunt
f1481c5bc6
Bug 1094164 - [mozdevice] Raise exception if we fail to forward socket connections. r=wlachance
2014-11-12 10:41:41 +00:00
Dave Hunt
75d93e598d
Bug 1087250 - [mozlog] Bump version number to 0.27. r=wlachance
2014-11-06 08:57:26 +00:00
Pankaj Malhotra(:bitgeeky)
657268417a
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
0829321d8c
Bug 1090148 - [mozlog] Remove test class from HTML formatter. r=cmanchester
2014-11-05 10:44:19 +00:00
Pankaj Malhotra(:bitgeeky)
c93298c79a
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
854b4c2864
Bug 1093328 - Limit crashreports to first 10 minidumps; r=ted
2014-11-04 08:17:19 -07:00
William Lachance
cca6c709cc
Bug 1093175 - Make ADBDevice examples in docs run as written;r=bc DONTBUILD
2014-11-03 12:09:02 -05:00
William Lachance
c262f0a166
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
8f45bd0c5b
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
1cab463ddc
Bug 1090733 - xpcshell tests fail if no terminal configured. r=chmanchester
2014-10-30 12:13:34 +11:00
Malini Das
48e1c92a12
Bug 1090022 - [mozrunner] Allow storing crashdumps by default, r=ahal
2014-10-28 11:41:19 -04:00
Tom Tromey
35aa289f3b
Bug 1075072 - Pass debuggerArgs as a string to get_debugger_info. r=ted
2014-10-24 09:40:00 -04:00
Dave Hunt
8e5925f0ee
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
e83fbd7671
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
4e064d69db
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
1b09a5ce00
Bug 1087244 - [mozlog] Fix screenshot links in the HTML formatter. r=jgraham
2014-10-22 07:02:00 +02:00
Julien Pagès
487a790b46
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
7090b4064a
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
bba69d02b8
Bug 1087711 - Bump manifestparser to 0.8, r=jmaher
2014-10-22 16:04:15 -07:00
Chris Manchester
7d5a7c9529
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
4f25400d85
Bug 1065402 - Include environment details in HTML formatter. r=jgraham
2014-10-22 06:01:00 -04:00
Jonathan Griffin
608e3c49bb
Bug 1086678 - Provide a default value for subsuite, r=jmaher
2014-10-21 13:12:35 -07:00
Wes Kocher
564d5ee268
Backed out changeset 325d41a714e3 (bug 1086678) for bustage on a CLOSED TREE
2014-10-21 13:51:26 -07:00
Jonathan Griffin
e18a072764
Bug 1086678 - Provide a default value for subsuite, r=jmaher
2014-10-21 13:12:35 -07:00
Dave Hunt
dd534796e8
Bug 1086531 - [mozdevice] Bump version to 0.43. r=wlachance
2014-10-21 06:38:00 -04:00
Dave Hunt
470932d8fc
Bug 1085318 - [mozdevice] Change the log level within DeviceManagerADB.getInfo to DEBUG. r=wlachance
2014-10-20 05:05:00 +02:00
Dave Hunt
498ac3ed15
Bug 1084519 - Return full uptime string if unable to parse. r=gbrown
2014-10-20 04:44:00 +02:00
Julien Pagès
80b3f21a7c
Bug 1008943 - mozinfo should be cheaper to import. r=ahal
2014-10-20 02:57:00 +02:00
Chris Manchester
1ecc37614b
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
40b1b11989
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
40aff127e2
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
e6a9ddaca8
Merge m-c to mozilla-inbound
2014-10-16 16:10:53 +02:00
Dave Hunt
25f3dedc80
Bug 1083218 - [mozdevice] Bump version to 0.42. r=wlachance
2014-10-15 08:37:00 -04:00
Dave Hunt
b20c2b829d
Bug 1082469 - [mozrunner] Bump version to 6.4. r=ahal
2014-10-14 02:49:00 -04:00
William Lachance
704a49b9f3
Bug 1080761 - "mach robocop <test>
fails on Nexus 4" . r=armenzg
2014-10-09 13:51:00 +02:00
Dave Hunt
ac6bd0f1a6
Bug 1082470 - [mozcrash] Bump version to 0.14. r=ahalberstadt
2014-10-14 02:47:00 +02:00
Julien Pagès
0df82682b9
Bug 859422 - update sphinx documentation for mozfile. r=wlach
2014-10-13 08:37:00 +02:00
Dave Hunt
1d80622176
Bug 1078274 - [mozdevice] Add memtotal to getInfo with implementation in DeviceManagerADB. r=wlach
2014-10-14 13:43:22 -04:00
Ryan VanderMeulen
a7bf27744e
Backed out changeset 16706b686cec (bug 1078274) for B2G cpptest permafail.
...
CLOSED TREE
2014-10-14 12:36:15 -04:00
Dave Hunt
e14e645bb8
Bug 1078274 - [mozdevice] Add memtotal to getInfo with implementation in DeviceManagerADB. r=wlach
2014-10-13 03:10:00 -04:00
Julien Pagès
ca7af2b043
Bug 1064731 - [mozversion] Add unit test to cover the case when binary is a symlink. r=dhunt
2014-10-14 04:00:00 -04:00
Edwin Flores
ab083558db
Bug 1072024 - Disable sandbox during gtests on linux - r=ted
2014-10-14 11:04:59 +13:00
Steve Fink
85bb2c3c21
Backed out changeset b43ed5b85b1a (bug 1075072) because it broke other workflows.
...
DONTBUILD because NPOTB
2014-10-13 09:38:17 -07:00
Dave Hunt
0ee58dbbe1
Bug 1081167 - [mozdevice] Fix uptime info and command line info for ADB connected devices. r=wlach
2014-10-10 09:22:00 +02:00
Ryan VanderMeulen
6343911f67
Merge inbound to m-c. a=merge
2014-10-12 14:45:42 -04:00
Julien Pagès
96e10f5441
Bug 859422 - Document why mozfile.remove works better than shutil.rmtree. r=wlach
2014-10-11 10:33:00 -04:00
Chris Manchester
c0bbc5e8b2
Bug 1078869 - Structured logging for mozbase unit tests. r=ahal
2014-10-06 20:20:38 -04:00
Steve Fink
e353972dd5
Bug 1075072 - debuggerArgs is a list not str, r=gps
2014-09-30 11:30:52 -07:00
Dave Hunt
d0f88d9215
Bug 1079774 - [mozrunner] Reduce time spent detecting crashes on devices. r=ahalberstadt
2014-10-08 03:58:00 +02:00
William Lachance
736dc95a1e
Bug 1078935 - Specify mozlog >= 2.0 requirement in mozversion;r=davehunt DONTBUILD
2014-10-08 10:22:12 -07:00
Daniel Lee
28d6af7241
Bug 705864 - [mozprocess] mozprocess tests should use mozprocess.pid. r=ahal
2014-10-07 07:00:40 -07:00
Andrei Eftimie
d928b17e7a
Bug 1056037 - Bump manifestparser version to 0.7. r=hskupin
2014-10-07 10:41:59 +02:00
Jonathan Griffin
2544d57ff7
Bug 1078385 - Bump mozdevice to 0.41, r=jgraham
2014-10-06 10:31:31 -07:00
Mike Shal
3fe52baac6
Bug 1013730 - Have mach ignore broken disk io stats; r=gps
...
This works around the "RuntimeError: couldn't find any physical disk"
issue on Windows when using 'diskperf -n'
2014-10-01 13:14:58 -04:00
Dave Hunt
a985616b8b
Bug 1075647 - [mozrunner] Keep track of crashes detected during the life of the runner. r=ahalberstadt
2014-10-01 10:29:00 -04:00
William Lachance
fe7d8a4611
Bug 1073697 - mozversion should accept binary_path without .exe extension on windows;r=davehunt
2014-09-30 11:28:38 -04:00
Andrei Eftimie
2d856071d9
Bug 1023790 - [manifestparser] Add support for parent link. r=hskupin, r=jmaher
2014-10-02 14:23:21 +02:00
Dave Hunt
14a7704274
Bug 1073441 - [mozversion] Include base image version for Flame-KK device. r=wlachance
2014-09-30 02:10:00 +02:00
Ryan VanderMeulen
31646ac921
Backed out changesets 8be8d3dd116b and 6abcab74130a (bug 1073698) for checktest failures.
2014-09-29 15:37:22 -04:00
William Lachance
77df4c79d8
Bug 1073698 - fix logic error in previous patch;r=davehunt
2014-09-29 14:55:18 -04:00
William Lachance
a5ac0ec796
Bug 1073698 - mozversion should accept binary_path without .exe extension on windows;r=davehunt
2014-09-29 14:49:49 -04:00
Dave Hunt
7f10dfe914
Bug 1065375 - Add stack trace to HTML structured log formatter. r=jgraham
2014-09-15 08:52:00 -04:00
Alessio Placitelli
870033d7ca
Bug 1067037 - Split debugger arguments passed through --debugger-args. r=ted
2014-09-23 08:11:00 -04:00
Chris Manchester
6227d2af66
Bug 1068429 - Log crashes with structured logging for those using structured logging.;r=ahal
2014-09-23 20:33:31 -04:00
Chris Manchester
36b0201d1f
Bug 1068429 - Trivial fixes for formatting crashes in the tbplformatter.;r=jgraham
2014-09-23 20:33:31 -04:00
Chris Manchester
2c12ea1f0f
Bug 1068429 - Provide an indication whether a crash was logged by log_crashes.r=ted
2014-09-23 20:33:11 -04:00
Chris Manchester
19dce7db4b
Bug 1068732 - Add action counts to mozlog status handler to account for crashes. r=jgraham
2014-09-22 14:37:10 -04:00
Alessio Placitelli
956220533d
Bug 1067037 - Fixes the usage of passed debugger arguments in mozdebug. r=ted
2014-09-18 07:14:42 -04:00
Daniel Lee
bb9fcce2b1
Bug 1067008 - [mozprocess] mozprocess.pid running_process should look at the entire command not just the executable name. r=ahal
2014-09-16 16:56:21 -07:00
Nathan Froyd
51efcd8004
Bug 976733 - part 3 - convert testing/mozbase/ to use TEST_HARNESS_FILES; r=gps
2014-08-29 11:03:11 -04:00
Dave Hunt
2a08b84535
Bug 1065340 - Update mozversion to use structured logging. r=jgraham
2014-09-15 08:31:00 +02:00
Carsten "Tomcat" Book
f0eebab66f
merge fx-team to mozilla-central a=merge
2014-09-15 14:29:01 +02:00
Mark Hammond
f9a0630114
Bug 1058433 - nsPermissionManager now records the mod-time of a permission and allows removal of ones modified since a specified time. r=ehsan
2014-09-15 11:33:12 +10:00
Dave Hunt
e0f0b34bea
Bug 1065408 - Restore test result colours in the HTML formatter log. r=jgraham
2014-09-10 08:07:00 +02:00
Chris Manchester
d145fb2397
Bug 1063535 - Provide a mozlog handler to report overall status of a test run for the benefit of mozharness and others. r=jgraham
2014-09-12 15:00:39 -04:00
Alessio Placitelli
bded45713a
Bug 928397 - Add the documentation for mozdebug. r=ted
2014-09-09 11:53:00 +02:00
Alessio Placitelli
6418bc83d3
Bug 928397 - Add mozdebug package to mozbase. r=ted.mielczarek
2014-07-02 13:51:00 +02:00
Dave Hunt
96613360c5
Bug 1066097 - Bump mozrunner version to 6.3. r=ahal
2014-09-11 07:57:00 -04:00
Henrik Skupin
9ae8e0c314
Bug 1064193 - Bump mozversion to 0.7. r=dhunt DONTBUILD
2014-09-08 12:12:01 +02:00
Henrik Skupin
71d5e01e43
Bug 1061809 - [mozversion] Update retrieval of application information due to upcoming Mac signing changes. r=dhunt
...
---
testing/mozbase/mozversion/mozversion/__init__.py | 3 +-
testing/mozbase/mozversion/mozversion/errors.py | 26 ++++++++++
.../mozbase/mozversion/mozversion/mozversion.py | 58 ++++++++++++----------
testing/mozbase/mozversion/tests/test_binary.py | 22 ++++++--
testing/mozbase/mozversion/tests/test_sources.py | 17 ++++---
5 files changed, 90 insertions(+), 36 deletions(-)
create mode 100644 testing/mozbase/mozversion/mozversion/errors.py
2014-09-11 17:23:05 +02:00
Andrew Halberstadt
d5d88f74c7
Bug 1065994 - Fix mozrunner unittests which were regressed by an argument re-ordering, r=whimboo
2014-09-11 10:13:24 -04:00
Chris Manchester
3a18f5f79a
Bug 1063528 - Omit spurious newline for unexpected pass in the tbplformatter.;r=Ms2ger
2014-09-05 11:37:57 -04:00
Dave Hunt
e5872bafc2
Bug 1064976 - HTML structured log formatter raises UnboundLocalError. r=wlachance
2014-09-10 06:15:00 +02:00
Dave Hunt
5c45f8e2fa
Bug 1051986 - Make B2GDeviceRunner's stop method kill the remote process. r=ahal
2014-09-09 09:38:00 -04:00
Armen Zambrano Gasparnian
00fb4d5bf2
Bug 1053453 - Raise exception when DeviceManagerADB pushes a file & fails. r=wlach
2014-09-10 09:36:41 -04:00
Henrik Skupin
4b1afdc8ad
Backed out changeset 3368efceb99f due to test failure
2014-09-08 12:29:38 +02:00
Henrik Skupin
a084eea7fb
Bug 1061809 - [mozversion] Update retrieval of application information due to upcoming Mac signing changes. r=wlach
2014-09-05 17:30:59 +02:00
Jonathan Griffin
982c4cedfe
Bug 1061982 - manifestparser changes to support conditional subsuites, r=jmaher
2014-09-05 10:44:22 -07:00
Chris Manchester
d731e43bb7
Bug 1060366 - Log a message about the expected status when an unexpected status is encountered and no message is provided. r=jgraham
2014-09-03 10:03:29 -04:00
Andrew Halberstadt
0b85b6d782
Bug 857966 - manifestparser should error on non-existent test when strict enabled, r=davehunt
2014-09-03 14:17:40 -04:00
Dave Hunt
545d4d115e
Bug 1032777 - Include base image version for Flame device. r=wlachance
2014-09-03 06:20:00 -04:00
James Graham
e2c2e85fb4
Bug 1048942 - Add support for getting the device ip address to mozdevice.adb, r=bclary
...
--HG--
extra : rebase_source : 7916268670f353b80270da7eb5b46ef421f04b00
2014-09-02 18:22:35 +01:00
James Graham
6fded48ce8
Bug 1048883 - Add extra methods for remounting, pulling files and forwarding ports, r=bclary
...
--HG--
extra : rebase_source : 79bd474fffde3c74a5d5bab1ccd48d0082c1699c
2014-09-02 18:22:34 +01:00
James Graham
4dbe9bb476
Bug 1048881 - Make ADBDevice.test_root into a computed property, r=bclary
...
--HG--
extra : rebase_source : 7ea68855aa40dfa519dbf668d091827de31fb829
2014-09-02 18:22:34 +01:00
James Graham
e15982c8d0
Bug 1050896 - Improve specification of device serial in mozdevice.adb, r=bclary
...
--HG--
extra : rebase_source : 991b9e2d3007e0f3b8552da607edcc6e2e674fb8
2014-09-02 18:22:34 +01:00
James Graham
5a5509274b
Bug 1048889 - Make mozdevice.adb work with structured logging, r=bclary
...
--HG--
extra : rebase_source : c52f8181d1debebb9c4ca467b690ba33dbcd052a
2014-09-02 18:22:33 +01:00
Chris Manchester
1130fef2cb
Bug 1059609 - Provide enumeration of known log actions in mozlog.structured. r=jgraham
2014-09-02 14:43:18 -04:00
Dave Hunt
809c24ea6f
Bug 1059404 - Accept a dump save path when checking for crashes in DeviceRunner. r=ahalberstadt
2014-09-02 09:26:00 +02:00
Chris Manchester
9e74981de0
Bug 1060523 - Omit extra newlines when logging exception messages in moztest. r=jgraham
2014-08-29 14:43:28 -04:00
Carsten "Tomcat" Book
b838e5c2a9
Merge mozilla-central to b2g-inbound a=merge
2014-08-29 15:41:02 +02:00
Kyle Machulis
535d6f6a93
Bug 1059079 - Up mozrunner timeout and add watch for new homescreen name; r=ahal r=mdas
...
--HG--
extra : rebase_source : 1dc65791e0d66d91cd705df513f123c898bba7a1
2014-08-27 21:01:28 -07:00
Andrei Eftimie
5e0e6890fd
Bug 1059761 - Bump mozprofile version to 0.22. r=ahal DONTBUILD
...
--HG--
extra : rebase_source : 5c0527648f992d5b274a3408a8fdbbb35ea115ce
2014-08-29 07:41:23 +02:00
Chris Manchester
4447ac168b
Bug 1059453 - Treat either str or unicode as a file in mozlog's commandline.py. r=jgraham
2014-08-28 09:42:02 -04:00
Dave Hunt
2e85a5e487
Bug 1059248 - Accept a test name when checking for crashes in DeviceRunner. r=ahalberstadt
2014-08-27 09:49:00 -04:00
Dave Hunt
29d25e0462
Bug 1052433 - Remove the device reboot in B2GDeviceRunner. r=ahalberstadt
2014-08-27 10:32:00 -04:00
Chris Manchester
32b691dd60
Bug 1057056 - Set __doc__ attribute of decorated structured logger methods. r=jgraham
2014-08-25 11:16:50 -04:00
Chris Manchester
9706dfe51c
Bug 1047429 - Remove unstructured mozlog docs to reduce risk of use in new code. r=ahal
...
--HG--
extra : rebase_source : 8ad569f3898f4d3758f99d50528a8c4c5ac13320
2014-08-25 11:29:43 -04:00
Dave Hunt
ea2f139dcf
Bug 1057046
- Remove temporary local folder used for storing minidumps by B2GDeviceRunner. r=ahalberstadt
2014-08-21 14:05:00 +02:00
Dave Hunt
406cfc3e2f
Bug 1057044 - Remove minidumps from device after pulling them for crash detection. r=ahalberstadt
2014-08-22 08:12:00 +02:00
James Graham
06d03cc402
Bug 1057666 - Ensure that only one log message is printed per line, r=chmanchester
2014-08-23 19:15:00 +01:00
Chris Manchester
9b67438903
Bug 1056930 - Release a new mozlog for inclusion of exception stacks in test_end message. DONTBUILD;r=jgraham
2014-08-21 17:49:14 -04:00
Chris Manchester
e6fac3a0c1
Bug 1056931 - Release a new moztest to pick up stack logging.;r=jgraham
2014-08-21 17:50:54 -04:00
James Graham
d9f1bf3b1c
Bug 1056587 - Only print line with expected status in tbpl logs when this isn't PASS, r=chmanchester
...
--HG--
extra : rebase_source : 7a7505b90f156381e5be563dab5c783f45860456
2014-08-21 23:35:25 +01:00
Andrew Halberstadt
fb1bf07833
Bug 1055014 - Fix mistake in mozdevice.pushDir that is causing an exception while trying to use zip/unzip, r=wlach
2014-08-21 15:53:34 -04:00
Chris Manchester
0f906d024e
Bug 1055679 - Log stacks and messages separately in moztest's unittest adapter and include stacks in mozlog's test_end.;r=jgraham
2014-08-19 17:22:53 -04:00
William Lachance
39d93be072
Bug 1016467 - Add mozversion unit test that was forgotten earlier;r=ahal
2014-08-19 15:20:32 -04:00
Andrei Eftimie
d4bb5e1298
Bug 1049676 - [mozprofile] Preserve new added prefs during profile reset. r=hskupin, r=ahal
2014-08-18 06:34:00 -04:00
James Graham
69f3bd68ef
Bug 1055522 - Bump mozcrash version number for structured logging changes, r=ted.mielczarek
2014-08-19 16:17:58 +01:00
James Graham
4901fb19f1
Bug 1055521 - Expose mozcrash.log_crashes for structured logging of crashes, r=ted.mielczarek
2014-08-19 16:15:19 +01:00
Wes Kocher
237f3ed1db
Backed out changeset c69cc7b3c21d (bug 1016467) for B2G Windows bustage
2014-08-18 17:19:26 -07:00
William Lachance
24d87d4366
Bug 1016467 - Add mozversion unit test that was forgotten earlier;r=ahal
2014-08-18 17:20:22 -04:00
William Lachance
a9cf36a728
Bug 1055188 - Bump mozdevice to 0.40;r=bc DONTBUILD NPOTB
2014-08-18 16:00:07 -04:00
Chris Manchester
97cca51025
Bug 1054375 - Fix reference to tbplformatter in mozlog docs. r=wlach
2014-08-15 14:30:38 -04:00
Chris Manchester
09e8e31c72
Bug 1054324 - Bump mozlog version to pick up exception stack logging. r=ahal
2014-08-15 12:00:55 -04:00
James Graham
f8790c7e21
Bug 1023371 - Refactor mozcrash to seperate out the IO from the stack inspection, r=ted.mielczarek
...
This makes it compatible with structured logging.
2014-08-15 23:19:34 +01:00
William Lachance
bc8f824609
Bug 1051895 - Make mozdevice docs a bit easier to navigate;r=bc DONTBUILD NPOTB
2014-08-15 12:59:02 -04:00
Chris Manchester
9ce1406402
Bug 1054114 - Add exception stacks logged in test_status to mach and tbpl formatters.;r=jgraham
2014-08-15 10:55:48 -04:00
Ralph Giles
ef3acdccf9
Bug 1054043 - Remove 32 bit cmd wapper from mozrunner. r=ted
...
We no longer support MacOS 10.5 and the version string compare
fails on 10.10. Unbreaks running the mochitests there.
2014-08-14 15:44:00 -07:00
Ahmed Kachkach
f4a450fd88
Bug 1039833 - Add structured logging command line arguments for mochitest/mach. r=chmanchester, r=ahal
2014-08-13 12:03:00 -04:00
Andrew Halberstadt
bfe983d00f
Bug 969146 - DeviceRunner should always check for crashes onFinish, r=davehunt
2014-08-14 10:24:47 -04:00
James Graham
313b119011
Bug 1053207 - Count number of passing subtests in mach formatter, r=chmanchester
2014-08-13 18:52:48 +01:00
James Graham
fb28ab8ae2
Bug 1050700 - Add support for exc_info to mozlog.structured log actions, r=chmanchester
2014-08-13 18:52:47 +01:00
James Graham
5278fcc41f
Bug 1050408 - Remove uses of logging.warn from DeviceManager, r=wlach
2014-08-12 14:37:22 +01:00
Armen Zambrano Gasparnian
c7dfd72337
Bug 1051799 - [mozprocess] Bump mozprocess to 0.21. r=wlach. DONTBUILD
2014-08-11 11:36:01 -04:00
Armen Zambrano Gasparnian
a3743b5acd
Bug 1046087 - Normalize line endings on mozprocess for Adb Windows. r=wlach
2014-08-11 08:59:56 -04:00
Ms2ger
a0992ceb80
Bug 1051199 - Bump mozlog to version 2.4; r=jgraham (DONTBUILD)
2014-08-10 09:56:56 +02:00
Ryan VanderMeulen
b3b0400826
Backed out changeset 735394aa3813 (bug 1046087) for Windows bustage.
...
CLOSED TREE
2014-08-08 13:01:25 -04:00
Armen Zambrano Gasparnian
862337011c
Bug 1050756 - Bump mozprocess to 0.20. r=wlach. DONTBUILD
2014-08-08 09:10:12 -04:00
Armen Zambrano Gasparnian
97af6d20b2
Bug 1048967. Allow versioninfo.py to run from any directory. DONTBUILD
2014-08-08 09:04:57 -04:00
William Lachance
9479fff06b
Bug 1046380 - Print device root to standard output in dm client;r=armenzg NPOTB DONTBUILD
2014-08-06 19:27:53 -04:00
Armen Zambrano Gasparnian
b3422fb89e
Bug 1046087 - Normalize line endings on Windows. r=wlach
...
We have found out that the output of Adb on Windows ends with
\r\r\n rather than \r\n. This abnormal line ending cannot be
dealt properly with python's universal_lines. Instead we
decided to normalize every line ending to \n.
2014-08-08 08:47:05 -04:00
James Graham
e45c4dff9a
Bug 1050724 - Correct list of possible subtest statuses, r=Ms2ger
2014-08-08 11:42:21 +01:00
James Graham
50f9f9949d
Bug 1046242 - Provide a run summary in the structuredlog mach formatter, r=chmanchester
...
--HG--
extra : rebase_source : dc0aaab5252068db22ecb1a1d32b60743c80365d
2014-08-07 22:32:43 +01:00
Chris Manchester
c3199ff8eb
Bug 1048288 - Log test_end messages instead of errors to prevent useful messages about assertion counts from being buffered.;r=ahal
2014-08-06 17:14:11 -04:00
Chris Manchester
0fbc2d6321
Bug 1049667 - Bump mozlog to version 2.3;r=jgraham
2014-08-06 13:45:04 -04:00
Ed Morley
81cb8d669c
Bug 1023935 - Use 'mozrunner-startup' instead of 'automation' as the test name during startup; r=ahal
...
Until we run the first test, we set self.last_test to a dummy value,
so if we time out, we'll end up with a vaguely understandable error:
TEST-UNEXPECTED-FAIL | <test_name> | application timed out after 330.0 seconds with no output
This makes the test name slightly more unique, so as to make TBPL's
matching against bugs less prone to false positives.
2014-08-06 17:16:08 +01:00
Ed Morley
2e6839e1e5
Merge mozilla-central and inbound
2014-08-06 13:43:41 +01:00
Wes Kocher
706885b2f3
Merge m-c to b2g-inbound on a CLOSED TREE a=merge
2014-08-05 17:34:43 -07:00
Kyle Huey
ead551b67a
Bug 1038943: Turn on leak checking on B2G with an initial threshold of 400000 bytes. r=ahal,dbaron
2014-08-05 14:11:53 -07:00
Chris Manchester
1fea41be7d
Bug 1048423 - Don't retain a default for the 'expected' field of objects logged with log_raw.;r=jgraham
2014-08-04 20:29:12 -04:00
James Graham
24210e1f69
Bug 1048547 - Improve mozlog.structured argument handling, r=chmanchester
2014-08-05 09:56:05 +01:00
Ryan VanderMeulen
f8e5caee0f
Merge inbound to m-c on a CLOSED TREE. a=merge
2014-08-04 16:06:19 -04:00
Ms2ger
28581a4e3a
Bug 1048262 - Bump version of mozlog to 2.2; r=jgraham
2014-08-04 16:23:37 +02:00
William Lachance
7180dea7e6
Bug 1046380 - Add a command to dmcli to get the device root. r=armenzg
2014-07-30 16:57:29 -04:00
Armen Zambrano Gasparnian
0f13f12ccf
Bug 1048957 - Release mozdevice 0.39. r=wlach. DONTBUILD
2014-08-05 12:28:13 -04:00
Armen Zambrano Gasparnian
f31eb75ed1
Bug 1021756 - Allow to run adbd as root. r=wlach
...
This allows a device that starts adbd as non-root to restart adbd
every time that is needed to ensure the ability of running
privileged tasks on the device.
2014-08-05 11:58:30 -04:00
Armen Zambrano Gasparnian
1234b5353b
Bug 1021756 - Add function to request information about a process. r=wlach
...
The function processInfo returns a tuple with the pid, path and owner of
the process. This is useful if we want to determine if a process is owned
by root or not.
2014-08-05 11:56:33 -04:00
James Graham
274e8fdffc
Bug 1042921 - Explicitly type-convert all input to mozlog.structured.;r=ahal
2014-08-04 10:29:58 +01:00
Mike Hommey
a363c311c9
Bug 1044414 - Add a fallback for unknown platforms after bug 945869. r=ted
2014-08-01 15:55:42 +09:00
James Graham
0bbaf2b92f
Bug 1026181 - Make mach terminal formatter work outside mach context, r=chmanchester
2014-07-31 14:54:05 +01:00