зеркало из https://github.com/mozilla/gecko-dev.git
cbab22c9cb
Enable the web platform tests for clearkey scheme checking. Since these tests simply check if the functionality is implemented, and do not check if the browsers actually support different encryption schemes, it's okay to do this even though we don't have cbcs support in clearkey yet. I.e. it's enough that a page can ask "do you support cbcs in clearkey?" to Firefox to pass the test, the answer from Firefox doesn't have to be "yes." Add the pref setting to the DRM scheme checking test, though leave the expectations as they are on this test, as in automation the test will still not pass due to Widevine downloads being blocked. My hope is that we can find a solution to this Widevine download issue in automation, at which point we'd expect that tests to start passing due to the pref added in this patch -- at which point we could toggle the expectations. Differential Revision: https://phabricator.services.mozilla.com/D34303 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
awsy | ||
config | ||
crashtest | ||
extensions | ||
firefox-ui | ||
geckodriver | ||
gtest | ||
jsshell | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
mozharness | ||
profiles | ||
raptor | ||
runtimes | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
web-platform | ||
webdriver | ||
xpcshell | ||
README.txt | ||
addtest.py | ||
cppunittest.ini | ||
mach_commands.py | ||
moz.build | ||
parse_build_tests_ccov.py | ||
remotecppunittests.py | ||
runcppunittests.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