MailNews:Tinderbox Numbers Explanation

From MozillaWiki
Jump to navigation Jump to search

<< Back to MailNews:Home Page

Both SeaMonkey and Thunderbird build MailNews, and run at least some tests on the builds continuously. The Tinderbox trees can be found at:

Revision Numbers

These are the revisions of the source code that were used for a particular build, e.g.

rev:4515bf6e257a
m-c:dac237f37585

The "rev" is the comm-central revision id, the "m-c" is the mozilla-central revision id.

Both of these link to the appropriate revision on hg.mozilla.org. Note, sometimes there may be more than one revision per build.

MailNews specific Numbers

This list are numbers that are specific to MailNews tests, or are affected by MailNews tests.

Unit Test Boxes

TUnit

These numbers are a result of running the xpcshell unit tests on Thunderbird or SeaMonkey. The xpcshell unit tests are low-level tests, typically testing interfaces, and do not run any UI.

Currently the SeaMonkey ones run on both core and MailNews code, whereas the Thunderbird ones are just run on MailNews code.

This test displays results as two numbers: <passed>/<failed>.

More Information:

Bloat Test Boxes

These tests are currently only run on the SeaMonkey. More information about the specific tests can be found here

There are currently no graphs for these tests.

Mail RLk

Reference Count Leaks

Mail Lk

Total Bytes malloc'ed and not free'd

Mail MH

Maximum Heap size

Mail A

Allocations - number of calls to malloc and friends

Core (Gecko) Specific Numbers

See Performance:Tinderbox_Tests for more information.