gecko-dev/testing
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
..
awsy Bug 1515201 - Avoid loading about:blank in the privileged content process during AWSY tests. r=erahm 2019-01-07 16:05:53 +00:00
config Bug 1519588 - Update tooltool manifests for Android avd definitions; r=me,a=test-only 2019-01-22 15:05:19 -07:00
crashtest
extensions Bug 1517083 - Enable running custom tests on extension-based experiments; r=rhelmer,froydnj 2019-02-06 06:21:43 +00:00
firefox-ui Bug 1497827 - Do not display EV labels instead of domains in site identity header r=johannh 2019-02-05 09:29:50 +00:00
geckodriver bug 1525544: geckodriver: document how to self-service arm7hf builds; r=me 2019-02-06 11:05:41 +00:00
gtest Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
jsshell
marionette Bug 1496773 - Part 1: Feature test and accommodate navigator:geckoview inside Marionette. r=ato 2019-02-04 18:15:52 +00:00
mochitest Bug 1247453 - part 2 - be more stringent in checking for live pids; r=gbrown 2019-02-04 11:19:35 -05:00
modules Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
mozbase Bug 1498636 - Separate "include" variables from manifest defaults r=ahal 2019-02-07 15:10:25 +00:00
mozharness Bug 1524626 - mozharness.base.log.LogMixin does not support exc_info, r=gbrown. 2019-02-01 10:12:47 -08:00
profiles Backed out changeset c31a81865825 (bug 1523703) for bc failures on browser_packaged_as_locales.js 2019-02-06 19:26:46 +02:00
raptor Bug 1518776 Add Tumblr to tp6 r=rwood 2019-02-06 17:10:06 +00:00
runtimes Bug 1516456 - adjust writeruntimes.py to work with latest activedata. r=bc 2018-12-26 19:35:30 +00:00
specialpowers Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
talos Backed out changeset 59e2f15b38f5 (bug 1504139) for talos chrome failures on a CLOSED TREE 2019-02-05 18:04:25 +02:00
tools Bug 1519307 - Add a new project to build useful parts of breakpad independently. r=froydnj 2019-01-11 16:01:15 +00:00
tps Bug 1506611 - Fixed linter errors in testing/tps. r=ahal 2019-01-15 15:58:52 +00:00
web-platform Bug 1228678 - Followup to fix failing upstream wpt test r=jgraham 2019-02-07 10:03:53 +00:00
webdriver Bug 1495062 - [webdriver] Release 0.39.0. r=ato 2019-01-28 15:02:51 +00:00
xpcshell Bug 1522689 - Update command line help for several android test commands; r=bc 2019-02-01 07:18:05 -07:00
README.txt
cppunittest.ini
mach_commands.py Bug 1500995 - Allow for missing 'failures' data in 'mach test-info'; r=me,a=test-only 2018-12-21 14:18:15 -07:00
moz.build
parse_build_tests_ccov.py Bug 1473067 - Parse coverage artifacts at the end of builds. r=ted 2018-12-10 13:29:43 +01:00
remotecppunittests.py Bug 1522689 - Update command line help for several android test commands; r=bc 2019-02-01 07:18:05 -07:00
runcppunittests.py
testsuite-targets.mk

README.txt

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff