Commit Graph

623 Commits

Author SHA1 Message Date
Ted Mielczarek
762d7f01fe bug 890026 - Add mozcrash.kill_and_get_minidump r=jimm
--HG--
extra : commitid : AiwIqkz3KIe
2013-07-31 10:41:33 -04:00
Julien Pagès
addba42d69 Bug 1091274 - Move leak log functions out of automationutils and into mozbase. r=jgriffin 2015-07-03 07:04:22 +02:00
Julien Pagès
3af2d87e17 Bug 1091284 - Remove systemMemory, environment from automationutils. r=jgriffin
--HG--
extra : commitid : BHwyu2fUyFY
extra : rebase_source : 152496df202df4355268cb54987a587eddbe6ddc
2015-07-01 22:00:07 +02:00
Gregory Szorc
2ec17b35ed Bug 1176642 - Fix typo in import name; r=smacleod
This regressed in 101600812e66.

--HG--
extra : commitid : D0l0sNE394Y
extra : amend_source : 3b811d6911996fb5e56ade252d7c71e83e16bbfe
2015-06-25 13:06:25 -07:00
Gregory Szorc
03600b9f4c Bug 1176642 - Use relative imports in mozprocess; r=smacleod
This regressed in 101600812e66.

--HG--
extra : commitid : BIrMVQYfgXC
2015-06-25 12:55:48 -07:00
Gregory Szorc
df5168acca Bug 1176642 - Use absolute_import, remove unused imports from mozprocess; r=chmanchester
--HG--
extra : commitid : AYv7GiLGo4p
extra : rebase_source : bc4157c319894b7a6a9aeda7623cba3f2544738e
2015-06-25 12:13:27 -07:00
Gregory Szorc
16173f5d3e Bug 1176642 - Use absolute_import in mozfile; r=chmanchester
--HG--
extra : commitid : 8Ml4sdZ20jR
extra : rebase_source : 044bb0811ce0fc76612f3d2a48b059d4927a115d
2015-06-25 12:13:08 -07:00
Gregory Szorc
27efb530ff Bug 1176642 - Use absolute_import in mozinfo; r=chmanchester
absolute_import was introduced in Python 2.6. There should be no
backwards compatibility concern here.

