Commit Graph

1473 Commits

Author SHA1 Message Date
Geoff Brown
b994aed230 Bug 1528361 - Avoid unnecessary error message from Android marionette/wpt tests when profile is missing r=bc
Differential Revision: https://phabricator.services.mozilla.com/D20739

--HG--
extra : moz-landing-system : lando
2019-02-22 00:21:27 +00:00
Andreea Pavel
41802224f4 Backed out changeset 1995ec00c434 (bug 1428714) for lint failure at mozrunner/utils.py on a CLOSED TREE 2019-02-20 16:19:58 +02:00
AndreiH
24d18c114c Bug 1428714 - [mozrunner] Add support for Python 3 r=ahal,davehunt
Differential Revision: https://phabricator.services.mozilla.com/D18975

--HG--
extra : moz-landing-system : lando
2019-02-20 14:00:15 +00:00
Jan Henning
4dc81a9cde Bug 1527708 - Fix default emulator selection for ARM. r=gbrown
This bit of code annoyingly runs before we know whether we really need an
emulator or not, so the error blocks testing even with a real device.

Differential Revision: https://phabricator.services.mozilla.com/D19700

--HG--
extra : moz-landing-system : lando
2019-02-13 20:43:14 +00:00
Dave Hunt
a7adf87dd6 Bug 1428706 - [mozcrash] Bump version number to 1.2.0 and prepare for release with Python 3 support; r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D19133

--HG--
extra : moz-landing-system : lando
2019-02-11 15:51:24 +00:00
James Graham
13aadbebec Bug 1526990 - Bump mozprofile to 2.2, r=davehunt
Differential Revision: https://phabricator.services.mozilla.com/D19374

--HG--
extra : moz-landing-system : lando
2019-02-11 21:59:09 +00:00
Andrew Erickson
cbb252c256 Bug 1519489 - remove the android 7.0 arm emulator r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D19095

--HG--
extra : moz-landing-system : lando
2019-02-08 01:26:25 +00:00
A. Wilcox
cc96901400 Bug 1428706 - [mozcrash] Add support for Python 3; r=ted
Differential Revision: https://phabricator.services.mozilla.com/D19132

--HG--
extra : moz-landing-system : lando
2019-02-11 13:37:25 +00:00
James Graham
ba9df1b470 Bug 1526973 - Bump mozrunner version to 7.3, r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D19372

--HG--
extra : moz-landing-system : lando
2019-02-11 15:48:39 +00:00
Dave Hunt
4811b2cb05 Bug 1471920 - Fix Python 3 support in mozversion; r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D18063

--HG--
extra : moz-landing-system : lando
2019-02-08 15:28:00 +00:00
Rob Wu
0e858ea76c Bug 1498636 - Separate "include" variables from manifest defaults r=ahal
Test manifests may be included by multiple other manifests, optionally
with additional variables below the `[include:...]` section header.
These additional variables are specific to the manifest that contained
the "include" section, and should not inadvertently be shared with other
manifests that also happen to include this manifest.

To achieve that, store the defaults for included manifests in a (path to
parent manifest, path to included manifest) tuple instead of just the
included manifest.

Differential Revision: https://phabricator.services.mozilla.com/D18086

--HG--
extra : moz-landing-system : lando
2019-02-07 15:10:25 +00:00
AndreiH
0598a8a3b9 Bug 1428713 [mozprocess] Add support for Python 3 r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D18048

--HG--
extra : moz-landing-system : lando
2019-02-06 09:13:44 +00:00
Razvan Maries
f86459d5dc Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2019-02-05 18:59:13 +02:00
Paolo Amadini
289bde6908 Bug 1523907 - Fix building the new "about:config" page on release channels. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D18082

--HG--
extra : rebase_source : 7094aa1a5dbfc33d7b77a387f12eb14cff66d9e9
2019-02-02 17:49:41 +00:00
Nathan Froyd
79a1262103 Bug 1247453 - part 1 - request synchronization privileges in kill_pid; r=gbrown
Windows documentation indicates that it's invalid to WaitForSingleObject
on a process handle unless you request the SYNCHRONIZE access right.
And indeed, we see errors in the logs like:

09:58:28  WARNING - mozcrash kill_pid(): wait failed (-1) terminating pid 6340: error 5

That "error 5" is an ERROR_ACCESS_DENIED code.  Such errors should go
away with requesting the proper access rights.  Credit to dmajor for
noticing the discrepancy.
2019-02-04 11:19:36 -05:00
Andrei H
31f30275b3 Bug 1428708 - [mozdevice] Add support for Python 3 r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D17933

