mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
1aa271e0d3
The mochitest runner could start a child process but not clean it up in all cases. This patch ensures we always try to stop child processes before exiting. Ideally, things should probably be implemented as context managers or the cleanup logic should live in a __del__. But, perfect is the enemy of done. This simple approach appears to solve the problem in a manner that isn't too invasive. --HG-- extra : rebase_source : 685d23c31184808a12f9ee3571391381eda8c5fb extra : amend_source : 780f36555cb94870dd063842aa226c27da8d95b0 |
||
---|---|---|
.. | ||
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