gecko-dev/testing
Kartikaya Gupta 4a20f4f8c0 Bug 1648796 - Mark a handful of tests with user-scalable=no. r=hiro
On Android, if user-scalable=no is not set, Gecko uses the "minimum scale size"
as the scrollport size, to allow for the user zooming out all the way to the
minimum allowed scale. This has a number of effects, such as dropping the
layout scroll range to zero for the root scrollframe. This can causes a
number of WPT tests to fail; they currently pass only because the minimum
scale size changes take effect after the test is already done. However,
moving the minimum scale size changes to happen earlier causes these tests
to fail. It's better to modify the tests to disable this behaviour, so that the
assumptions in the test are not invalidated.

Differential Revision: https://phabricator.services.mozilla.com/D81355
2020-06-26 22:22:49 +00:00
..
awsy Bug 1642708 - Stop running BinAST tests in automation r=perftest-reviewers,Bebe,sfink 2020-06-17 13:57:04 +00:00
condprofile
config Bug 1599342: add windows hostutils r=jmaher,gbrown 2020-06-23 01:21:51 +00:00
crashtest
extensions
firefox-ui
geckodriver Bug 1645763 - [geckodriver] Disable idle-daily notifications to avoid expensive operations. r=webdriver-reviewers,jgraham 2020-06-16 10:10:49 +00:00
gtest
jsshell
marionette Bug 1644395 - Marionette support for wpt print reftests, r=marionette-reviewers,hiro,maja_zf 2020-06-23 10:00:26 +00:00
mochitest Bug 1599340 - Remote mochitest should consider host's suffix for ssltunnel. r=gbrown 2020-06-24 04:46:38 +00:00
modules
mozbase Bug 1644395 - Don't select print-reftests for testharness fuzzy jobs, r=ahal 2020-06-25 09:58:23 +00:00
mozharness Bug 1631409: run multi-l10n step for artifact builds to fix test failures on try r=firefox-build-system-reviewers,rstewart 2020-06-24 20:54:28 +00:00
perfdocs Bug 1642708 - Stop running BinAST tests in automation r=perftest-reviewers,Bebe,sfink 2020-06-17 13:57:04 +00:00
performance Bug 1646697 - Modify how the multi-commit tasks work. r=mozperftest-reviewers,tarek 2020-06-18 22:37:35 +00:00
profiles Bug 1621960: Improves error when "profile" is called without any arguments in py3 r=ahal 2020-06-09 18:48:19 +00:00
raptor Bug 1520458 - Update Raptor to run on python 3 r=perftest-reviewers,davehunt 2020-06-24 14:33:12 +00:00
runtimes Bug 1647383 - update manifest runtime information r=ahal,jmaher 2020-06-24 18:23:39 +00:00
specialpowers Bug 1638153: Part 2 - Fix uses of .rootTreeItem to get top browser window. r=geckoview-reviewers,nika,snorp 2020-06-17 17:17:16 +00:00
talos Bug 1630448 - Set MOZ_PROFILER_STARTUP_NO_BASE=1 in Talos tests - r=canaltinova 2020-06-25 07:34:36 +00:00
tools Bug 1636251: Patch Sentry events to ensure a raw username isn't sent to Sentry r=rstewart 2020-06-11 21:35:05 +00:00
tps
web-platform Bug 1648796 - Mark a handful of tests with user-scalable=no. r=hiro 2020-06-26 22:22:49 +00:00
webdriver Bug 1606439 - [geckodriver] Add sameSite cookie support. r=whimboo,webdriver-reviewers 2020-06-12 21:11:44 +00:00
xpcshell Bug 1646533 - [xpcshell] Normalize ancestor_manifest path separators when creating group id, r=gbrown 2020-06-23 15:10:39 +00:00
README.txt
addtest.py
cppunittest.ini Bug 1642666 - Remove obsolete test for removed nsIAppShell::RunBeforeNextEvent function. r=gbrown 2020-06-03 16:16:09 +00:00
mach_commands.py Bug 1422005 - Fix 'mach test cppunittest'; r=jmaher 2020-06-09 22:32:21 +00:00
moz.build
parse_build_tests_ccov.py
remotecppunittests.py
runcppunittests.py Bug 1575773 - Warn when cppunit test file missing, and cleanup cppunit manifest; r=bc 2020-06-02 15:52:09 +00:00
testinfo.py Bug 1644395 - Add wpt print reftests to TC config, r=ahal 2020-06-23 10:00:28 +00:00
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