gecko-dev/testing
Edwin Takahashi c7e8b475ec Bug 1621483 - set up separate enviornment for linux1804 marionette and web-platform-tests-wdspec r=jmaher,marionette-reviewers,whimboo
Changes:

As documented in bug 1621483, `marionette` experiences a non-trivial amount of issues when run on ubuntu1804 docker image with GTK/GNOME desktop environment enabled.

GTK/GNOME has a higher degree of asynciness when manipulating window size/position and this leads to `marionette` and the derived suite `web-platform-tests-wdspec` reporting intermittent oranges for a number of tests.

While attempts were made to incorporate a fix for the marionette driver itself, the best attempts have only been able to achieve a ~50% reliability in green runs.

This patch reintroduces the use of bare `compiz` window manager exclusively for these two problematic test suites so that at least the tests are running on non-legacy software.

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

--HG--
extra : moz-landing-system : lando
2020-03-12 21:43:56 +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 1620214 - Add a timeout for the HEAD call r=sparky 2020-03-05 16:42:37 +00:00
config Bug 1556051 - Remove 'mach android-emulator' support for 'x86-4.2' avd; r=aerickson 2020-03-12 16:57:37 +00: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 1619500 - [marionette, geckodriver] Update docs for team changes. a=doc-only 2020-03-03 07:05:41 +00:00
gtest Bug 1612345 - Convert gtest argument parser to argparse; r=bc 2020-03-11 23:46:08 +00:00
jsshell
marionette Bug 1618913 - Fix use of activeWindow in marionette, r=marionette-reviewers,maja_zf 2020-03-10 15:20:00 +00:00
mochitest Bug 1621319 - Make test_sanityEventUtils test synthesizeMouseExpectEvent with something else than a form control. r=smaug 2020-03-11 21:06:07 +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 1622021 - processhandler.py supports Python 3 r=dmajor 2020-03-12 21:11:48 +00:00
mozharness No bug: Update vendored copy of tooltool client r=rail 2020-03-10 19:04:11 +00:00
perfdocs Bug 1620163 Update Browsertime test descriptions on perfdocs r=perftest-reviewers,sparky 2020-03-05 12:58:58 +00:00
profiles Backed out changeset 469e5a0fc374 (bug 455077) for tsan failures on gfxPlatform.cpp . CLOSED TREE 2020-03-10 02:34:57 +02:00
raptor Bug 1619512 - Crashes of Firefox for Raptor jobs aren't correctly reported for classification r=perftest-reviewers,octavian_negru,sparky,AlexandruIonescu 2020-03-09 20:23:29 +00:00
runtimes Bug 1608833 - Update test runtimes files, r=gbrown 2020-01-15 21:20:16 +00:00
specialpowers Bug 1616625 - Move TabDelegate to be per-WebExtension and per-GeckoSession. r=mixedpuppy,snorp,esawin 2020-03-04 02:13:36 +00:00
talos Bug 1619992 - Split AboutNewTabService into AboutNewTabParentService and AboutNewTabChildService. r=perftest-reviewers,Mardak,sparky 2020-03-11 03:10:29 +00:00
tools Bug 1605128: Make websocket_process_bridge less picky about the version of six it wants. r=ahal 2020-01-21 19:45:33 +00:00
tps Bug 1524327 remove MOZ_ALLOW_LEGACY_EXTENSIONS and extensions.legacy.enabled r=zombie,aswan 2020-01-15 21:38:40 +00:00
web-platform Bug 1621483 - set up separate enviornment for linux1804 marionette and web-platform-tests-wdspec r=jmaher,marionette-reviewers,whimboo 2020-03-12 21:43:56 +00:00
webdriver Bug 1619500 - [marionette, geckodriver] Replace references of IRC with Matrix. 2020-03-03 07:05:02 +00:00
xpcshell Bug 1619990 - Always load dynamic-builtin probes in xpcshell test environment. r=chutten,gbrown 2020-03-10 19:37:36 +00:00
README.txt
addtest.py Bug 1610331 - use unix newlines when using 'mach addtest' on Windows, r=ahal 2020-01-21 16:51:39 +00:00
cppunittest.ini Backed out changeset a08637fb30c8 (bug 1143478) for causing bustages in /builds/worker/checkouts/gecko/ipc/mscom/Registration.cpp CLOSED TREE 2020-03-11 14:30:54 +02: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 1620744 - Convert test_archive action to py3; r=firefox-build-system-reviewers,rstewart 2020-03-10 20:19:49 +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