--HG--
extra : moz-landing-system : lando
2019-02-02 20:39:14 +00:00
Csoregi Natalia
9423fa7897 Merge mozilla-central to mozilla-inbound. CLOSED TREE 2019-02-02 00:14:12 +02:00
Geoff Brown
7d230281f8 Bug 1509207 - In android tests, wait for valid ro.build.version.sdk; r=bc
'getprop ro.build.version.sdk' intermittently returns '' on startup. This
change tries to wait and retry until a valid response is received.
2019-02-01 12:56:25 -07:00
Pavel Slepushkin
cd08c8b222 Bug 1471648 - [mozlog] Add support for Python 3; r=raphael
Differential Revision: https://phabricator.services.mozilla.com/D18069

--HG--
extra : moz-landing-system : lando
2019-02-01 13:08:09 +00:00
Ciure Andrei
0e8b5d7b70 Backed out changeset 9c17fddb650f (bug 1428713) for mozprocess raptor failure CLOSED TREE 2019-02-01 17:14:52 +02:00
Bob Clary
c229a51c70 Bug 1524150 - [mozdevice] remove -s <serialno> from ADBProcess-based error messages, r=gbrown. 2019-01-31 20:35:56 -08:00
Narcis Beleuzu
f9ca244530 Backed out changeset c6f5a583ce62 (bug 1471648) for awsy failures. CLOSED TREE 2019-01-31 15:55:32 +02:00
Pavel Slepushkin
3631b95796 Bug 1471648 - [mozlog] Add support for Python 3; r=raphael
Differential Revision: https://phabricator.services.mozilla.com/D18069

--HG--
extra : moz-landing-system : lando
2019-01-31 12:49:42 +00:00
Myk Melez
25349d2601 Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8
Differential Revision: https://phabricator.services.mozilla.com/D17526

--HG--
extra : moz-landing-system : lando
2019-01-30 17:26:25 +00:00
Coroiu Cristina
667401357b Merge mozilla-central to autoland a=merge on a CLOSED TREE 2019-02-04 23:47:17 +02:00
AndreiH
4d97f54071 Bug 1428708 - [mozdevice] Bump version number and prepare for Python 3 release r=davehunt
Differential Revision: https://phabricator.services.mozilla.com/D18553

--HG--
extra : moz-landing-system : lando
2019-02-04 19:19:56 +00:00
Csoregi Natalia
20b9fad77e Backed out changeset 4fcae0e31524 (bug 1498636) for multiple browser-chrome failures e.g browser_ext_browserAction_popup_resize.js. CLOSED TREE 2019-02-04 15:27:06 +02:00
Rob Wu
54d525e007 Bug 1498636 - Separate "include" variables from manifest defaults r=ahal
Test manifests may be included by multiple other manifests, optionally
with additional variables below the `[include:...]` section header.
These additional variables are specific to the manifest that contained
the "include" section, and should not inadvertently be shared with other
manifests that also happen to include this manifest.

To achieve that, store the defaults for included manifests in a (path to
parent manifest, path to included manifest) tuple instead of just the
included manifest.

Differential Revision: https://phabricator.services.mozilla.com/D18086

--HG--
extra : moz-landing-system : lando
2019-02-04 12:09:54 +00:00
AndreiH
add8b50260 Bug 1428713 [mozprocess] Add support for Python 3 r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D16552

--HG--
extra : moz-landing-system : lando
2019-01-30 11:19:54 +00:00
Henrik Skupin
267486a4e5 Bug 1495062 - [mozversion-rust] Release 0.2.0. r=ato
Depends on D17679

Differential Revision: https://phabricator.services.mozilla.com/D17680

--HG--
extra : moz-landing-system : lando
2019-01-28 15:22:37 +00:00
Henrik Skupin
927eabeb98 Bug 1495062 - [mozrunner-rust] Release 0.9.0. r=ato
Depends on D17678

Differential Revision: https://phabricator.services.mozilla.com/D17679

--HG--
extra : moz-landing-system : lando
2019-01-28 15:22:44 +00:00
Henrik Skupin
32ca2a0c03 Bug 1495062 - [mozprofile-rust] Release 0.5.0. r=ato
Differential Revision: https://phabricator.services.mozilla.com/D17678

--HG--
extra : moz-landing-system : lando
2019-01-28 15:22:56 +00:00
Dorel Luca
e1e5c4c775 Backed out 4 changesets (bug 1521191) for causing leaks on multiple tests
Backed out changeset 138e162d2778 (bug 1521191)
Backed out changeset 3782d011cc9f (bug 1521191)
Backed out changeset 38d3da4804d7 (bug 1521191)
Backed out changeset d6ce4b187195 (bug 1521191)
2019-01-26 03:23:40 +02:00
Andrew McCreight
16351e63ce Bug 1521191, part 2 - Ensure missing leak logs cause mozharness to fail. r=ahal
Depends on D17534

