зеркало из https://github.com/mozilla/gecko-dev.git
fad6dff679
mediaElementAudioSourceToScriptProcessorTest creates an AudioContext at sample rate 44100, but that might not be the default cubeb rate on some platforms. If it isn't, we end up with two MediaTrackGraphs for the same window, with one being fed by the media element, and the other running the script processor node. It's when this happens that we only get 0 on the output. We force the preferred cubeb rate to 44100 for this test, so we at least keep the test coverage of the media element source node. This became permafail with bug 1172394, whereas before it was intermittent. Unclear why. Differential Revision: https://phabricator.services.mozilla.com/D52050 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
awsy | ||
condprofile | ||
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