gecko-dev/testing
Bryce Van Dyk cbab22c9cb Bug 1536102 - P4: Enabled WPT for encrypted media scheme checking. r=cpearce
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
2019-06-12 05:31:52 +00:00
..
awsy
config
crashtest
extensions
firefox-ui Bug 1556867 - Remove the old about:private browsing code and pref r=fluent-reviewers,Mardak,Pike,Gijs 2019-06-10 17:01:54 +00:00
geckodriver
gtest
jsshell
marionette Bug 1553748 - [marionette] Firefox should not unload tabs when available memory is running low. r=webdriver-reviewers,automatedtester 2019-06-07 13:33:25 +00:00
mochitest Bug 1496010: Apply Meta CSP to System Privileged about:about. 2019-06-03 06:04:25 +00:00
modules
mozbase Bug 1558516 - [mozdevice] Improve check for effectiveness of rm; r=bc 2019-06-11 15:23:22 +00:00
mozharness Bug 1554818 - [mozlog] Update StatusHandler to support known_intermittent field r=jgraham 2019-06-11 14:09:40 +00:00
profiles Bug 1543598 - Move OneCRL and Pinning blocklist clients out of services r=jcj,glasserc 2019-06-11 10:14:40 +00:00
raptor Bug 1511341 Add Nextflix to tp6 r=perftest-reviewers,igoldan,AlexandruIonescu 2019-06-11 08:22:06 +00:00
runtimes
specialpowers Bug 1550467 - Ensure that listeners in chrome scripts are cleaned up. r=botond,jmaher 2019-06-06 20:49:25 +00:00
talos Bug 1556395 - Clear devtools.testing pref to Fix DAMP test performance regression r=davidwalsh 2019-06-05 14:23:03 +00:00
tools
tps
web-platform Bug 1536102 - P4: Enabled WPT for encrypted media scheme checking. r=cpearce 2019-06-12 05:31:52 +00:00
webdriver
xpcshell Bug 1087144 - Log crashes in xpcshell via log_crashes rather than checkForCrashes r=gbrown 2019-06-05 18:41:54 +00:00
README.txt
addtest.py
cppunittest.ini Bug 1558350: Add TestNativeNt to cppunittest.ini; r=mhowell 2019-06-11 00:11:58 +00:00
mach_commands.py Bug 1558221 - Update 'mach test-info long-tasks'; r=jmaher 2019-06-10 17:40:33 +00:00
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