mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
fdc441f4cb
This provides a custom implementaiton of log::Log for geckodriver, effectively making slog redundant in central. slog is, for our purposes, an unnecessarily complicated crate to depend on. With Rust 1.24 transitioning to stable soon, we need to prepare code and crates in central for this change. geckodriver only uses slog for the single purpose of changing the log level at runtime, and it would be less work to roll our own logger implementation than it would be to grok the slog API changes. MozReview-Commit-ID: 2wyS8e6s2mr |
||
---|---|---|
.. | ||
awsy | ||
config | ||
crashtest | ||
firefox-ui | ||
geckodriver | ||
gtest | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
mozharness | ||
profiles | ||
runtimes | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
web-platform | ||
webdriver | ||
xpcshell | ||
cppunittest.ini | ||
mach_commands.py | ||
moz.build | ||
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