--HG--
extra : commitid : AhreLXsUlhA
extra : rebase_source : adca67eb99930afbe2d41a55261ce0d3600f315b
2015-06-25 12:12:39 -07:00
Henrik Skupin
bbd023ec4e Bug 1176677 - [moznetwork] ImportError: "cannot import name structured", and release version 0.26. r=davehunt
--HG--
extra : rebase_source : 418fd84af35150ea06522d475802ca445c77ef03
2015-06-23 17:23:18 +02:00
Geoff Brown
a9b255a8eb Bug 1175540 - Reduce timeouts for many adb devicemanager calls; r=mcote 2015-06-21 13:58:34 -06:00
Julien Pagès
0b1f051953 Bug 1173682 - [mozbase] tests do not remove created directories; r=ahal
--HG--
extra : commitid : JQuf9D0sp3g
extra : rebase_source : a81fd5a0b1c5be7cf98cca6489a2d530638c93c3
2015-06-20 19:23:25 +02:00
Andrew Halberstadt
42888ae5f5 Bug 1171971 - Move test_paths argument out of mach and into mochitest; remove --test-path, r=chmanchester
--HG--
extra : commitid : KbQllMAJdfl
extra : rebase_source : 2069e41c760e4993b1d6d0ddd70799e426a19089
2015-06-05 13:28:29 -04:00
Julien Pagès
67892c83c4 Bug 1174497 - [mozprofile] bump version and release to pypi; r=wlach
--HG--
extra : rebase_source : db72548296939dc8e7b6ebf041e656598fcbdba6
2015-06-16 13:36:00 +02:00
Dave Hunt
e5cd9a9f59 Bug 1175101 - [moznetwork] Bump version number to 0.25. r=wlachance
--HG--
extra : rebase_source : 97a18d5aae36fb9ecbefc4cf18dc1ec3f558a81a
2015-06-16 05:39:00 -04:00
Julien Pagès
d216624f4f Bug 1173380 - [mozprofile] cloned profiles are not cleaned (__del__ method is not called); r=ahal
--HG--
extra : commitid : KRDgmrVxXi7
extra : rebase_source : 3465219d1dd17f0b9c179156ad79dc335ce50144
2015-06-16 07:19:16 +02:00
Julien Pagès
6f40aa2cce Bug 1059478 - [mozrunner] Fix environment handling in DeviceRunner; r=ahal
--HG--
extra : commitid : 5vzzw8koh7Y
extra : rebase_source : 1e8a47a449b4b8f262aa4adc88e2ae33aa35e47c
2015-06-16 07:10:24 +02:00
Julien Pagès
cafdda4568 Bug 1173335 - [mozprofile] Profile should act as a context manager; r=wlach
--HG--
extra : commitid : 30Ko81D72NY
extra : rebase_source : 6e0fb05990c52a254e49bfc5e34d295dfc8697c3
2015-06-11 20:18:08 +02:00
Mike Shal
734f1f54fe Bug 1162594 - create build_resources.json even if psutil fails; r=ahal 2015-06-09 18:22:53 -04:00
Geoff Brown
c76a85cfb8 Bug 1173120 - Add timeout parameter to devicemanagerADB._runCmd; r=armenzg 2015-06-11 09:22:48 -06:00
Wes Kocher
d2382839e6 Backed out changeset 7c72328e341b (bug 1164443) for being the likely cause of test_non-scaling-stroke.html and test_focusedChild.html permafails due to a Windows firewall prompt appearing on the screen CLOSED TREE 2015-06-10 18:01:02 -07:00
Julien Pagès
4d00f25d01 Bug 1164443 - Mozinstall should only install in an empty dir; r=ahal
--HG--
extra : commitid : 9jTgPYAbTt0
extra : rebase_source : 89a108164c90062f2534a06d1edd466d4185c711
2015-06-10 23:35:33 +02:00
James Graham
023cc5a643 Bug 1173306 - Remove expensive regexp for handling multiline comments when reading pref files in mozprofile, r=ahal 2015-06-10 21:16:10 +01:00
Geoff Brown
ae5981e58f Bug 1172174 - Improve adb timeout handling for Android; r=armenzg 2015-06-10 09:17:44 -06:00
Julien Pagès
12f1be1ab2 Bug 1060940 - remove mozrunner confusing and broken code for getting version information; r=ahal
--HG--
extra : commitid : E3oQVx2bT8V
extra : rebase_source : 41644fcf75b2b5b638268a23f2c7df530279c5fb
2015-06-09 20:55:07 +02:00
James Graham
43a3f73c63 Bug 1171849 Let consumers override mozlog default formatter options, r=chmanchester 2015-06-05 17:48:06 +01:00
James Graham
e07b9de9bf Bug 1171032 - Log raw messages at debug level by default, r=chmanchester
Also add --log-raw-level option to control this.

