gecko/testing/mozbase
Andrew Halberstadt d9a14a4c35 Bug 1137339 - [manifestparser] implement a chunk_by_runtime filter, r=jmaher
With this chunking strategy, the runtimes of tests are taken into account, such that each chunk
takes roughly the same amount of time to finish. Tests belonging to the same manifest will not get
split up.

The algorithm works by sorting every manifest from slowest to fastest. Each manifest is popped off
and its tests are added to the fastest chunk to date until no manifests are left. Total runtimes of
the chunks are re-calculated after every addition.
2015-03-05 09:12:55 -05:00
..
docs Bug 958147 - Choose one of run-if or skip-if and get rid of the other.r=jmaher, mwargers 2015-03-03 08:46:37 -05:00
manifestparser Bug 1137339 - [manifestparser] implement a chunk_by_runtime filter, r=jmaher 2015-03-05 09:12:55 -05:00
mozcrash
mozdebug
mozdevice Bug 1134245 - Improve formatting of devicemanager getInfo() data; r=bc 2015-02-27 13:15:00 -07:00
mozfile
mozhttpd
mozinfo
mozinstall Bug 1133076 - Add documentation for mozinstall. r=ahal 2015-02-17 13:48:17 -05:00
mozlog Bug 1066643 - [mozlog] Allow users of mozlog's command line options to exclude inappropriate log types. r=jgraham 2015-02-24 14:01:00 -05:00
moznetwork
mozprocess Bug 1139722 - Allow use of nested job objects in mozprocess on windows versions that support them.;r=ahal 2015-03-05 18:02:38 -08:00
mozprofile Bug 1121037 - Release mozprofile 0.23. r=whimboo 2015-01-13 23:56:57 +05:30
mozrunner Bug 1003408 - increase timeout for test_start_with_outputTimeout to avoid failures on test machines; r=wlach 2015-01-23 12:51:34 -05:00
mozsystemmonitor
moztest
mozversion Bug 1132716 - Release mozversion 1.2. r=davehunt 2015-02-12 18:09:53 -05:00
Makefile.in
moz.build
packages.txt
README.md
setup_development.py
test-manifest.ini
test.py
versioninfo.py

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, reftest, Autophone, and Eideticker.

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.