gecko-dev/testing
Bryce Van Dyk 49af5cede4 Bug 1477492 - Add 'CreateCDMProxy' to list of allowed leaks for encrypted-media wpt. r=jgraham
CreateCDMProxy in its fully qualified form is already an allowed leak, but per
bug 1477492 certain kinds of builds appear to log the unqualified function name
in leak sanitizer logs. Since the allowed list works on string matching, this
unqualified version is then not matched and tests are marked as failures. As the
source of this different behaviour is not clear, this patch makes the
unqualified function name also allowed.

Differential Revision: https://phabricator.services.mozilla.com/D4077

--HG--
extra : moz-landing-system : lando
2018-08-23 14:05:57 +00:00
..
awsy
config
crashtest
firefox-ui
geckodriver Bug 1396821 - [geckodriver] Apply rustfmt other geckodriver modules. r=ato 2018-08-22 10:28:07 +02:00
gtest
jsshell
marionette Bug 1484153 - Drop duplicate outerWindowID logging in listener.js. r=whimboo 2018-08-17 13:01:08 +01:00
mochitest Merge inbound to mozilla-central. a=merge 2018-08-23 01:00:10 +03:00
modules
mozbase Convert mozhttpd's test suite to pytest (Bug 1479420) r=davehunt 2018-08-20 15:55:18 +00:00
mozharness Bug 1476741 - Migrate all users of pypi to MDC1 pypi. r=nthomas 2018-08-23 03:32:13 +03:00
profiles Bug 1480841 - Raptor support for running speedometer on geckoview r=jmaher 2018-08-17 18:06:22 +00:00
raptor Bug 1482151 - run wasm-misc in baseline and ion optional modes. r=ahal 2018-08-21 18:21:40 +00:00
runtimes
specialpowers
talos Backed out 7 changesets (bug 1473513) for failing devtools e.g. leakcheck | default process: 1618727 bytes leaked 2018-08-22 18:23:46 +03:00
tools
tps Backed out changeset aaabe6d53de2 (bug 1428713) for causing Bug 1483850 a=backout 2018-08-17 00:17:04 +03:00
web-platform Bug 1477492 - Add 'CreateCDMProxy' to list of allowed leaks for encrypted-media wpt. r=jgraham 2018-08-23 14:05:57 +00:00
webdriver Bug 1396821 - [geckodriver] Apply rustfmt on other webdriver modules. r=ato 2018-08-22 10:26:46 +02:00
xpcshell Backed out 7 changesets (bug 1473513) for failing devtools e.g. leakcheck | default process: 1618727 bytes leaked 2018-08-22 18:23:46 +03:00
README.txt
cppunittest.ini
mach_commands.py Backed out changeset fd1542982c9e (bug 1329286) for linting failure on builds/worker/checkouts/gecko/testing/mach_commands.py:12:. 2018-08-20 16:27:42 +03:00
moz.build
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