gecko-dev/testing
Andreas Pehrson fad6dff679 Bug 1546756 - Update WPT expectations following bug 1172394. r=padenot
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
2019-11-13 08:58:30 +00:00
..
awsy Backed out changeset 776dc76ec598 (bug 1567122) for landing without proper peer review on a CLOSED TREE 2019-11-12 18:46:03 +02:00
condprofile Bug 1592696 - avoid re-fetching profiles when possible r=rwood 2019-11-12 19:47:40 +00:00
config
crashtest Bug 1587142 - Remove most XBL tests in dom/ r=bzbarsky 2019-10-25 22:38:08 +00:00
extensions
firefox-ui Bug 1587627 - [fxui] Update firefox-puppeteer for removal of anonymous nodes. r=webdriver-reviewers,maja_zf 2019-10-28 18:24:57 +00:00
geckodriver bug 1589151: geckodriver: drop "For users" heading in docs; r=webdriver-reviewers,maja_zf 2019-10-16 19:17:31 +00:00
gtest Bug 1581157 - Improve gtest completion logging; r=bc 2019-10-25 21:18:50 +00:00
jsshell
marionette Bug 1594584 - Marionette test for autoconfig. r=whimboo,kmag 2019-11-12 18:18:49 +00:00
mochitest Bug 1595180 - Report assertions in Mochitests with fail-if annotations more sensibly. r=ahal 2019-11-12 21:41:14 +00:00
modules Backed out changeset ffc59a6dfbd5 (bug 1595285) for bc failures at browser_editBookmark_tags_liveUpdate.js. CLOSED TREE 2019-11-13 18:03:55 +02:00
mozbase Backed out changeset 4b4f0fb8292c (bug 1595220) for several reftest failures. 2019-11-13 06:59:07 +02:00
mozharness Backed out changeset 776dc76ec598 (bug 1567122) for landing without proper peer review on a CLOSED TREE 2019-11-12 18:46:03 +02:00
profiles Bug 1587785 - Disable background hang monitor for raptor tests r=acreskey,stephendonner 2019-11-06 07:31:52 +00:00
raptor Bug 1593942 - Provide browser name and version being tested in perfherder data. r=perftest-reviewers,stephendonner 2019-11-11 18:43:58 +00:00
runtimes Bug 1525296 - Remove any remaining references to old search suggestions notifications. r=adw,whimboo 2019-10-29 17:57:10 +00:00
specialpowers Bug 1584998: Make x-frame-options work with fission enabled. r=jkt,farre,johannh,flod 2019-10-31 08:28:35 +00:00
talos Bug 1588203 - Change process for tab open in cpstartup r=mconley 2019-11-11 16:25:53 +00:00
tools
tps
web-platform Bug 1546756 - Update WPT expectations following bug 1172394. r=padenot 2019-11-13 08:58:30 +00:00
webdriver
xpcshell Bug 1576115 - Expose processes from xpcshell test DebuggerServer. r=jdescottes 2019-11-13 09:51:01 +00:00
README.txt
addtest.py
cppunittest.ini Bug 1529593 - Make LauncherRegistryInfo delay write to the registry. r=aklotz 2019-10-14 17:14:54 +00:00
mach_commands.py Bug 1591464 - In |mach test-info tests| display bugzilla info sooner; r=bc 2019-11-07 15:32:31 +00:00
moz.build
parse_build_tests_ccov.py
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk Backed out 2 changesets (bug 1590167, bug 1575008) for lints failures at mapped_hyph.h on a CLOSED TREE. 2019-11-13 21:38:23 +02:00

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