mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
df9137da98
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 |
||
---|---|---|
.. | ||
blessings | ||
codegen | ||
configobj | ||
lldbutils | ||
mach | ||
mock-1.0.0 | ||
mozboot | ||
mozbuild | ||
mozversioncontrol/mozversioncontrol | ||
psutil | ||
virtualenv | ||
which | ||
mach_commands.py | ||
Makefile.in | ||
moz.build | ||
README |
This directory contains common Python code. The basic rule is that if Python code is cross-module (that's "module" in the Mozilla meaning - as in "module ownership") and is MPL-compatible, it should go here. What should not go here: * Python that is not MPL-compatible (see other-licenses/) * Python that has good reason to remain close to its "owning" (Mozilla) module (e.g. it is only being consumed from there). Historical information can be found at https://bugzilla.mozilla.org/show_bug.cgi?id=775243