--HG--
extra : rebase_source : 9cb319c94b3f6b5e88bdc514dd0e22dc56277d85
2015-06-03 15:55:00 +01:00
Manish Goregaokar
f10df76074 Bug 1170591 - Remove trailing whitespace in mozlog. r=jdm 2015-06-02 11:30:00 -04:00
Henrik Skupin
7a340fca29 Bug 1169168 - Release mozinfo 0.8. r=tomcat DONTBUILD 2015-05-28 09:54:30 +02:00
Parth Bakshi
37f134ce21 Bug 1139873 - [mozinstall] get_binary() should not remove the build folder if the specified binary cannot be found. r=whimboo 2015-05-09 10:29:42 -04:00
Julien Pagès
20e1297913 Bug 1140130 - [mozinstall] Exception during installation should cause already installed files to be removed. r=ahal 2015-05-15 11:01:00 -04:00
Julien Pagès
a9ef479407 Bug 1112516 - [mozrunner] Update documentation for correctly using a Firefox profile. r=whimboo 2015-05-15 06:22:00 -04:00
Dave Hunt
0da771f85d Bug 1163992 - [moznetwork] When multiple IPs are found on Windows pick the first one. r=wlachance 2015-05-14 09:48:19 +01:00
Dave Hunt
e2b636ecd0 Bug 1160094 - [moznetwork] Attempt to pick most suitable IP when multiple are associated with the hostname. r=wlach 2015-04-30 02:52:00 +02:00
Jonathan Griffin
ab7fba2dea Bug 1162115 - Bump mozdevice to 0.45, r=wlach 2015-05-07 08:42:51 -07:00
Dave Hunt
78de924ade Bug 1160090 - [moznetwork] Add structured logging. r=wlach
--HG--
extra : rebase_source : 3c976840a21e8208b308eabe4490d30371c44778
2015-04-30 02:38:00 -04:00
Geoff Brown
c83c60a47f Bug 1161198 - Update mozdevice test for getLogcat; r=bc 2015-05-04 16:48:51 -06:00
Geoff Brown
ac4815e13b Bug 1160351 - Bustage fix for 57c6c589cfa1 on a CLOSED TREE 2015-05-04 11:22:56 -06:00
Geoff Brown
8f916d8709 Bug 1160351 - Improve newline handling in getLogcat; r=bc 2015-05-04 10:32:44 -06:00
Dave Hunt
613906b8dc Bug 1160087 - [moznetwork] Add command line interface. r=wlach
--HG--
extra : rebase_source : 71181891478fe3c64271435c3e728bb6fa030864
2015-04-30 02:33:00 -04:00
Nick Alexander
c1f14290e2 Bug 1160324 - Handle missing robocopApk files in runtestsremote.py. r=gbrown
--HG--
extra : source : 7d8043298e133ab903b55ba9c8530b2ea28a3180
2015-04-30 14:28:14 -07:00
Carsten "Tomcat" Book
cdf101ec43 merge mozilla-inbound to mozilla-central a=merge 2015-04-24 14:37:13 +02:00
Dave Hunt
5a597a5e84 Bug 1156812 - [mozdevice] Support specifying alternate log buffers when retrieving or clearing the logcat. r=bclary 2015-04-23 16:42:11 -07:00
Wes Kocher
84a6b2c6d2 Backed out changeset 619f030b0d23 (bug 1156812) for android m7 orange 2015-04-23 16:26:38 -07:00
Ryan VanderMeulen
2874ac15cb Merge m-c to fx-team. a=merge 2015-04-23 17:25:20 -04:00
Armen Zambrano Gasparnian
9758a1120d Bug 1155743 - Change how mozinstall extracts installers, skip tests, remove firefox.exe & release version 1.12. r=ahal 2015-04-23 11:03:01 -04:00
Dave Hunt
1c0acb181c Bug 1156812 - [mozdevice] Support specifying alternate log buffers when retrieving or clearing the logcat. r=bclary
--HG--
extra : rebase_source : daf38979980ab04f207953dbd682a1b7639f8842
2015-04-22 11:02:00 -04:00
Kartikaya Gupta
cd5b55f8d6 Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong 2015-04-23 15:10:30 -04:00
Ryan VanderMeulen
dd1120e715 Merge m-c to inbound. a=merge
CLOSED TREE
2015-04-17 16:11:58 -04:00
Ryan VanderMeulen
86aee22968 Merge inbound to m-c. a=merge
--HG--
rename : toolkit/modules/tests/browser/browser_AddonWatcher.js => toolkit/components/perfmonitoring/tests/browser/browser_AddonWatcher.js
2015-04-17 15:44:37 -04:00
Edgar Chen
d63ce914f4 Bug 1155029 - [mozrunner] get device log from both main buffer and radio buffer. r=ahal 2015-04-15 17:10:09 +08:00