
The testing dashboard is divided into several parts. The nightly builds reflect the state of the system at a particular point in time during the previous night (i.e., 9:00pm EST). The continuous builds run periodically in response to developer check-ins and show the status of the code almost instantaneously. If errors occur during the continuous build, an email is sent to the offending developer(s). Experimental builds may be submitted by anyone from any site and are used to evaluate local changes to the software. Coverage refers to the percentage of the code that is actually executed. Purify is a memory-checking facility.
There are dozens of links corresponding to CVS check ins (called updates), previous days' results, build warnings and errors, and the test resultss. These links can be followed to determine problems with the system and to communicate with other developers and users.