Differential Revision: https://phabricator.services.mozilla.com/D17535

--HG--
extra : moz-landing-system : lando
2019-01-25 20:27:34 +00:00
Geoff Brown
3ca0bd99af Bug 1520282 - When launching android emulator from mach, use a new pipe to stdin; r=bc 2019-01-23 08:29:09 -07:00
James Graham
08510932b1 Bug 1521140 - Ensure reftest screenshots are followed by a newline when expected, r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D17119

--HG--
extra : moz-landing-system : lando
2019-01-21 21:56:19 +00:00
Andrew McCreight
2fa8eee7f0 Bug 1518115 - Fix typo in intentional crash leak log processing. r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D17007

--HG--
extra : moz-landing-system : lando
2019-01-21 10:23:27 +00:00
Csoregi Natalia
184a7aae44 Merge mozilla-central to autoland. CLOSED TREE 2019-01-17 23:57:04 +02:00
David Burns
e42f7abbcf No Bug: Remove references to #ateam from documents. DONTBUILD r=me
--HG--
extra : rebase_source : 84b0287d5dec5412b7fea921950a90ccb50d4c58
2019-01-17 13:00:50 +00:00
Dragana Damjanovic
a9f8ce5043 Bug 1520805 - Add the socket process to known processes for leak logging. r=kershaw
Differential Revision: https://phabricator.services.mozilla.com/D16842

--HG--
extra : moz-landing-system : lando
2019-01-17 16:43:05 +00:00
Geoff Brown
63f6350aba Bug 1519477 - Try to detect networking connectivity problems before running local tests on android; r=bc
--HG--
extra : rebase_source : 6e84bd061bec5a77dd0ae31b2baa6978db1c1264
2019-01-16 14:59:35 -07:00
Daosheng Mu
2d64883f5c Bug 1516554 - Part 3: Fix VRGPUParent memory leak in the destructor. r=kip
Differential Revision: https://phabricator.services.mozilla.com/D16257

--HG--
extra : moz-landing-system : lando
2019-01-14 21:58:51 +00:00
Nathan Froyd
def9e5efca Bug 1514043 - change gecko media plugin process name; r=mccr8,bobowen,haik,chutten
The only visible change from this change is that telemetry will be
discontinuous.  The owners for the relevant telemetry probes have
reviewed this and indicated that this discontinuity is OK.
2019-01-10 10:52:51 -05:00
William Lachance
cf7ff16636 Bug 1471641 - Changes to support a mozinstall 2.0 release r=davehunt
Differential Revision: https://phabricator.services.mozilla.com/D15542

--HG--
extra : moz-landing-system : lando
2019-01-02 09:57:30 +00:00
William Lachance
2fd7e025ab Bug 1516659 - Remove mozprocess dependency from mozinstall's tests r=davehunt
Differential Revision: https://phabricator.services.mozilla.com/D15476

--HG--
extra : moz-landing-system : lando
2019-01-02 09:44:08 +00:00
William Lachance
d9f2e01051 Bug 1471641 - Enable and fix mozinstall tests on python 3 r=davehunt
Depends on D15540

Differential Revision: https://phabricator.services.mozilla.com/D15541

--HG--
extra : moz-landing-system : lando
2019-01-02 09:54:44 +00:00
William Lachance
e2956f9540 Bug 1471641 - Python 3 compatibility fixes in mozinstall r=davehunt
Depends on D15539

Differential Revision: https://phabricator.services.mozilla.com/D15540

--HG--
extra : moz-landing-system : lando
2019-01-02 09:54:09 +00:00
William Lachance
af30ba4ef7 Bug 1471641 - Use subprocess check_call and check_output in mozinstall r=davehunt
We were using more primitive methods before to support python 2.4, but
that's obviously no longer required.

Differential Revision: https://phabricator.services.mozilla.com/D15539

--HG--
extra : moz-landing-system : lando
2019-01-02 09:53:20 +00:00
Bob Clary
eddb0836f7 Bug 1516913 - [mozdevice] _get_exitcode should handle the case in where the exitcode marker is not at EOF, r=jmaher. 2018-12-31 10:14:25 -08:00
Narcis Beleuzu
52eeb30676 Backed out changeset 8040640ee1cd (bug 1515245) for mozbase failures 2018-12-31 03:19:29 +02:00