gecko-dev/testing
Emilio Cobos Álvarez 857a8c1bde Bug 1821985 - Deal with nsIException in the test harness. r=Gijs
While trying to write a test for this a very suspicious error message:

    FAIL Uncaught exception in test bound testOptionsFullZoom - {}

After this change the error is much more helpful:

    FAIL Uncaught exception in test bound testOptionsFullZoom - [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMWindowUtils.sendMouseEvent]"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: chrome://mochikit/content/tests/SimpleTest/EventUtils.js :: synthesizeMouseAtPoint :: line 627"  data: no]

Differential Revision: https://phabricator.services.mozilla.com/D175237
2023-04-12 12:40:07 +00:00
..
awsy
condprofile Bug 1825739 - Replace generic ESLint disable statements with specific and prettier ones in testing. r=perftest-reviewers,sparky 2023-04-03 10:23:52 +00:00
config Bug 1809843 - Add DoH server and Http/3 server into mochitest, r=necko-reviewers,ahal,valentin,gbrown,jmaher 2023-03-16 21:28:58 +00:00
crashtest Bug 1825445: Ensure hunspell spell checker is not invoked with very long strings r=bholley,glandium 2023-04-04 20:59:33 +00:00
docs Bug 1621950 - fix some myst ref warnings r=firefox-source-docs-reviewers,devtools-reviewers,sylvestre 2023-03-30 08:01:22 +00:00
extensions
firefox-ui Bug 1811850 - [lint] Fix ruff errors resulting from new configuration, r=webdriver-reviewers,perftest-reviewers,whimboo,sparky,firefox-build-system-reviewers,ahochheiden 2023-03-20 13:06:28 +00:00
geckodriver Bug 1814050 - [geckodriver] Update changeset for the 0.33.0 release. r=webdriver-reviewers,jgraham DONTBUILD 2023-04-03 06:46:50 +00:00
gtest
jsshell
marionette Bug 1814884 - add marionette test to ensure we catch newly introduced startup console spew, r=webdriver-reviewers,devtools-reviewers,bgrins,nchevobbe,whimboo 2023-04-04 12:47:50 +00:00
mochitest Bug 1821985 - Deal with nsIException in the test harness. r=Gijs 2023-04-12 12:40:07 +00:00
modules Bug 1801379 - Migrate Sinon.jsm to an ES module r=extension-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,fxview-reviewers,devtools-reviewers,Standard8,nchevobbe,sclements,dimi,mconley,bytesized,robwu 2023-03-29 07:34:10 +00:00
mozbase Bug 1811850 - [lint] Fix ruff errors resulting from new configuration, r=webdriver-reviewers,perftest-reviewers,whimboo,sparky,firefox-build-system-reviewers,ahochheiden 2023-03-20 13:06:28 +00:00
mozharness Backed out 2 changesets (bug 1818364) for causing browsertime failures in minidump-stackwalk. CLOSED TREE 2023-04-12 04:33:06 +03:00
perfdocs Backed out 2 changesets (bug 1818364) for causing browsertime failures in minidump-stackwalk. CLOSED TREE 2023-04-12 04:33:06 +03:00
performance Bug 1812092 - Update startup tests to use a fixed current date. r=perftest-reviewers,AlexandruIonescu 2023-04-11 19:11:07 +00:00
profiles Bug 1816545 - Speculative connections are disabled in performance test infrastructure r=perftest-reviewers,acreskey,sparky 2023-03-27 07:17:56 +00:00
raptor Backed out 2 changesets (bug 1818364) for causing browsertime failures in minidump-stackwalk. CLOSED TREE 2023-04-12 04:33:06 +03:00
runtimes
specialpowers Bug 1824488 - do not report pref changes in test-verify for tests that do not have ignorePrefs.json data. r=aryx 2023-03-27 23:09:42 +00:00
talos Bug 1824659 - replace sphinx panel by sphinx design r=firefox-source-docs-reviewers,perftest-reviewers,sylvestre,sparky 2023-03-30 08:01:21 +00:00
tools Bug 1809843 - Add DoH server and Http/3 server into mochitest, r=necko-reviewers,ahal,valentin,gbrown,jmaher 2023-03-16 21:28:58 +00:00
tps Bug 1818349 Part 2: Update tabs TPS tests to allow using data: schema r=markh 2023-03-07 07:42:14 +00:00
web-platform Bug 1826886 - Check that OPFS root name is empty. r=dom-storage-reviewers,janv 2023-04-12 11:28:24 +00:00
webcompat Bug 1805409 - Ship v112.0.0 of the WebCompat System Addon r=webcompat-reviewers,twisniewski 2023-03-07 00:41:48 +00:00
webdriver Bug 1814050 - [rust-webdriver] Release version 0.48.0. r=webdriver-reviewers,supply-chain-reviewers,jgraham 2023-04-02 18:31:04 +00:00
xpcshell Bug 1809843 - Run mochitest with Http/3 server on try, r=gbrown,necko-reviewers,ci-and-tooling,valentin,suhaib,jmaher 2023-03-21 09:09:58 +00:00
README.txt
addtest.py
cppunittest.ini Bug 1276351 - remove unused mozilla::tuple. r=sergesanspaille 2023-03-27 07:20:29 +00:00
mach_commands.py Bug 1811850 - [lint] Fix ruff errors resulting from new configuration, r=webdriver-reviewers,perftest-reviewers,whimboo,sparky,firefox-build-system-reviewers,ahochheiden 2023-03-20 13:06:28 +00:00
moz.build
parse_build_tests_ccov.py
remotecppunittests.py
runcppunittests.py
testinfo.py
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