Commit Graph

213 Commits

Author SHA1 Message Date
Andrew Erickson
c39e023148 Bug 1585422: update mac hostutils r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D48125

--HG--
extra : moz-landing-system : lando
2019-10-03 22:08:45 +00:00
Andrew Erickson
67a949f0bb Bug 1585422: update linux hostutils r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D47997

--HG--
extra : moz-landing-system : lando
2019-10-03 14:42:40 +00:00
Junior Hsu
a0fc2962a8 Bug 1571573 - P2 remove downloading node from tooltool r=tomprince,ahal
Differential Revision: https://phabricator.services.mozilla.com/D44899

--HG--
extra : moz-landing-system : lando
2019-09-09 17:54:36 +00:00
Gregory Mierzwinski
92d5021daf Bug 1567954 - Part 1: Initialize Mozpower module and implement PowerBase class. r=perftest-reviewers,ahal,rwood
This patch initializes the Mozpower module and implements the PowerBase class. This class is used as a base for subclasses that implement power measurement tooling for various OS and CPU combinations.

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

--HG--
extra : moz-landing-system : lando
2019-08-01 20:36:00 +00:00
Nick Alexander
07f31a8dc3 Bug 1564282 - Pre: Make it easier to work with mozbase in Raptor locally. r=ahal
This is the equivalent of .pth in virtualenv declarations.  It sets up
a .egg file with a `sys.path` addition, as far as I can tell.

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

--HG--
extra : moz-landing-system : lando
2019-07-25 00:46:36 +00:00
Narcis Beleuzu
acffe94058 Backed out 1 changesets (bug 1564282) for raptor failures. CLOSED TREE
Backed out changeset 7e617d055160 (bug 1564282)
2019-07-24 02:28:40 +03:00
Nick Alexander
3437fc2557 Bug 1564282 - Pre: Make it easier to work with mozbase in Raptor locally. r=ahal
This is the equivalent of .pth in virtualenv declarations.  It sets up
a .egg file with a `sys.path` addition, as far as I can tell.

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

