gecko-dev/testing/mozbase
James Graham f42954eb72 Bug 1507550 - Scrub out junk from rust signatures when processing LSAN data, r=mccr8
Rust signatures aren't properly demangled, and contain some trailing
data that seems to depend on the compiler version. This defeats the
attempt to allow LSAN errors when importing tests, and we end up
adding multiple variants of the same symbol to the allow list.

To avoid this, simply preprocess the symbols not to contain the
trailing junk when reading LSAN output, whilst we await better
demangling.

Differential Revision: https://phabricator.services.mozilla.com/D12303
2018-11-20 14:11:12 +00:00
..
docs Summary: Bug 1506385 - Remove b2g support and unnecessary dependencies from mozdevice r=bc 2018-11-10 20:17:08 +00:00
manifestparser Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozcrash Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozdebug Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozdevice Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozfile Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozhttpd Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozinfo Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozinstall Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozleak Bug 1507550 - Scrub out junk from rust signatures when processing LSAN data, r=mccr8 2018-11-20 14:11:12 +00:00
mozlog Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
moznetwork Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozprocess Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozprofile Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
mozrunner Bug 1507560 - Avoid extra initializations of ADBAndroid when running Android wpt; r=kwierso 2018-11-15 16:27:55 -07:00
mozscreenshot Bug 1494437 - Support timed screenshots in AndroidMixin; r=bc 2018-10-24 10:33:02 -06:00
mozsystemmonitor Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02:00
moztest Bug 1480141 - Add task_regex for Marionette. r=ahal 2018-11-16 17:27:28 +01:00
mozversion Backed out 5 changesets (bug 1498640, bug 1436037, bug 1497660, bug 1505579) for mass failures on a CLOSED TREE 2018-11-15 07:53:41 +02: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 1507550 - Scrub out junk from rust signatures when processing LSAN data, r=mccr8 2018-11-20 14:11:12 +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.