gecko-dev/testing
Andrew McCreight c8c5c819df Bug 1514936, part 1 - Remove the outer argument to nsIFactory::createInstance. r=xpcom-reviewers,preferences-reviewers,nika,Gijs
This patch won't actually build, because a few bits of code are used
for both nsIFactory::createInstance and static components, and static
components are not fixed until the next patch.

The first place is nsLoadGroupConstructor, which uses an nsIFactory
macro to create a static component constructor. (This could be worked
around by expanding the macro to the state before this patch.)

The other issue is that nsAppShellConstructor is used in an nsIFactory
on OSX, but as a static component on all other platforms. This could
be worked around by wrapping nsAppShellConstructor in an adaptor that
passes in the extra null argument to nsAppShellConstructor.

Differential Revision: https://phabricator.services.mozilla.com/D146456
2022-05-17 20:24:19 +00:00
..
awsy Bug 1767048 - Disable negative heap-unclassified assertion for frequent failure in central-as-beta simulations r=perftest-reviewers,sparky DONTBUILD 2022-05-12 12:07:35 +00:00
condprofile Bug 1769098 - initial work to allow taskcluster/mozbase/mozharness to support conditioned profiles. r=ahal 2022-05-16 19:11:46 +00:00
config Bug 1769098 - initial work to allow taskcluster/mozbase/mozharness to support conditioned profiles. r=ahal 2022-05-16 19:11:46 +00:00
crashtest Bug 1764222 - Use NS_IMPL_CYCLE_COLLECTION_WITH_JS_MEMBERS for piping classes r=smaug 2022-04-28 14:27:08 +00:00
docs Bug 1765167 - Part 9: Stop using Cu.import in testing/. r=webdriver-reviewers,perftest-reviewers,whimboo,sparky,mossop 2022-05-03 06:32:32 +00:00
extensions
firefox-ui Bug 1765167 - Part 9: Stop using Cu.import in testing/. r=webdriver-reviewers,perftest-reviewers,whimboo,sparky,mossop 2022-05-03 06:32:32 +00:00
fxrecord/perfdocs
geckodriver Bug 1768580 - [geckodriver] Updates to Flags.md for --websocket-port argument. r=webdriver-reviewers,jgraham DONTBUILD 2022-05-13 12:52:13 +00:00
gtest Bug 1761511 - Part 4: Remove the previous vendoring of gtest, r=ahal 2022-04-14 02:09:21 +00:00
jsshell
marionette Bug 1370520 - Use SIGUSR1 (245) as exit code for a content crash forced shutdown. r=webdriver-reviewers,gsvelto,jgraham 2022-05-13 13:51:09 +00:00
mochitest Bug 1514936, part 1 - Remove the outer argument to nsIFactory::createInstance. r=xpcom-reviewers,preferences-reviewers,nika,Gijs 2022-05-17 20:24:19 +00:00
modules Bug 1514936, part 1 - Remove the outer argument to nsIFactory::createInstance. r=xpcom-reviewers,preferences-reviewers,nika,Gijs 2022-05-17 20:24:19 +00:00
mozbase Bug 1766085 - Replace some uses of distutils.version with packaging.version. r=glandium 2022-05-17 01:04:17 +00:00
mozharness Bug 1766085 - Replace some uses of distutils.version with packaging.version. r=glandium 2022-05-17 01:04:17 +00:00
perfdocs Bug 1766009 - Create WPT chrome job r=perftest-reviewers,sparky,davehunt 2022-05-04 17:10:39 +00:00
performance Bug 1766009 - Create WPT chrome job r=perftest-reviewers,sparky,davehunt 2022-05-04 17:10:39 +00:00
profiles Backed out 3 changesets (bug 1758745, bug 1758740, bug 1762462) for causing mochitest failures on test_storagePermissionsAccept.html CLOSED TREE 2022-05-10 20:12:45 -04:00
raptor Bug 1762991 - fix raptor/btime to have the fission attribute. r=sparky,perftest-reviewers 2022-05-12 19:14:09 +00:00
runtimes Bug 1668219 - [devtools] Remove now unused devtools/shared/performance folder. r=julienw. 2022-05-06 17:16:29 +00:00
specialpowers Bug 1514936, part 1 - Remove the outer argument to nsIFactory::createInstance. r=xpcom-reviewers,preferences-reviewers,nika,Gijs 2022-05-17 20:24:19 +00:00
talos Bug 1765093 - Add perf tests for SVG text based on the testcase here. r=perftest-reviewers,emilio,sparky 2022-05-07 13:12:00 +00:00
tools Bug 1691122 - Remove subject common name fallback support in CertVerifier. r=keeler,necko-reviewers,kershaw 2022-04-28 19:48:06 +00:00
tps
web-platform Bug 1769555 - set partitioned-web-locks.tentative.https.html as failing on beta and release. r=jgraham 2022-05-17 18:11:40 +00:00
webcompat
webdriver Bug 1723202 - [webdriver] Release version 0.45.0. r=webdriver-reviewers,jgraham 2022-04-06 08:58:36 +00:00
xpcshell Bug 1514936, part 1 - Remove the outer argument to nsIFactory::createInstance. r=xpcom-reviewers,preferences-reviewers,nika,Gijs 2022-05-17 20:24:19 +00:00
README.txt
addtest.py
cppunittest.ini Bug 1758654 - avoid stack overflow by running on a fiber r=gsvelto 2022-04-01 21:20:51 +00:00
mach_commands.py Bug 1763489 - add failure report to test-info. r=gbrown 2022-04-08 14:35:33 +00:00
moz.build
parse_build_tests_ccov.py Bug 1764564 - Remove the code to ignore the Windows SDK directory from coverage. r=marco 2022-04-16 21:49:51 +00:00
remotecppunittests.py
runcppunittests.py
testinfo.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