gecko-dev/testing
Botond Ballo bdd33701db Bug 1623476 - Fix event targeting in a click_events_on_input.html. r=jgraham
Presumably, the intention of the test is to hit the middle of the target. To
this end, the test specifies an offset of half the target's dimensions
relative to the origin of the target.

However, when pointerMove() is given an element as origin, it already uses
the element's center as the origin point, so we end up actually targeting
the bottom right pixel which is prone to rounding issues.

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

--HG--
extra : moz-landing-system : lando
2020-03-23 22:21:46 +00:00
..
awsy Bug 1617656 - Use correct field names for suite.unit, suite.subtests.unit, r=jmaher. 2020-02-25 11:57:06 +00:00
condprofile Bug 1621619 - Switch Fennec ESR68 artifacts from the nightly builds to the release builds r=RyanVM,tarek 2020-03-23 14:15:50 +00:00
config Backed out changeset b96f40ed2773 (bug 1623134) for mochitest failures on test_fetch_cors_sw_reroute.html. CLOSED TREE 2020-03-20 03:09:30 +02:00
crashtest
extensions
firefox-ui Bug 1573383 - [marionette] Remove firefox-puppeteer Python package. r=marionette-reviewers,maja_zf 2020-02-13 19:50:42 +00:00
geckodriver Bug 1617369 - Reformat recent rust changes r=webdriver-reviewers,whimboo 2020-03-20 11:36:56 +00:00
gtest Bug 1624237 - Run misc-unused-using-decls - Remove useless declarations r=andi 2020-03-23 13:15:33 +00:00
jsshell
marionette Bug 1622012 - [marionette] Only initialize Marionette during startup if explicitely enabled. r=marionette-reviewers,maja_zf 2020-03-18 14:27:36 +00:00
mochitest Bug 1618936 - Make the front-end more robust in how it handles content process launch failures. r=dao 2020-03-20 19:50:20 +00:00
modules Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
mozbase Bug 1617369 - Reformat recent rust changes r=webdriver-reviewers,whimboo 2020-03-20 11:36:56 +00:00
mozharness Bug 1621342 - Update windows prefix for code coverage generation, r=marco 2020-03-18 12:09:42 +00:00
perfdocs Bug 1620163 Update Browsertime test descriptions on perfdocs r=perftest-reviewers,sparky 2020-03-05 12:58:58 +00:00
profiles Bug 1533879 - Turn off telemetry on geckoview during Raptor tests r=whimboo,perftest-reviewers,sparky 2020-03-23 18:01:04 +00:00
raptor Bug 1566930 - Default to auto install on the various android mach commands. r=gbrown,perftest-reviewers,whimboo,sparky 2020-03-13 20:48:52 +00:00
runtimes
specialpowers Bug 1621813 - Remove nsIScriptError.exceptionFlag. r=mccr8 2020-03-19 21:31:44 +00:00
talos Bug 1623917 - actually call kill_and_get_minidump if talos shutdown times out, r=whimboo,perftest-reviewers,sparky 2020-03-20 19:23:53 +00:00
tools Bug 1612345 - Add custom retrigger support for gtest; r=bc 2020-03-19 16:12:51 +00:00
tps
web-platform Bug 1623476 - Fix event targeting in a click_events_on_input.html. r=jgraham 2020-03-23 22:21:46 +00:00
webdriver Bug 1622256 - Remove usage of deprecated Error::description. r=jgraham,webdriver-reviewers 2020-03-14 04:21:22 +00:00
xpcshell Backed out 3 changesets (bug 1602832) for assertion failing on IOInterposer.cpp CLOSED TREE 2020-03-20 14:03:28 +02:00
README.txt
addtest.py
cppunittest.ini Bug 1143478 - Rename mozilla::Pair to CompactPair. r=froydnj 2020-03-17 12:42:12 +00:00
mach_commands.py Bug 1619961 - Change 'mach jstests' to not run tests with --jitflags=jstests. r=tcampbell 2020-03-04 16:45:55 +00:00
moz.build
parse_build_tests_ccov.py
remotecppunittests.py
runcppunittests.py
testinfo.py Bug 1619693 - Implement 'mach test-info report-diff'; r=bc 2020-03-04 08:09:13 +00:00
testsuite-targets.mk Bug 1612345 - Add custom retrigger support for gtest; r=bc 2020-03-19 16:12:51 +00: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