gecko-dev/testing/mozbase
Geoff Brown 63d3ae8677 Bug 1797132 - Improve Android gtest crash reporting; r=jmaher
Do not wait for gtest process completion in mozdevice; instead, rely
on existing gtest support for waiting for process completion.
The mozdevice no-wait code was broken; fixed here.

Differential Revision: https://phabricator.services.mozilla.com/D160321
2022-10-26 13:39:17 +00:00
..
docs Bug 1753413 - fx doc: Remove whitespaces, trailing lines & windows CR r=andi,perftest-reviewers,sparky 2022-02-03 18:34:58 +00:00
manifestparser Bug 1762647 - [mochitest] Add support for custom Firefox command line arguments in manifests. r=jmaher 2022-04-27 05:43:22 +00:00
mozcrash Bug 1793104 - [mozcrash] Retry symbols download on exception; r=jcristau 2022-10-18 15:21:37 +00:00
mozdebug Backed out changeset e0834b39aa1e (bug 1776771) for causing Bug 1778093 CLOSED TREE 2022-07-06 04:50:53 +03:00
mozdevice Bug 1797132 - Improve Android gtest crash reporting; r=jmaher 2022-10-26 13:39:17 +00:00
mozfile Bug 1794618 - [mozfile] Version bump to 3.0.0, r=releng-reviewers,gabriel 2022-10-12 14:04:41 +00:00
mozgeckoprofiler Bug 1782098 - specify the utf-8 encoding when opening a local profile to symbolicate it, r=mstange,perftest-reviewers,sparky. 2022-08-02 12:36:55 +00:00
mozhttpd Bug 1707591 - ride along - reformat the tree with black 21.10b0 r=ahal,webdriver-reviewers,perftest-reviewers,whimboo,gerard-majax,alexandru.irimovici 2021-11-22 22:10:03 +00:00
mozinfo Bug 1794639 - Add support for win11 to manifests. r=gbrown 2022-10-11 22:23:15 +00:00
mozinstall Bug 1780222 - annotation report should show multi line conditions properly. r=gbrown,webdriver-reviewers,whimboo 2022-08-29 20:02:28 +00:00
mozleak Bug 1738054 - Remove obsolete "skip-if = python == 2" keys from testing manifests and re-enable some skipped tests which now pass. r=ahochheiden 2022-06-21 01:46:44 +00:00
mozlog Bug 1774462 - Suppress surrogate characters in log lines if we use six.PY3. r=davehunt 2022-10-14 17:52:23 +00:00
moznetwork
mozpower
mozprocess Bug 1780222 - annotation report should show multi line conditions properly. r=gbrown,webdriver-reviewers,whimboo 2022-08-29 20:02:28 +00:00
mozprofile Bug 1769791, part 1 - Remove support for setting permissions in mozprofile. r=jmaher 2022-08-18 22:14:53 +00:00
mozproxy Backed out changeset 41021fdf3844 (bug 1755491) for causing regressions in perf metrics 2022-06-01 17:29:54 +03:00
mozrunner Bug 1790905 - Respect ASAN_SYMBOLIZER_PATH when running asan tests; r=jmaher 2022-09-20 14:34:09 +00:00
mozscreenshot
mozsystemmonitor Bug 1753413 - fx doc: Remove whitespaces, trailing lines & windows CR r=andi,perftest-reviewers,sparky 2022-02-03 18:34:58 +00:00
moztest Bug 1738054 - Remove obsolete "skip-if = python == 2" keys from testing manifests and re-enable some skipped tests which now pass. r=ahochheiden 2022-06-21 01:46:44 +00:00
mozversion Bug 1748737: Update deprecated pytest code r=webdriver-reviewers,ahal,whimboo 2022-01-21 18:21:55 +00:00
rust Bug 1750691 - [rust-mozversion] Release version 0.5.0 r=webdriver-reviewers,jgraham 2022-10-13 06:21:41 +00:00
README.md
moz.build
setup_development.py
versioninfo.py Bug 1766085 - Replace some uses of distutils.version with packaging.version. r=glandium 2022-05-17 01:04:17 +00:00

README.md

Mozbase

Mozbase is a set of easy-to-use Python packages forming a supplemental standard library for Mozilla. It provides consistency and reduces redundancy in automation and other system-level software. All of Mozilla's test harnesses use mozbase to some degree, including Talos, mochitest, and reftest.

Learn more about mozbase at the project page.

Read detailed docs online, or build them locally by running "make html" in the docs directory.

Consult open bugs and feel free to file new bugs.