gecko-dev/testing
Mitchell Hentges f04ccd7a53 Bug 1759256: Update all PATH-munging to use os.pathsep r=webdriver-reviewers,ahochheiden,jgraham
Windows uses `;` as the path separator, Unix-based systems use `:`.
`os.pathsep` conveniently represents the current system's separator.

All OS-specific path separators have been replaced with `os.pathsep`
except for some explicitly Windows-specific mozharness configs.

Differential Revision: https://phabricator.services.mozilla.com/D140981
2022-03-14 18:41:49 +00:00
..
awsy
condprofile Bug 1756863 - Pass the external test root found in raptor to condprof. r=perftest-reviewers,AlexandruIonescu 2022-03-11 13:14:50 +00:00
config
crashtest
docs Bug 1740037 - fix lint failures on index.rst. a=lint-fix CLOSED TREE 2022-03-09 22:12:17 +02:00
extensions
firefox-ui
fxrecord/perfdocs
geckodriver
gtest
jsshell
marionette
mochitest
modules Backed out changeset 528295e7cb0c (bug 1758476) for causing tabswitch failures CLOSED TREE 2022-03-14 12:27:48 -04:00
mozbase Bug 1758797 - Call copytree with ignore_dangling_symlinks=True from Profile.clone r=gbrown,whimboo 2022-03-11 17:06:37 +00:00
mozharness Bug 1746207 - Fix OSX browsertime visual metrics installation r=perftest-reviewers,sparky 2022-03-11 15:41:16 +00:00
perfdocs
performance
profiles
raptor Bug 1746207 - Fix OSX browsertime visual metrics installation r=perftest-reviewers,sparky 2022-03-11 15:41:16 +00:00
runtimes
specialpowers Backed out changeset 528295e7cb0c (bug 1758476) for causing tabswitch failures CLOSED TREE 2022-03-14 12:27:48 -04:00
talos Backed out changeset 528295e7cb0c (bug 1758476) for causing tabswitch failures CLOSED TREE 2022-03-14 12:27:48 -04:00
tools
tps Bug 1559349 - Change Sync startup to be after browser idle r=markh,Gijs 2022-03-11 02:03:15 +00:00
web-platform Bug 1759130 - Annotate another test. 2022-03-14 19:02:45 +01:00
webcompat
webdriver
xpcshell Bug 1758474 - Implement an ESLint rule to disallow passing {} as the target parameter for ChromeUtils.import. r=Gijs,mossop,perftest-reviewers,preferences-reviewers,sparky 2022-03-11 16:41:29 +00:00
addtest.py
cppunittest.ini
mach_commands.py
moz.build
parse_build_tests_ccov.py Bug 1759256: Update all PATH-munging to use os.pathsep r=webdriver-reviewers,ahochheiden,jgraham 2022-03-14 18:41:49 +00:00
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