gecko-dev/testing
Mitchell Hentges f5b0cb5bc1 Bug 1717051: Rename "mach_bootstrap.py" to "mach_initialize.py" r=firefox-build-system-reviewers,glandium
We've overloaded "bootstrap" to mean three different things:
* The "standalone bootstrap script": `python/mozboot/bin/bootstrap.py`.
  This is to freshly clone a new repo, then run `./mach bootstrap`.
* `./mach bootstrap`: Install necessary dependencies and set up the
  system for development.
* "Mach bootstrap": do the in-process initialization work Mach needs
  before it can run commands.

By using the term "initialize" instead, perhaps we can remove
ambiguity when discussing Mach.

I'm not attached to the name (or this change at all), but I'm interested
in reviewer thoughts :)

Differential Revision: https://phabricator.services.mozilla.com/D120410
2021-09-03 20:46:22 +00:00
..
awsy Bug 1726411 - AWSY base Fission should tell Perfherder that it is Fission. r=perftest-reviewers,AlexandruIonescu 2021-08-19 15:04:01 +00:00
condprofile Bug 1718630 - Use mozversion to get the version of the browser r=perftest-reviewers,davehunt 2021-08-20 12:05:38 +00:00
config Bug 1724072 - update android hostutils due to ssltunnel changes r=gbrown 2021-08-23 05:25:36 +00:00
crashtest Bug 1724718 - skip some XUL-y tests on android, r=emilio,agi 2021-08-19 12:13:01 +00:00
docs
extensions
firefox-ui Bug 1727691 - Disable test_restore_windows_after_windows_shutdown.py for intermittent failures r=intermittent-reviewers,webdriver-reviewers,jmaher 2021-08-30 10:23:45 +00:00
fxrecord/perfdocs Bug 1715643 - Add PerfDocs for fxrecord r=sparky,perftest-reviewers 2021-07-30 17:28:58 +00:00
geckodriver Bug 1617369 - Reformat recent rust changes with rustfmt r=emilio,webdriver-reviewers,necko-reviewers,valentin 2021-08-23 09:30:24 +00:00
gtest Bug 1696251 - Replace self with command_context where possible in existing mach commands. r=mhentges,webdriver-reviewers,perftest-reviewers,whimboo 2021-07-19 16:04:25 +00:00
jsshell
marionette Bug 1724028 - [remote] Implement handle in RemoteAgent and Marionette components r=webdriver-reviewers,whimboo 2021-08-06 12:57:28 +00:00
mochitest Bug 1727907 - Make Firefox Suggest an opt-in feature and update the onboarding dialog accordingly. r=daleharvey 2021-08-30 15:56:28 +00:00
modules Bug 1650089 - Part 8: Avoid race when calling loadContentPage with about:blank, r=kmag 2021-08-10 14:31:19 +00:00
mozbase Bug 1727802 - skip invalid character in log handling. r=ahal 2021-09-03 19:54:40 +00:00
mozharness Backed out changeset c1aa00bd2722 (bug 1660870) for causing wpt timeouts. 2021-09-03 02:55:44 +03:00
perfdocs Bug 1727919 - Remove webext YTP configuration except widevine r=perftest-reviewers,AlexandruIonescu 2021-09-03 12:05:41 +00:00
performance Bug 1716825: Navigate to a sub-page rather than about:blank for warm pageloads;r=perftest-reviewers,Bebe,davehunt 2021-08-10 16:18:54 +00:00
profiles Bug 1725131 - Remove messaging system code related to the Bookmark panel r=pdahiya,Mardak,webdriver-reviewers 2021-08-19 13:17:13 +00:00
raptor Bug 1727919 - Remove webext YTP configuration except widevine r=perftest-reviewers,AlexandruIonescu 2021-09-03 12:05:41 +00:00
runtimes
specialpowers Bug 1708403 - Make resetting of scroll position for drawSnapshot opt-in. r=mstange,kmag 2021-08-25 20:49:18 +00:00
talos Bug 1724062 - Fix talos perfdocs typo r=perftest-reviewers,alexandru.irimovici 2021-08-27 06:54:41 +00:00
tools Bug 1717051: Rename "mach_bootstrap.py" to "mach_initialize.py" r=firefox-build-system-reviewers,glandium 2021-09-03 20:46:22 +00:00
tps Bug 1696251: Refactor docstrings in mach commands. r=mhentges,webdriver-reviewers,geckoview-reviewers,agi 2021-08-24 20:16:05 +00:00
web-platform Bug 1729055 - Provide a webfont for text-decoration-skip-ink-005.html in case no CJK font is present on the system. r=dholbert 2021-09-03 17:59:12 +00:00
webdriver Bug 1652612 - More explictly only allow connections from local origins, r=whimboo,webdriver-reviewers 2021-07-29 19:34:08 +00:00
xpcshell Bug 1716571 - Dynamically set up android port forwarding for trr tests r=necko-reviewers,dragana 2021-08-16 13:41:58 +00:00
README.txt
addtest.py
cppunittest.ini
mach_commands.py Bug 1728438 - Fix ./mach cppunittest missing argument error r=mhentges 2021-09-01 15:34:40 +00:00
moz.build
parse_build_tests_ccov.py
remotecppunittests.py
runcppunittests.py
testinfo.py
testsuite-targets.mk Bug 1717051: Rename "mach_bootstrap.py" to "mach_initialize.py" r=firefox-build-system-reviewers,glandium 2021-09-03 20:46:22 +00:00

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