gecko-dev/testing
Boris Chiou 58f7b4eb26 Bug 1622369 - Await the async function to make sure any async steps inside the function will be blocked. r=birtles
It's easy to get time out on mac if we don't await the async function.
The async functions return an implicit Promise. If the caller doesn't await
it, any async steps inside the function will not be blocked.

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

--HG--
extra : moz-landing-system : lando
2020-03-27 19:00:02 +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 1621275 - adding support for bookmarks r=tublitzed,pjenvey 2020-03-24 08:23: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 Bug 1598746 - Adjust some mochitest and reftest SCHEDULES.exclusive entries; r=ahal 2020-03-24 14:55:28 +00:00
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 Backed out 2 changesets (bug 1581062) for Toolchain failures. CLOSED TREE 2020-03-25 22:23:26 +02: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 1417955 - Ensure we get the correct keyCode for a space character, r=marionette-reviewers,maja_zf 2020-03-25 19:36:54 +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 1615257 - Enable google chrome android browsertime tests. r=perftest-reviewers,AlexandruIonescu 2020-03-27 14:31:28 +00:00
mozharness Bug 1615257 - Enable google chrome android browsertime tests. r=perftest-reviewers,AlexandruIonescu 2020-03-27 14:31:28 +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 1615257 - Enable google chrome android browsertime tests. r=perftest-reviewers,AlexandruIonescu 2020-03-27 14:31:28 +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 1622369 - Await the async function to make sure any async steps inside the function will be blocked. r=birtles 2020-03-27 19:00:02 +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 1490781 - Add FunctionRef, a non-owning reference to a callable value (function pointer, lambda, etc.). r=botond 2020-03-24 00:12:41 +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