mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
92832d5da6
Previously, mach xpcshell-test and mochitest-* were limited to a single test "path" argument. This patch enables multiple arguments to be passed in. TestResolver in the build system has gained the ability to process multiple paths in a single invocation. The mach commands have been modified to utilize this new feature. Only mach code paths that pass manifestdestiny.TestManifest instances into the test runner can accept multiple arguments. This is because there is no other way to pass a custom set of tests into the test runner. If multiple test arguments are used but not supported, a warning is emitted. --HG-- extra : rebase_source : 1ce1328a969f654e7b43a7a0bdd15ed86f5ceb21 |
||
---|---|---|
.. | ||
config | ||
crashtest | ||
gtest | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
profiles | ||
release | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
xpcshell | ||
android_cppunittest_manifest.txt | ||
mach_commands.py | ||
machine-configuration.json | ||
README.txt | ||
remotecppunittests.py | ||
runcppunittests.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