Commit Graph

227 Commits

Author SHA1 Message Date
mcafee%netscape.com
8122c4dd38 Renaming EditorTest to DomToTextConversionTest. r=akkana 2000-02-14 21:12:37 +00:00
mcafee%netscape.com
fdf08f94cf Adding Error: string so tinderbox will create a link in the error log. r=slamm 2000-02-11 22:53:58 +00:00
mcafee%netscape.com
a2a99ee0c3 Renaming fe to mozillaBinary, since that's what it is; fe didn't mean anything to me. 2000-02-11 07:45:40 +00:00
mcafee%netscape.com
03c71d0912 MailNewsTest comments. 2000-02-11 06:41:22 +00:00
mcafee%netscape.com
a962e417dc Woops, forcing failure for MailNews test it becomes primetime. 2000-02-11 05:21:59 +00:00
mcafee%netscape.com
23ae814142 Adding mailnews test, minor cleanup. 2000-02-11 05:20:53 +00:00
mcafee%netscape.com
f4b0373b15 Proper cvs login 2000-02-10 17:27:52 +00:00
Jerry.Kirk%Nexwarecorp.com
e4d2d945fd Updating for the Neutrino Platform. Not finished yet, still looking
for the "pcs" memmber in the malloc_log_entry structure.
2000-02-09 14:25:18 +00:00
slamm%netscape.com
51273597da Some tweaks for cygwin bash. Also a minor change to verify that a valid tree is found. 2000-02-08 23:05:24 +00:00
mcafee%netscape.com
3b8345276d Set CVSROOT properly, remove unused BuildModule. 2000-02-08 08:55:14 +00:00
mcafee%netscape.com
5c6ce1fe7d CVSROOT is not used. 2000-02-08 08:53:58 +00:00
mcafee%netscape.com
513d6c1972 Moving InitVars and LoadConfig over to build-seamonkey-util.pl. 2000-02-07 03:13:59 +00:00
mcafee%netscape.com
4e615f3c44 Moving GetSystemInfo, SetupEnv, SetupPath to build-seamonkey-util.pl so they can be reused. Adding MOZ_BYPASS_PROFILE_AT_STARTUP so non-cltbld-built tinderbox builds don't get stuck in profile manager. 2000-02-07 02:34:30 +00:00
mcafee%netscape.com
52ddec9fae Splitting out some of the build-seamonkey.pl script so other scripts can reuse this logic. r=slamm 2000-02-07 02:17:39 +00:00
dbaron%fas.harvard.edu
89165f8232 Update the jprof documentation.
r=jim_nance@yahoo.com
2000-02-03 14:42:27 +00:00
dbaron%fas.harvard.edu
fa513d9a7c Fix JP_DEFER so it works without JP_START as well.
r=jim_nance@yahoo.com
Not part of default build.
2000-02-03 14:41:39 +00:00
dbaron%fas.harvard.edu
e4814bd9c5 Add two small new features to jprof:
1) Allow a SIGUSR1 to stop profiling, so that shutdown need not be included in profiles.  (The log file is not closed, so it can't be used to generate multiple profiles in one run.  That could be changed, though.)
2) Add a JP_REALTIME option that does the profiling in terms of real time elapsed rather than time used for execution by the mozilla process (and in the kernel for the process).  This allows profiling to detect how much time is being spent in the X server.
r=jim_nance@yahoo.com
Not part of default build.
2000-02-03 00:35:53 +00:00
dbaron%fas.harvard.edu
e0f8e72fc5 Fix the jprof makefile so that the libs are actually installed in the libs phase (like they are in makefiles that use rules.mk). Therefore, compiling a fresh or clobber build after building jprof will no longer fail when building the mozilla executable.
r=jim_nance@yahoo.com
Not part of default build.
2000-02-03 00:29:26 +00:00
mcafee%netscape.com
23dde0a032 Adding ViewerTest, turn on with ViewerTest=1; in tinder-config.pl. 2000-02-02 09:29:56 +00:00
mcafee%netscape.com
4786c12413 Adding RunFileBasedTest, and the first client of this test, EditorTest. Set EditorTest=1; in tinder-config.pl to turn on. Added ReportFinalStatus for finer control over mail behavior for commercial builds. 2000-02-02 05:20:44 +00:00
slamm%netscape.com
9d9e240f99 This never quite worked properly. cvs just is not set up to handle multiple threads of access. A better option is cvsup/cvsupd. 2000-02-01 18:06:23 +00:00
mcafee%netscape.com
a5ef01002b Save child PID. other minor stuff. 2000-01-31 21:59:21 +00:00
dbaron%fas.harvard.edu
c5caa767e3 A fix (which can be enabled with a #define) to make jprof work on a RedHat 6.0 system (as opposed to 6.1). There seem two be two differences: some of the parameters are not passed correctly to the signal handler, and there is a trampoline on the stack with an address greater than 0x7fffffff.
r=jlnance
Not part of default build.
2000-01-31 21:32:10 +00:00
mcafee%netscape.com
99a25ca4b6 Cleanup from slamm 2000-01-31 20:43:10 +00:00
slamm%netscape.com
926f33c7af Print verbose statements to stderr instead of stdout to avoid buffering. 2000-01-31 17:38:41 +00:00
mcafee%netscape.com
241f11630f Switching to tinderbox.mozilla.org from cvs-mirror.mozilla.org per dmose/rko's load-balancing. 2000-01-31 08:00:22 +00:00
jim_nance%yahoo.com
56b0553957 Fixed documentation problem with units of JP_PERIOD 2000-01-29 20:39:48 +00:00
mcafee%netscape.com
e2f6c405d4 First add. Script to control tinderbox processes. 2000-01-29 09:50:48 +00:00
slamm%netscape.com
af76138e96 Remove calls to list.extend(list2) to make this compatible with python 1.5.1. 2000-01-29 02:04:43 +00:00
slamm%netscape.com
fdbcafc3f1 Group files in the same directory together. Otherwise, cvs gets confused. This thing is getting too complicated. 2000-01-28 23:17:43 +00:00
slamm%netscape.com
08592c1474 Add a check to avoid multiple pulls of the same directory. 2000-01-28 18:26:09 +00:00
slamm%netscape.com
ea5f432126 Add xargs() to create threads. Rename class XArgs to XArgsThread since it is really one thread for xargs. Add some comments. Fix a name error (tread.exit to sys.exit). 2000-01-28 06:13:41 +00:00
jim_nance%yahoo.com
15d294c8bb Print message to stdout on first timer tick.
Feature request from cbegle
r=cbegle
2000-01-28 02:21:38 +00:00
slamm%netscape.com
44dfac187d Add cvs.py; a python script to checkout trees with multiple threads. 2000-01-28 01:20:49 +00:00
mcafee%netscape.com
af653f28eb Moving build status to beginning of log file. r=slamm 2000-01-27 01:28:04 +00:00
jim_nance%yahoo.com
59223d01ff Enhanced jprof documentation and code.
This is not part of the default build.
2000-01-25 02:46:30 +00:00
briano%netscape.com
213b402982 Tweaks for my IRIX 5.3 build. 2000-01-21 02:28:06 +00:00
shaver%netscape.com
251c9cf4d5 import jprof for jlnance 2000-01-18 03:43:26 +00:00
briano%netscape.com
0f729adf06 Replaced with build-moz-ports.pl because people were confused. 2000-01-11 22:25:25 +00:00
briano%netscape.com
5db6c0f6b4 Minor tweaks for SunOS4 and the special-case Sun Workshop compiler builds. 2000-01-11 22:23:57 +00:00
mcafee%netscape.com
c367bf647d Conditional orange status for bloat failure, clobber isn't working properly. 2000-01-10 08:27:21 +00:00
mcafee%netscape.com
cfb8105f34 Cut bloaty zombie time from 5 min. to 2 min. 2000-01-10 08:19:12 +00:00
mcafee%netscape.com
c08da1493c Oops, wrong logic for last checkin. 2000-01-09 06:12:02 +00:00
mcafee%netscape.com
87842bf411 Failed bloat test should turn tree orange, we now check for -1 case. 2000-01-09 04:07:57 +00:00
briano%netscape.com
615cc0ef1e Fix for the CVS date problem, and a few minor tweaks for Solaris using WS5.0, and for UnixWare. 2000-01-03 23:21:14 +00:00
leaf%mozilla.org
cdec946e02 backing myself out, the formatting was correct in the last revision. i'll
just go restart the tinderboxen now.
2000-01-02 04:34:56 +00:00
leaf%mozilla.org
835cb6327c changing date format of BuildStart to default of date, since the %Y
format only shows the last two digits of the year.
2000-01-02 04:31:58 +00:00
cls%seawood.org
ae9ed20b44 Workaround for the *ahem* Y2K bug in date. ;) 2000-01-01 22:11:35 +00:00
mcafee%netscape.com
c49048cf5f \n on a printf. 1999-12-10 07:59:11 +00:00
mcafee%netscape.com
abe541f9bd Moving bloaturls.txt to mozilla/build so that it can be exported to dist and is part of the default module (21320). bloaturls.txt is the file that drives the bloaty tinderbox test. a=chofmann, r=slamm 1999-12-10 06:31:58 +00:00