gecko-dev/testing/mozbase
Henrik Skupin 487c30e181 Bug 1493796 - [mozprocess] Revert poll() behavior on Windows due to regression. r=gbrown
Originally landed as changeset 8793e332890e via bug 1433905 the
patch caused a regression because GetExitCodeProcess() returns
0 for an inside of Firefox restarted process.

It can be relanded once the process id of the job object can
successfully be tracked.

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

--HG--
extra : moz-landing-system : lando
2018-10-18 15:32:28 +00:00
..
docs Bug 1483563 - Remove 'mach autophone'; r=bc 2018-08-15 12:54:08 -06:00
manifestparser Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozcrash Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozdebug Bug 1494963 - Expose mozdebug's DebuggerInfo type r=ahal 2018-09-28 15:55:18 +00:00
mozdevice Bug 1499511 - Add unit test for adb.py _escape_command_line; r=bc 2018-10-17 11:11:52 -06:00
mozfile [mozfile] Bump version to 2.0.0, update classifiers and add setup.cfg (Bug 1471622) r=davehunt 2018-10-11 14:20:10 +00:00
mozhttpd Bug 715884 - replace optparse usage with argparse r=jmaher 2018-09-26 13:57:53 +00:00
mozinfo Backed out changeset dcba2a476ccf (bug 1305743) on request from jgraham for causing issues with mozinfo.json. a=backout 2018-10-04 01:05:44 +03:00
mozinstall Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozleak Bug 1480198 - Check for allowed patterns deeper in LSAN stack. r=jgraham 2018-10-12 11:43:38 +00:00
mozlog Bug 1497586 - Update mozlog version number for release, r=ahal 2018-10-10 15:53:34 +00:00
moznetwork Bug 1388016 - Run mozbase tests against Python 2 and 3; r=ahal 2018-06-21 06:26:17 +01:00
mozprocess Bug 1493796 - [mozprocess] Revert poll() behavior on Windows due to regression. r=gbrown 2018-10-18 15:32:28 +00:00
mozprofile Bug 1471622 - Update dependency specifier for mozfile in mozprofile; r=davehunt 2018-10-10 10:11:26 +00:00
mozrunner Bug 1498680 - Fix wpt runner's browser stop implementation: request stop before waiting; r=kwierso 2018-10-12 23:55:47 -07:00
mozscreenshot Bug 1482878 - Use screencap to capture on physical android device screenshots, r=gbrown. 2018-08-18 10:47:12 -07:00
mozsystemmonitor Bug 1485638 - [mozsystemmonitor] wrap Multiprocessing.Pipe.poll in _collect as well as in SystemResourceMonitor.stop, r=ahal. 2018-09-23 15:08:56 -07:00
moztest Bug 1496452 - Don't log wpt manifest update when resolving tests r=ahal 2018-10-05 16:46:52 +00:00
mozversion Bug 1471920 - [mozbuild] Use shutil.which in Python 3 instead of vendored third-party package r=davehunt 2018-08-30 16:39:55 +00:00
rust Bug 1498247 - Part 3 - switch from using the deprecated env::home_dir() to the dirs crate; r=jgraham 2018-10-12 17:26:21 +00:00
README.md Bug 1483563 - Remove 'mach autophone'; r=bc 2018-08-15 12:54:08 -06:00
moz.build Bug 1488590 - Add tests to mozdevice::adb.py r=ahal 2018-09-18 19:35:40 +00:00
packages.txt Bug 1446809 - Remove some b2g leftover in the testing/mozbase r=jgraham 2018-03-20 21:20:26 +01:00
setup_development.py
versioninfo.py

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.