gecko-dev/testing
Ricky Stewart 6d5379a8a7 Bug 1678048 - Fix type error in `desktop_unittest.py` r=ahal
In context the `dir` referenced here was the builtin `dir()` function, which is not appropriate to pass into `os.path.join()`. I've replaced it with what I think was intended.

Differential Revision: https://phabricator.services.mozilla.com/D97456
2020-11-19 15:38:35 +00:00
..
awsy Bug 1562642 - Add missing license headers r=mhoye,marionette-reviewers,webdriver-reviewers,perftest-reviewers,tarek 2020-11-17 02:06:54 +00:00
condprofile Bug 1562642 - Add missing license headers r=mhoye,marionette-reviewers,webdriver-reviewers,perftest-reviewers,tarek 2020-11-17 02:06:54 +00:00
config
crashtest Bug 1525737 - Remove layout/xul/grid directory. r=emilio 2020-11-17 01:20:33 +00:00
docs/testing-policy
extensions
firefox-ui Bug 1562642 - Add missing license headers r=mhoye,marionette-reviewers,webdriver-reviewers,perftest-reviewers,tarek 2020-11-17 02:06:54 +00:00
geckodriver Bug 1617369 - Reformat recent rust changes with rustfmt r=emilio,webdriver-reviewers,jgraham 2020-11-19 12:00:28 +00:00
gtest Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
jsshell Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
marionette Bug 1676665 - [marionette] Remove setBrowsingContextId from framescript. r=marionette-reviewers,jdescottes 2020-11-17 11:20:15 +00:00
mochitest Bug 1678282 - Redirect subprocess output to mozlog in testing/mochitest/runtests.py r=ahal 2020-11-19 15:53:58 +00:00
modules Bug 1562642 - Add missing license headers r=mhoye,marionette-reviewers,webdriver-reviewers,perftest-reviewers,tarek 2020-11-17 02:06:54 +00:00
mozbase Bug 1676486 - add mozfile to mozlog's dependencies and bump mozlog's version, r=jgraham 2020-11-19 12:15:22 +00:00
mozharness Bug 1678048 - Fix type error in `desktop_unittest.py` r=ahal 2020-11-19 15:38:35 +00:00
perfdocs Bug 1674219 - Provide the basic documentation for Talos; r=sparky,perftest-reviewers 2020-11-05 15:42:35 +00:00
performance Bug 1562642 - Add missing license headers r=mhoye,marionette-reviewers,webdriver-reviewers,perftest-reviewers,tarek 2020-11-17 02:06:54 +00:00
profiles Bug 1562642 - Add missing license headers r=mhoye,marionette-reviewers,webdriver-reviewers,perftest-reviewers,tarek 2020-11-17 02:06:54 +00:00
raptor Bug 1677896 - Remove license header from raptor benchmark script. r=perftest-reviewers,tarek 2020-11-18 15:34:19 +00:00
runtimes Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
specialpowers Bug 1338637 - Added test for folder upload confirmation prompt. r=Gijs 2020-11-17 17:14:49 +00:00
talos Bug 1677587 - [devtools] Disable DAMP inspector & styleeditor complicated tests if fission.autostart is true r=ochameau,perftest-reviewers,sparky 2020-11-17 16:19:11 +00:00
tools Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
tps Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
web-platform Bug 1675883 - Use SetStartAndEndInLimiter() in SetSelectionInternal() r=masayuki 2020-11-19 13:43:30 +00:00
webdriver Bug 1617369 - Reformat recent rust changes with rustfmt r=emilio,webdriver-reviewers,jgraham 2020-11-19 12:00:28 +00:00
xpcshell Bug 1677086 - Parse SvcParamKeyAlpn as defined in spec r=necko-reviewers,valentin 2020-11-17 11:07:03 +00:00
README.txt
addtest.py Bug 1672023 - Remove excluded files from `black.yml` 2020-10-26 18:21:44 +00:00
cppunittest.ini Bug 1671316 - Part1. Introduce CrossExecTransferManager. r=mhowell 2020-10-27 14:09:00 +00:00
mach_commands.py Bug 1674635 Improve documentation for `mach test` r=ahal DONTBUILD 2020-11-03 17:09:46 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
parse_build_tests_ccov.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
remotecppunittests.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
runcppunittests.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
testinfo.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
testsuite-targets.mk Bug 1670357 - Remove `make` targets for cleaning: `clean`, `realclean`, `clobber`, `distclean`, `clobber_all`, `everything` r=firefox-build-system-reviewers,mhentges 2020-10-15 20:37:18 +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