gecko-dev/testing
Mike Hommey 1acc37c7a6 Bug 1747756 - Move Windows system libraries from LIBS to moz.build. r=firefox-build-system-reviewers,mhentges
While mingw builds don't require user32 and advapi32 explicitly, it doesn't
hurt for them to be there (and they're required for clang-cl build).
Likewise, while clang-builds don't require uuid and userenv explicitly
because they're pulled in via #pragmas in the source code, mingw doesn't
support those #pragmas and needs them explicitly, which doesn't hurt the
clang-cl builds.

Differential Revision: https://phabricator.services.mozilla.com/D134737
2021-12-30 20:56:43 +00:00
..
awsy Bug 1730712: Avoid redundant venv rebuilds in nested Mach calls r=perftest-reviewers,ahal,AlexandruIonescu 2021-12-30 01:05:07 +00:00
condprofile
config Bug 1726804 - Refactor definition and usage of GECKO_PROCESS_TYPE() r=nika,firefox-build-system-reviewers,mhentges 2021-11-19 14:02:55 +00:00
crashtest Bug 1747114 - Test correctly for end-of-span before attempting to decode surrogate pair. r=m_kato 2021-12-24 09:29:20 +00:00
docs Bug 1740030 - Migrate "Writing xpcshell-based unit tests" MDN doc to Firefox Source Docs r=mbucher 2021-12-08 15:18:02 +00:00
extensions
firefox-ui
fxrecord/perfdocs
geckodriver Bug 1652612 - Add CVE to release notes, r=whimboo,freddyb,webdriver-reviewers 2021-12-20 11:13:24 +00:00
gtest Bug 1529082 - Move TestRunnerActivity to test_runner. r=ahal,owlish 2021-11-02 18:56:26 +00:00
jsshell
marionette Bug 1663802 - [marionette] Fix syntax error for reset_addons() in test_addons.py. r=webdriver-reviewers,jdescottes 2021-12-22 15:38:13 +00:00
mochitest Bug 1747065 - remove plugin.load_flash_only setters which are no-ops r=mossop 2021-12-21 14:34:48 +00:00
modules
mozbase Bug 1744563: Add option to disable inject-deterministic script when recording page load r=perftest-reviewers,sparky 2021-12-10 15:52:26 +00:00
mozharness Bug 1639850 - adjust xpcshell on windows to remove frequent failures. r=gbrown 2021-12-07 19:55:03 +00:00
perfdocs Bug 1730532: Update amazon page load test to navigate to sub-page rather than about:blank r=perftest-reviewers,AlexandruIonescu 2021-12-14 16:44:38 +00:00
performance Bug 1730532: Update amazon page load test to navigate to sub-page rather than about:blank r=perftest-reviewers,AlexandruIonescu 2021-12-14 16:44:38 +00:00
profiles Bug 1732409 make getUserMedia() permission prompt requirement independent of "media.navigator.streams.fake" r=jib 2021-12-26 01:38:58 +00:00
raptor Backed out changeset 649a1395ee6c (bug 1745804) for causing Bug 1747910. 2021-12-30 09:12:41 +02:00
runtimes
specialpowers
talos Bug 1737639 Store all gecko profiles in a single zip archive rather than one per test r=perftest-reviewers,AlexandruIonescu 2021-12-28 07:26:49 +00:00
tools Bug 1747756 - Move Windows system libraries from LIBS to moz.build. r=firefox-build-system-reviewers,mhentges 2021-12-30 20:56:43 +00:00
tps
web-platform Bug 1747690 - Add WPT reftests. r=emilio 2021-12-30 15:38:58 +00:00
webdriver Bug 1700093 - [geckodriver] Add support for "Get Element Shadow Root" r=webdriver-reviewers,whimboo,jgraham 2021-12-03 14:02:21 +00:00
xpcshell Bug 1742133 - Expose FOG service as Services.fog and convert uses r=janerik 2021-12-08 21:18:19 +00:00
addtest.py
cppunittest.ini Bug 1532955 - Track available memory on linux. r=gsvelto,tkikuchi 2021-12-02 11:14:30 +00:00
mach_commands.py
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py
runcppunittests.py
testinfo.py
testsuite-targets.mk

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