mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6853ef5fc5
The variable caps is redefined in the second for loop because it's defined in the function scope using the var declaration statement instead of let for the current scope. This patch also addresses the duplication of the code to copy the current set of capabilities. --HG-- extra : rebase_source : 9b3f9c8e05abaa0fa7ce6662be188cf22e13dd12 |
||
---|---|---|
.. | ||
config | ||
crashtest | ||
gtest | ||
instrumentation | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
mozharness | ||
profiles | ||
release | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
web-platform | ||
xpcshell | ||
cppunittest.ini | ||
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