зеркало из https://github.com/mozilla/gecko-dev.git
39af831b21
If we have to update some of the metadata for a test (e.g. because one subtest got different results), for the subtests that didn't change we want to avoid creating new conditions where possible. Previously we reused existing conditions in the case that all the new values for run info matching that condition were the same, but didn't handle the case that the values are different, but subsets of the existing value. This adds additional handling for the subset case, so that when we have a condition like [TIMEOUT, OK] and various runs give a mix of those existing values, we just reuse the existing conditional rather than creating more specific ones. Differential Revision: https://phabricator.services.mozilla.com/D176003 |
||
---|---|---|
.. | ||
awsy | ||
condprofile | ||
config | ||
crashtest | ||
docs | ||
extensions | ||
firefox-ui | ||
geckodriver | ||
gtest | ||
jsshell | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
mozharness | ||
perfdocs | ||
performance | ||
profiles | ||
raptor | ||
runtimes | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
web-platform | ||
webcompat | ||
webdriver | ||
xpcshell | ||
README.txt | ||
addtest.py | ||
cppunittest.ini | ||
mach_commands.py | ||
moz.build | ||
parse_build_tests_ccov.py | ||
remotecppunittests.py | ||
runcppunittests.py | ||
testinfo.py | ||
testsuite-targets.mk |
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