gecko-dev/testing
Andreas Tolfsen f3071e8691 bug 1585964: webdriver: drop regex dependency; r=webdriver-reviewers,jgraham
webdriver depends on the regex crate for unit testing which adds
significant overhead building the crate.  We could depend on
serde_json::from_value() instead, following the same pattern set
forth in the marionette crate.

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

--HG--
extra : moz-landing-system : lando
2019-10-07 12:53:38 +00:00
..
awsy bug 1354458 - Replacing self.wait_for_condition() with Wait().until() function r=whimboo 2019-10-02 14:04:33 +00:00
condprofile Bug 1583615 - use internal PyPI - r=rwood 2019-10-04 17:44:08 +00:00
config Bug 1585422: update mac hostutils r=gbrown 2019-10-03 22:08:45 +00:00
crashtest Bug 1510785 - Skip all XBL related tests when XBL is disabled. r=bzbarsky 2019-10-08 23:52:46 +00:00
extensions
firefox-ui Bug 1587800 - Remove the hidden-focus class. r=mak 2019-10-11 13:35:52 +00:00
geckodriver Bug 1587206 - [lint.flake8] Enable E117 across the tree, r=sylvestre 2019-10-10 18:51:45 +00:00
gtest Bug 1558885 - Use separate directory for android gtest libxul; r=bc,nalexander 2019-10-10 21:38:01 +00:00
jsshell
marionette Bug 1587206 - [lint.flake8] Enable F632 across the tree, r=sylvestre 2019-10-10 18:50:33 +00:00
mochitest Bug 1587206 - [lint.flake8] Enable F811 across the tree, r=sylvestre 2019-10-10 18:51:20 +00:00
modules Bug 1582785 - Enable some xpcshell tests on Android; r=geckoview-reviewers,agi 2019-09-23 22:43:55 +00:00
mozbase Bug 1587206 - [lint.flake8] Enable F632 across the tree, r=sylvestre 2019-10-10 18:50:33 +00:00
mozharness Bug 1587207 - Add logging to investigate intermittent hang in android-hw tests; r=bc 2019-10-11 13:43:06 +00:00
profiles Bug 1586346 - Remove duplicate pref setting in raptor's user.js file. r=perftest-reviewers,stephendonner 2019-10-04 17:18:03 +00:00
raptor Bug 1587206 - [lint.flake8] Enable E117 across the tree, r=sylvestre 2019-10-10 18:51:45 +00:00
runtimes
specialpowers Bug 1587580 - Use the actual source filename and line number for SpecialPowers.spawn callback. r=mccr8 2019-10-09 21:05:46 +00:00
talos Bug 1587206 - [lint.flake8] Enable F632 across the tree, r=sylvestre 2019-10-10 18:50:33 +00:00
tools Bug 1567642 - [lint.flake8] Fix misc flake8 under Python 3 lint issues r=gbrown 2019-09-24 14:44:01 +00:00
tps Bug 1567642 - [lint.flake8] Fix misc flake8 under Python 3 lint issues r=gbrown 2019-09-24 14:44:01 +00:00
web-platform Bug 1578919 - Add test for handling of "pending" fetch events r=asuth 2019-10-11 23:23:20 +00:00
webdriver bug 1585964: webdriver: drop regex dependency; r=webdriver-reviewers,jgraham 2019-10-07 12:53:38 +00:00
xpcshell Bug 1517686 - Increase xpcshell harness timeout for selftest.py; r=bc 2019-10-10 16:03:38 +00:00
README.txt
addtest.py Bug 1549894 - Support wpt .js tests in addtest, r=bgrins 2019-08-26 21:07:16 +00:00
cppunittest.ini Bug 1578895 - Compare NT paths if NtOpenFile failed with STATUS_OBJECT_PATH_NOT_FOUND. r=aklotz 2019-09-23 17:59:42 +00:00
mach_commands.py Bug 1586027 - Fix lint error. r=lint-fix 2019-10-04 00:03:33 +03:00
moz.build
parse_build_tests_ccov.py Bug 1573435 - Use toolchain fetches for all remaining toolchain uses. r=nalexander 2019-08-15 11:21:52 +09:00
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk Bug 1562870 - generate conditioned profiles r=gbrown,bc,aerickson 2019-09-16 19:44:35 +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