--HG--
extra : moz-landing-system : lando
2019-07-23 21:58:23 +00:00
Narcis Beleuzu
4db8112c33 Backed out 2 changesets (bug 1561939) as per nalexander`s request.
Backed out changeset 2833ba67a5b9 (bug 1561939)
Backed out changeset 3125e12eee29 (bug 1561939)
2019-07-24 00:41:43 +03:00
Nick Alexander
3316f7167c Bug 1561939 - Pre: Make it easier to work with mozbase in Raptor locally. r=ahal
This is the equivalent of .pth in virtualenv declarations.  It sets up
a .egg file with a `sys.path` addition, as far as I can tell.

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

--HG--
extra : moz-landing-system : lando
2019-07-23 20:27:29 +00:00
Geoff Brown
9352ea1aa6 Bug 1551262 - Remove mach support for jimdb; r=snorp
If there is still value to this -- if you know of anyone using jimdb via mach, etc -- I am
happy to throw this away, but otherwise, would like to clean it up.

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

--HG--
extra : moz-landing-system : lando
2019-05-13 20:52:29 +00:00
Andrew Erickson
25d6c79cb6 Bug 1548918: update linux hostutils (try build) r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D30123

--HG--
extra : moz-landing-system : lando
2019-05-09 17:39:05 +00:00
Andrew Erickson
f1289eb10e Bug 1546453: Increase android x86 7.0 emulator's data partition size r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D28568

--HG--
extra : moz-landing-system : lando
2019-04-24 02:17:39 +00:00
Andrew Erickson
a9f0a3f921 Bug 1545617: update mac host-utils r=bc,gbrown
Differential Revision: https://phabricator.services.mozilla.com/D28249

--HG--
extra : moz-landing-system : lando
2019-04-23 08:26:12 +00:00
Andrew Erickson
8f8f9f07f5 Bug 1545617: update linux host-utils r=bc,gbrown
Source push: https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&revision=74dc09642c222e18634f4f13e7b0bd6b7f91cbc2

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

--HG--
extra : moz-landing-system : lando
2019-04-22 19:53:30 +00:00
Henrik Skupin
ddc6537052 Bug 1532919 - [marionette] Remove outdated browsermob-proxy mixin from marionette harness package. r=ato
The development of the package has been moved to:
https://github.com/AutomatedTester/browsermob-proxy-py

The in-tree version is outdated, and no longer developed.

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

--HG--
extra : moz-landing-system : lando
2019-03-07 12:26:43 +00:00
Tarek Ziadé
9ed1006ca9 Bug 1528992 - extract raptor mitmproxy integration - r=rwood,Bebe,gbrown
This patch moves testing/raptor/raptor/playback into its own testing package in testing/mozbase/mozproxy
so we can use the proxy in other places than Raptor.

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

--HG--
rename : testing/raptor/raptor/playback/__init__.py => testing/mozbase/mozproxy/mozproxy/__init__.py
rename : testing/raptor/raptor/playback/base.py => testing/mozbase/mozproxy/mozproxy/backends/base.py
rename : testing/raptor/raptor/playback/mitmproxy.py => testing/mozbase/mozproxy/mozproxy/backends/mitm.py
rename : testing/raptor/raptor/playback/mitmproxy-rel-bin-linux64.manifest => testing/mozbase/mozproxy/mozproxy/backends/mitmproxy-rel-bin-linux64.manifest
rename : testing/raptor/raptor/playback/mitmproxy-rel-bin-osx.manifest => testing/mozbase/mozproxy/mozproxy/backends/mitmproxy-rel-bin-osx.manifest
rename : testing/raptor/raptor/playback/mitmproxy-rel-bin-win.manifest => testing/mozbase/mozproxy/mozproxy/backends/mitmproxy-rel-bin-win.manifest
rename : testing/raptor/raptor/playback/mitmproxy_requirements.txt => testing/mozbase/mozproxy/mozproxy/backends/mitmproxy_requirements.txt
extra : moz-landing-system : lando
2019-03-06 17:13:21 +00:00
Andrew Erickson
3ac01a4eb3 Bug 1530546: updating hostutils for linux, round 2.1 r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D21766

--HG--
extra : moz-landing-system : lando
2019-03-04 18:44:22 +00:00
Andrew Erickson
8b5599fc98 Bug 1530546: update mac hostutils r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D21575

--HG--
extra : moz-landing-system : lando
2019-02-28 21:55:13 +00:00
Ciure Andrei
109f80ff56 Backed out changeset 46def7f1496f (bug 1530546) for perma failing test_progress_events_for_gzip_data.html CLOSED TREE 2019-02-27 21:10:25 +02:00
Andrew Erickson
08ddc1cd25 Bug 1530546: updating hostutils for linux, round 2 r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D21318

--HG--
extra : moz-landing-system : lando
2019-02-27 16:10:27 +00:00
Geoff Brown
c7ff34b4e5 Bug 1519588 - Update tooltool manifests for Android avd definitions; r=me,a=test-only
AVDs are identical to previous version, except that the config.ini files are updated
with a larger size for the /data partition.

--HG--
extra : rebase_source : 4eb406a33e47593bb7e7ff9dc34142516012d7ea
2019-01-22 15:05:19 -07:00
Edwin Gao
0f390a7703 Bug 1514075 - added updated hostutils for macOS r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D16111

--HG--
extra : moz-landing-system : lando
2019-01-09 22:59:12 +00:00
Edwin Gao
df57ce81ca Bug 1514075 - update Android hostutils with Firefox 66.0a1 r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D15310

--HG--
extra : moz-landing-system : lando
2018-12-24 21:18:59 +00:00
Mike Hommey
106d32bce6 Bug 1512706 - Update minidump_stackwalk used for tests. r=RyanVM
The minidump_stackwalk used for tests ifs picked up from tooltool, and
it looks like the tooltool manifests haven't been updated in 2 years.

As it turns out, this old version is not capable of, at least, stack
walk over crashes originated in LTOed rust code on Windows, while
breakpad trunk, as well as the slightly oldest version we have in-tree
do.

While ideally, we'd go with building minidump_stackwalk as a taskcluster
toolchain artifact, or during the build, but that involves significantly
more work, while we should fix the stack traces of crashes that  people
_do_ get as early as possible.

The tooltool artifacts linked in the updated manifests were generated
the following way:
- Revert the last two changes that happened to minidump_stackwalk.cc
  between 2016 and now (they don't matter for functionality and get in
  the way of the rest below).
- Apply the changes betwen the version of minidump_stackwalk.cc from
  2016 and
https://hg.mozilla.org/users/tmielczarek_mozilla.com/stackwalk-http/raw-file/51e4725ffad4/stackwalk.cc
- Pick the http_symbol_supplier.cc and http_symbol_supplier.h files from
  the same repo as stackwalk.cc above.
- Add the necessary build system bits to build it off the Gecko tree,
  along with the in-tree breakpad code.
- Build it for linux, linux64, macosx64, win32-mingw.

The patch doing all the above is:
https://hg.mozilla.org/try/rev/64491336dc7fca7a1c00ae8c66619b01563bbe4e
The push to build it on the aforementioned platforms:
https://hg.mozilla.org/try/rev/4b621a67ca0bd6cf8954566e180d23e1ba8a9f83

A win64-mingw variant was also built, but is not being used, keeping
things in line with what we currently are using.  We may want to follow
up with an update to use that win64 variant on 64-bits testers.

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

--HG--
extra : moz-landing-system : lando
2018-12-10 22:51:50 +00:00
Raphael Pierzina
7a5affcbeb Bug 1501973 - Create requirements file for archived telemetry tests; r=ahal
Depends on D9769

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

--HG--
extra : moz-landing-system : lando
2018-10-26 15:59:31 +00:00
Raphael Pierzina
38f4cd91a3 Bug 1488468 - Update requirements files for telemetry tests; r=davehunt
Depends on D7905

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

--HG--
rename : testing/config/telemetry_tests_requirements.txt => testing/config/telemetry_tests_source_requirements.txt
extra : moz-landing-system : lando
2018-10-05 19:16:47 +00:00
David Heiberg
c9661e61a3 Bug 1476661 - Ensure H2 dependencies are packaged alongside wptserve where needed, r=jgraham
MozReview-Commit-ID: 5tbXeHsvNI5
2018-08-09 11:38:37 +01:00
Tudor-Gabriel Vîjială
98358f2a2a Bug 1474342 - Remove ccov.manifest files. r=marco
MozReview-Commit-ID: wE6PfW1jvA

--HG--
extra : rebase_source : b414165d56a72c5f920c722b6ea2faae0b77aedd
2018-07-11 11:03:47 +01:00
Marco Castelluccio
031b837e9a Bug 1474246 - Update grcov to version 0.2.3. r=calixte
--HG--
extra : rebase_source : f2e465849f6b8db4ce64925de859d125c54febee
2018-07-09 11:29:09 +02:00
Geoff Brown
7f5366e434 Bug 1463909 - Update android-4.3 avd for 'mach android-emulator'; r=me,a=test-only
The new avd is compatible with emulator 27.2.9 as well as earlier versions such
as 27.1.12.
2018-07-06 14:17:59 -06:00
Marco Castelluccio
4e2f73b382 Bug 1471166 - Update grcov to v0.1.40, stop zipping gcda files. r=jmaher
--HG--
extra : rebase_source : 21fcf27d2abc3c31d522b8a3d3b4a416c47313c5
2018-06-27 00:26:44 +01:00
Henrik Skupin
894f69b8b2 Bug 1470414 - Clean-up moz.build files for BUG_COMPONENT in testing/. r=ahal
MozReview-Commit-ID: F5vHc4G13v6

--HG--
extra : rebase_source : 1c6c8de55def6026da467d589ec3a8b511986125
2018-06-22 13:32:05 +02:00
Margareta Eliza Balazs
38873b16e7 Backed out changeset 52e86ed85e54 (bug 1470414) for bustage in ./config/tests/test_mozbuild_reading.py::TestMozbuildReading on a CLOSED TREE 2018-06-25 17:29:18 +03:00
Henrik Skupin
df65676052 Bug 1470414 - Clean-up moz.build files for BUG_COMPONENT in testing/. r=ahal
MozReview-Commit-ID: F5vHc4G13v6

--HG--
extra : rebase_source : c39293be7a60ecc22be2f385671769f371dca06b
2018-06-22 13:32:05 +02:00
Geoff Brown
033d3bf2dc Bug 1462934 - Update Android AVD configs to use archives with build.prop included; r=me,a=test-only
In all cases, the new AVD is identical to the previous AVD except for the addition
of the build.prop file.
2018-06-08 14:26:49 -06:00
Geoff Brown
bf2dcd9a16 Bug 1433308 - Remove Android 6.0/x86-6.0 options for mach android-emulator; r=me,a=test-only
mach android-emulator currently supports 6 different avds; I am struggling to maintain
that many configurations. I don't see a lot of value in keeping both 6.0 and 7.0,
and Android 6.0 is not as popular as 7.0. Let's remove 6.0, encouraging 7.0 as an
alternative; same for x86-6.0 -> x86-7.0.
2018-06-07 17:00:45 -06:00
Marco Castelluccio
f54667ea0d Bug 1465740 - Make grcov run on Mac coverage builds. r=jmaher
--HG--
extra : rebase_source : 5ee4a2581fc66256cc0f9a1e2656bf9662641476
2018-05-31 16:35:13 +02:00
Geoff Brown
40e0b78196 Bug 1460411 - Add tooltool manifest for androidx86_7_0 avd archive; r=me,a=test-only 2018-05-14 08:12:46 -06:00
Marco Castelluccio
272b04b440 Bug 1459918 - Update grcov for Windows to version 0.1.35. r=jmaher
--HG--
extra : rebase_source : 87bc2b1a95f179dc3d8852b31fece579c4974f50
2018-05-08 17:47:25 +02:00
Marco Castelluccio
1c8f9f186f Bug 1459918 - Update grcov for Linux to version 0.1.35. r=jmaher
--HG--
extra : rebase_source : 4be0ed8445f77764cf27d045941f541ff021fcdd
2018-05-08 15:24:35 +02:00
Geoff Brown
2e42e588cc Bug 1457012 - Update Android host-utils for Linux; r=me,a=test-only 2018-04-27 06:59:54 -06:00
Marco Castelluccio
26b0046944 Bug 1454629 - Update grcov to version 0.1.34. r=jmaher
--HG--
extra : rebase_source : 3cb76f863dc3f5489823255b3b0e4be97f202eea
2018-04-19 02:04:39 +02:00
Geoff Brown
42e0026deb Bug 1389805 - Update linux64 host-utils with elfhack; r=me,a=test-only 2018-04-10 11:14:14 -06:00
Geoff Brown
8ffe949029 Bug 1433279 - Update tooltool manifest for Mac host-utils for Android tests; r=me,a=test-only
Used only when running Android tests locally from Mac/OSX hosts.
2018-03-13 12:17:25 -06:00
Geoff Brown
da2e031564 Bug 1436183 - Update tooltool manifests for Android host-utils (linux), again; r=jmaher 2018-02-08 06:29:08 -07:00
Geoff Brown
ce60dbab64 Bug 1433279 - Update tooltool manifests for Android host-utils (linux); r=jmaher 2018-01-29 08:35:20 -07:00
Andrew Halberstadt
c62d613976 Bug 1428049 - [talos] Create a separate mozbase_source_requirements.txt when installing packages from the source dir, r=igoldan
This fixes a regression to |mach talos-test| around a missing 'mozterm'
dependency.

MozReview-Commit-ID: GcfoA4U1fqg

--HG--
extra : rebase_source : 68c743165a03c4d9975676556252816793ba9d49
2018-01-04 09:58:45 -05:00
Andrew Halberstadt
0ad7a325e3 Bug 1421799 - [test_archive] Add 'mozterm' to common.tests.zip r=gbrown
This makes sure the mozterm module is available to the testers. The
setup.py was needed to it could be installed from requirements.txt.

This module does not yet live on pypi.

MozReview-Commit-ID: 9AL0EZ1uVgL

--HG--
extra : rebase_source : 882d4ec5ec9b80f20ca63e5c7303752427b390d2
2017-12-15 16:51:30 +00:00
Sebastian Hengst
e6dbbae0aa Backed out 5 changesets (bug 1421799) for failing firefox ui functional tests. r=backout on a CLOSED TREE
Backed out changeset f9f32474fdaf (bug 1421799)
Backed out changeset 18b4fa241936 (bug 1421799)
Backed out changeset 88dca5c8cfac (bug 1421799)
Backed out changeset 8c1f1ab754a5 (bug 1421799)
Backed out changeset e028f677bc80 (bug 1421799)
2018-01-03 20:21:28 +02:00
df1aa1417d Bug 1421799 - [test_archive] Add 'mozterm' to common.tests.zip r=gbrown
This makes sure the mozterm module is available to the testers. The
setup.py was needed to it could be installed from requirements.txt.

This module does not yet live on pypi.

MozReview-Commit-ID: 9AL0EZ1uVgL

--HG--
extra : rebase_source : 4052f60e5e793d912045a9bd420d70c59e8a69fb
2017-12-15 16:51:30 +00:00