gecko-dev/testing
Alex Hochheiden e4e7f5c7db Bug 1718878 - Updates to the build system to enable compatibility with Python 3.10 (Mainly regarding collections.abc) r=mhentges,webdriver-reviewers,whimboo a=RyanVM
Previously, collections.abc was available from the collections import. In Python
3.10, they were explicitly moved to collections.abc. As such, any references to
collections abstract base classes need to import collections.abc in Python 3.10.

More reading here: https://docs.python.org/3/library/collections.abc.html

Differential Revision: https://phabricator.services.mozilla.com/D128838
2021-10-27 13:35:13 +00:00
..
awsy Bug 1706631: Document how to run AWSY tests locally and on try r=perftest-reviewers,mccr8,sparky 2021-06-16 15:59:25 +00:00
condprofile Bug 1710452 - Enable browsertime YTP tests r=perftest-reviewers,Bebe 2021-06-30 13:35:35 +00:00
config
crashtest
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
geckodriver Bug 1719667 - [remote] Do not set recommended preferences when not wanted r=webdriver-reviewers,whimboo 2021-07-09 08:42:47 +00:00
gtest
jsshell Bug 1716768 - Avoid possible UnboundLocalError in benchmark.py; r=perftest-reviewers,sparky 2021-06-17 20:15:53 +00:00
marionette Bug 1718878 - Updates to the build system to enable compatibility with Python 3.10 (Mainly regarding collections.abc) r=mhentges,webdriver-reviewers,whimboo a=RyanVM 2021-10-27 13:35:13 +00:00
mochitest Bug 1668945 - Make test_bug1581192.html wait for the click target interactive. r=smaug, a=test-only 2021-07-13 04:27:35 +00:00
modules Bug 1717025 - Remove unnecessary inclusions of Promise.jsm in test harnesses and tests. r=florian 2021-06-17 14:31:57 +00:00
mozbase Bug 1718878 - Updates to the build system to enable compatibility with Python 3.10 (Mainly regarding collections.abc) r=mhentges,webdriver-reviewers,whimboo a=RyanVM 2021-10-27 13:35:13 +00:00
mozharness Bug 1639850 - adjust xpcshell on windows to remove frequent failures. r=gbrown, a=test-only 2021-12-07 19:55:03 +00:00
perfdocs Bug 1722913 - Port remaining tests on Linux to WebRender. r+a=RyanVM 2021-08-04 20:59:49 +00:00
performance Bug 1715478 - Automated recording for desktop with a list sites r=sparky 2021-07-09 07:12:27 +00:00
profiles Bug 1719667 - [remote] Do not set recommended preferences when not wanted r=webdriver-reviewers,whimboo 2021-07-09 08:42:47 +00:00
raptor Bug 1717754 - Call document.documentURI before navigating during first-install test. r=perftest-reviewers,Bebe 2021-07-09 15:37:54 +00:00
runtimes Bug 1712838 , remove fxmonitor component, r=nhnt11 2021-06-22 14:11:08 +00:00
specialpowers Bug 1719387 - Make test_bug795418-2.html request text/unicode flavor in the headless mode r=smaug 2021-07-12 03:55:21 +00:00
talos Bug 1734035 - Fix \ in etlparser.py. r=sparky, a=test-only 2021-10-05 13:03:00 +00:00
tools Bug 1717054: Use autobahn instead of txws for websocketprocessbridge r=jmaher 2021-06-25 18:27:44 +00:00
tps
web-platform Bug 1699373 - Add WPT for COEP/CORP image reloading r=annevk a=pascalc 2021-09-16 08:31:02 +00:00
webdriver Bug 1617369 - Reformat recent rust changes with rustfmt r=necko-reviewers,webdriver-reviewers,kvark 2021-06-17 11:00:22 +00:00
xpcshell Bug 1726813: Ensure AppShutdown remains in sync with shutdown notifications in the parent process. r=nika,asuth a=RyanVM 2021-09-15 07:25:29 +00:00
addtest.py
cppunittest.ini
mach_commands.py
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py
runcppunittests.py
testinfo.py
testsuite-targets.mk

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