Граф коммитов

523 Коммитов

Автор SHA1 Сообщение Дата
brendan%mozilla.org 0d66d403b3 Make NS_TraceMallocShutdown idempotent just in case it's called more than once (doesn't affect default builds: #ifdef NS_TRACE_MALLOC). 2000-07-11 19:10:52 +00:00
warren%netscape.com ca180c6d4d Fixed monitor destructor because NS_TraceMallocShutdown is called twice. r=dbaron 2000-07-11 07:28:14 +00:00
brendan%mozilla.org e419a66c7a First cut at reusable trace-malloc logfile reader, factored from bloatblame. 2000-07-09 08:53:46 +00:00
blizzard%redhat.com cd720072e0 remove Makefile since we have a Makefile.in that works a=brendan 2000-07-08 00:09:36 +00:00
dbaron%fas.harvard.edu fc3dadcc58 Ignore the correct generated files (rather than the list copied from leaky). 2000-07-02 00:44:31 +00:00
brendan%mozilla.org ca37059e30 Interim checkin: -u option for unified (-f and standard) output, down/next links for sorted subgraph navigation, some -j (js-mode) support. 2000-06-28 06:42:29 +00:00
brendan%mozilla.org 2eab0c4a26 Work around unsolved bug reported by rusty.lynch@intel.com. 2000-06-28 06:22:29 +00:00
cls%seawood.org 7766827f6f Adding configure option --enable-elf-dynstr-gc. Bug #43357 2000-06-28 04:32:15 +00:00
gagan%netscape.com 762d0b1cd8 Not in the build. Allow POST requests to handle special cases too. 2000-06-27 22:10:27 +00:00
blizzard%redhat.com d26a79973c remove extra -lelf from the link line. make cvs shaddap. not part of the build. 2000-06-27 21:53:41 +00:00
cls%seawood.org a987fc5d22 For whatever reason, just calling "do" on the tinder-config.pl script was not causing the defaults to be overriden, so we manually read & process tinder-config.pl as we did tinder-defaults.pl. 2000-06-27 12:21:46 +00:00
cls%seawood.org 7105100049 Ok, that was a stupid mistake 2000-06-26 19:23:36 +00:00
attinasi%netscape.com cde29d43f0 Additional BuildID parsing needed by Bindu. Not part of build. 2000-06-23 00:18:09 +00:00
attinasi%netscape.com 5487b30e1d Daily run added for 6-20. Not part of build 2000-06-22 22:03:24 +00:00
cls%seawood.org 1372f7334a Prepend additional paths to LD_LIBRARY_PATH rather than overriding it.
Pass ConfigureEnvArgs to make.
2000-06-22 08:14:54 +00:00
cls%seawood.org 55e63f478a Initial version. Bug #43357 2000-06-22 00:52:57 +00:00
brendan%mozilla.org 0cb0663247 Hoist loop invariant. 2000-06-21 18:03:34 +00:00
brendan%mozilla.org 543138903e Comment fixes. 2000-06-21 18:03:01 +00:00
brendan%mozilla.org 155c1ab6f3 Fix skip-one-frame-too-many backtrace lossage; update TODO. 2000-06-21 17:59:30 +00:00
attinasi%netscape.com d6f0794430 New Performance data: not part of build 2000-06-16 22:20:19 +00:00
blizzard%redhat.com 2a8eda960c remove annoying ^Ms. not part of the build. 2000-06-14 19:57:25 +00:00
blizzard%redhat.com 22d1610e47 this is the most recent iteration of alex's tool. seems to work on an optimized build now. 2000-06-14 19:39:20 +00:00
blizzard%redhat.com 964a2fc92b add .dynstr clean up tool from Alexander Larsson <alla@lysator.liu.se>. also add poor man's Makefile until this tool is finished. this is not part of the build. 2000-06-09 18:52:39 +00:00
brendan%mozilla.org d6b3206fde Sacred 80th column preservation, brendan-style case indentation (not part of default build). 2000-06-07 19:14:10 +00:00
attinasi%netscape.com 27d3151649 New script for down-and-dirty collection of performance data (author:waterson). 2000-06-02 00:53:52 +00:00
attinasi%netscape.com d97b5af233 New daily run numbers. not part of build 2000-06-02 00:53:07 +00:00
waterson%netscape.com 259d4d122b Make more portable. 2000-06-01 03:23:19 +00:00
waterson%netscape.com 9a0a7705c3 Add NS_TraceMallocStartupArgs() so it's easier to factor between apprunner and other apps. Like viewer. r=brendan 2000-06-01 02:09:25 +00:00
brendan%mozilla.org 892e212b18 Push monitor down to avoid overhead when suppressing tracing (r=waterson). 2000-06-01 01:53:52 +00:00
attinasi%netscape.com 42c6b06193 Updated for new location of the chrome files used in extraction of the BuildID. Not part of build. 2000-05-31 20:33:22 +00:00
attinasi%netscape.com 22e1bcf0a7 Removed 5-11 data and added 5-26 data. Not part of build 2000-05-31 20:32:49 +00:00
jim_nance%yahoo.com c4fbde2e7d Updated docs to reflect Red Hat 6.2 testing 2000-05-29 19:31:29 +00:00
brendan%mozilla.org 77478096cf Fix stupid logfile_list unlink bug; fix comment. 2000-05-17 06:59:21 +00:00
brendan%mozilla.org 483af1a01b Improve --trace-malloc to handle multiple logfiles. 2000-05-17 04:44:14 +00:00
slamm%netscape.com aff0036662 fix typo. 2000-05-15 19:04:27 +00:00
slamm%netscape.com 0cc2fc82b7 Change the main regex to a multline regex with comments (using m{}x). Allow for no space between '(' and means. 2000-05-15 18:10:46 +00:00
attinasi%netscape.com 115137c0f8 New daily build data added 2000-05-11 21:16:11 +00:00
attinasi%netscape.com b02552b731 Updated scripts to deal with the changes to the Viewer output and changes to the BuildID file location and format 2000-05-11 21:15:43 +00:00
slamm%netscape.com 316dd5ff9b CreateProfile() is no longer needed. mozilla creates the 'default' profile if none exists. 2000-05-08 23:34:50 +00:00
cls%seawood.org df475ab2ce Add support for more informative tinderbox column names.
Move the automatic setting of CVSROOT so that it can be overridden by tinder-config.pl.
2000-05-04 07:30:45 +00:00
locka%iol.ie 8ff1c0fce6 Added makefile.win
Not part of build
2000-05-03 21:48:59 +00:00
locka%iol.ie 76d90ae454 Changed wording of section
Not part of build
2000-05-03 21:48:46 +00:00
locka%iol.ie d8e4f0846f Added -Gx compiler flag to generate exception handling stubs
Not part of build
2000-05-03 18:55:10 +00:00
locka%iol.ie 62fe158900 More cleanups
Turned of the Unicode string checking by default
Not part of build
2000-05-03 18:54:46 +00:00
locka%iol.ie 2c1b439a85 Removed some crud and cleaned code a little
Not part of build
2000-05-03 18:06:17 +00:00
locka%iol.ie 909cbcfa40 Tool to print dependency info
Not part of build
2000-05-03 17:45:35 +00:00
brendan%mozilla.org e6fe589729 Fix site logfile flushing on startup; #if 0 doomed libbfd-based version of dladdr. 2000-05-03 03:07:20 +00:00
cls%seawood.org 67e171bb72 prepend $(srcdir) to $(RESOURCES) to make nsinstall happy. 2000-05-02 06:58:12 +00:00
brendan%mozilla.org 67865c1d1d Debloat output by consolidating onmouseovers. 2000-04-27 05:41:59 +00:00
brendan%mozilla.org 36499eb772 Add TraceMalloc* native methods; allow multiple log files per site file. 2000-04-27 04:02:22 +00:00
cls%seawood.org 18ababdefc The clobber objdir build didn't work because we forgot to create the objdir before the realclean 2000-04-25 07:21:40 +00:00
brendan%mozilla.org 440c791824 Count allocations too; dump nodes ranked by mean allocation size. 2000-04-24 23:52:27 +00:00
cls%seawood.org 8754202470 General cleanup of the shared library rules.
Quick fix for bug #36844.
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk.  Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
shaver%mozilla.org 811f3fafa2 show pointed-to symbol onmouseover, for easier scanning (r=brendan) 2000-04-23 07:13:19 +00:00
brendan%mozilla.org 24509b8291 Add -f function-dump-filename option; try to keep its first table cell of reasonable width without depending on (broken in 4.x) css support. 2000-04-23 05:04:58 +00:00
brendan%mozilla.org 07a7b51820 Comment improvements. 2000-04-22 18:36:10 +00:00
brendan%mozilla.org 3fda61301a Stop component-wise over-totalling madness when JS=>js=>JS=>js. 2000-04-21 21:38:18 +00:00
brendan%mozilla.org 9c63bde8f6 Percent signs after numbers, please\! 2000-04-21 19:05:53 +00:00
brendan%mozilla.org 4bf456462f Optimize total computation, fix visited to be a counter. 2000-04-21 08:47:00 +00:00
brendan%mozilla.org 159f478d0d Fix plib-instead-of-lib->total += type; use int32 for possibly negative values. 2000-04-21 03:01:09 +00:00
brendan%mozilla.org 7de0f8bd21 Add nsTraceMalloc.[ch] and bloatblame.c, not part of build (setenv NS_TRACE_MALLOC to enable here and in xpfe/bootstrap). 2000-04-20 04:55:26 +00:00
cls%seawood.org 157f4c9a0a Tweaks to make the tinderbox work with objdir builds. 2000-04-18 07:03:15 +00:00
attinasi%netscape.com 42d2660689 Using the 40-url-dup.txt file now so that the timing values are from the second run of the page, which should be from cache, thus further eliminating the latency variabilities. Not part of build 2000-04-14 23:26:21 +00:00
attinasi%netscape.com a08059bf4b Newest run data added. Not part of build 2000-04-14 23:13:19 +00:00
attinasi%netscape.com 7891c3aeb3 Each URL is duplicated so the second time all images and the page itself will be from cache: catches the rogue image that is not on the file system, and it also limits the effect of the file system in skewing the numbers. Not part of build 2000-04-14 23:12:20 +00:00
gagan%netscape.com 623ba9e199 Fixed the testserver to print arbitrary content-length request. So you can now try http://<testserver>/?Length=N to get back a document with content-length of N. This is not in the build. 2000-04-13 19:20:54 +00:00
gagan%netscape.com 8429a748bc Some test changes to allow echoing requests at arbitrary locations in urlmap. You can now use ECHO [HTTPHeader] to display all headers (if HTTPHeader is not specified) or that header value as it came in the request. See <your-testserver>/echo for an example. Not in build (a=leaf) 2000-04-07 23:14:52 +00:00
attinasi%netscape.com edb4a5ee1b New Daily run data. not part of builds. 2000-04-07 20:30:07 +00:00
attinasi%netscape.com 501d8624ea New Daily Performance file. Not part of build. 2000-03-24 21:42:41 +00:00
attinasi%netscape.com 29984c38ec New history data added. Not part of build. 2000-03-24 21:40:32 +00:00
mcafee%netscape.com eaf40a787d Timeout should be success for CreateProfile(). 2000-03-24 06:15:04 +00:00
mcafee%netscape.com 230b78daf1 Fixes for mailnews test. r=suresh 2000-03-24 03:57:17 +00:00
mcafee%netscape.com db4cd01042 Looks like mailnews pref needs these set to 4, not 1. 2000-03-24 02:12:33 +00:00
jim_nance%yahoo.com 1feb960cd6 Fixed some compiler warnings.
This is not part of the default build.
2000-03-23 21:40:50 +00:00
mcafee%netscape.com 5c4909b4ce Abstracting a few variables for checkout target. 2000-03-23 06:05:10 +00:00
mcafee%netscape.com 6b447c0ef0 Scoping some function names. Reporting utilsversion now. 2000-03-22 00:45:13 +00:00
mcafee%netscape.com db3eac114d Was stomping on version variable 2000-03-22 00:43:43 +00:00
mcafee%netscape.com 637acde380 Moving bulk of subroutines to util script, build-seamonkey will be a wrapper now. r=slamm 2000-03-22 00:18:06 +00:00
mcafee%netscape.com 49e625053b Moving default values to tinder-defaults.pl, shortening package name to TinderUtils. 2000-03-21 02:52:34 +00:00
slamm%netscape.com af7ec82d36 Report "busted" if the build command (i.e. gmake -f client.mk) fails. Previously we only checked to see if the binary existed when the build command finished. However, now some modules are built after the binary is created. 2000-03-20 21:18:38 +00:00
slamm%netscape.com 145c5e5ee3 Avoid setting HOME variable in main process (big no-no). Cleanup profile creation. Remove tabs. I hate tabs. 2000-03-17 22:22:10 +00:00
attinasi%netscape.com f219c5d1b4 Adding documentation on the Perf tool. Not part of build. 2000-03-17 20:07:57 +00:00
attinasi%netscape.com 9fdbed74a4 Adding latest daily chart. Nat part of build. 2000-03-17 19:24:28 +00:00
attinasi%netscape.com c5810d9e37 Updated with latest run. Not part of build. 2000-03-17 19:22:49 +00:00
attinasi%netscape.com 3773aead35 Trend Table: latest one added. Not part of build. 2000-03-17 18:05:51 +00:00
attinasi%netscape.com 6c630fbe49 Added chart for prior run. Not part of build. 2000-03-17 18:04:20 +00:00
attinasi%netscape.com 75ce0855ee Added latest historical data - not part of build 2000-03-17 17:59:47 +00:00
slamm%netscape.com 7acb2a12ee oops. I checked in a bogus line. 2000-03-16 22:34:56 +00:00
slamm%netscape.com 94ce44f042 Push required perl version to 5.005. "my" declarations in for and while loops can only be done with 5.005. Reformat the $Setting:* variables to fix 80 charater columns. 2000-03-16 22:31:48 +00:00
slamm%netscape.com f5df4c9a60 Changes for jdunn for AIX and HP-UX 2000-03-16 22:29:48 +00:00
dbaron%fas.harvard.edu 895a44d0ae Fix makefile since libs phase no longer exists. 2000-03-16 17:54:10 +00:00
slamm%netscape.com b91af98997 Fix some 'variable used once' warnings. Clean up the eval of the default config. 2000-03-16 01:43:53 +00:00
mcafee%netscape.com 5662e4918f Adding auto-create-profile support. 2000-03-14 04:41:15 +00:00
dbaron%fas.harvard.edu b905023253 Belatedly take credit/blame for my changes. r=jim_nance@yahoo.com 2000-03-14 03:52:18 +00:00
dbaron%fas.harvard.edu 61148f66ad Document trick to make jprof work under RedHat 6.0. r=jim_nance@yahoo.com 2000-03-14 03:50:43 +00:00
mcafee%netscape.com 1753c4a642 AliveTest warning comment. 2000-03-13 23:47:48 +00:00
mcafee%netscape.com f94d7a75b7 MailNewsTest changes. 2000-03-13 23:44:49 +00:00
mcafee%netscape.com a8bb38e511 Added AliveTest variable for tinder-config.pl, fixed MailNewsTest. r=slamm 2000-03-10 02:48:01 +00:00
mcafee%netscape.com 2ab398d4b4 Missing arg to mailnewstest call. 2000-03-10 00:56:36 +00:00
leaf%mozilla.org 35922b8cc7 initial checkin. finally. a=mcafee 2000-03-09 22:43:21 +00:00
attinasi%netscape.com 666b7fec85 updated with today's run: not part of build 2000-03-02 21:02:58 +00:00
attinasi%netscape.com 1f15b1ccf8 Fixed CPU argument processing, disallowed clock argument since it does not work yet 2000-03-02 21:02:08 +00:00
slamm%netscape.com 65ed51e588 Give editor test up to 45 seconds. 2000-03-02 18:36:23 +00:00
mcafee%netscape.com 665e5eab81 Fixing nohup rm line 2000-03-01 22:07:47 +00:00
slamm%netscape.com 13868e7eb7 Better process killer. 2000-03-01 17:49:52 +00:00
mcafee%netscape.com 765b5a5622 Adding rm nohup, moving starting comment to else 2000-02-29 22:00:49 +00:00
mcafee%netscape.com cbf8e3d687 Adding support for clobber bloat test. 2000-02-29 21:45:37 +00:00
slamm%netscape.com b2e97fb824 Make the tests easier to read and make it easy to create new ones. 2000-02-29 18:08:12 +00:00
slamm%netscape.com da5f19bbba Get correct HOME for tests. 2000-02-29 00:06:27 +00:00
slamm%netscape.com e27fb029cc Clean up tests. waitpid returns the pid, not the status. 2000-02-28 23:51:02 +00:00
slamm%netscape.com 31196f5ef0 Trim some time off the alive tests. 2000-02-26 02:24:24 +00:00
slamm%netscape.com e00de39569 Fix some -w warnings. 2000-02-26 02:17:15 +00:00
slamm%netscape.com f540222165 Pass logfile to build-done mailer. Quiet a warning. 2000-02-26 01:27:34 +00:00
slamm%netscape.com eeadc08be0 Apply commandline arguments after the config file. 2000-02-26 00:37:54 +00:00
slamm%netscape.com 27ba879ccc Fix some arg passing between subs 2000-02-26 00:29:38 +00:00
slamm%netscape.com 2bd13b4c29 Tweak last change. 2000-02-26 00:08:59 +00:00
slamm%netscape.com 76e7cb5237 Apply commandline arguments after the config file. 2000-02-26 00:08:03 +00:00
slamm%netscape.com 579e3b88f4 Fix some arg passing. 2000-02-25 23:46:01 +00:00
slamm%netscape.com 99a21906d9 Tweak last change. 2000-02-25 23:41:04 +00:00
slamm%netscape.com 0809a0597d Add option to set display from command-line. 2000-02-25 23:31:07 +00:00
slamm%netscape.com 519f86106d Need double quotes instead of single quotes around variable name. 2000-02-25 23:12:59 +00:00
slamm%netscape.com b8095dc03d Turn on strict. Eliminate as many globals as possible. Add a 'Settings' package namespace for the build parameters. Break some code out into more subroutines. 2000-02-25 21:40:56 +00:00
attinasi%netscape.com 68176c632a QA Partner script: deprecated but sometimes it is required, like when viewer's -f option is broken. 2000-02-25 20:29:45 +00:00
slamm%netscape.com c760e84001 Only run mailnews test on depend builds. Clobber builds remove the dist directory and the special security prefs along with it. 2000-02-24 21:14:52 +00:00
slamm%netscape.com b614659b17 Only pull client.mk if it does not exist. It updates itself now. 2000-02-23 22:05:43 +00:00
attinasi%netscape.com e53b7d003e Updated to include the websites install. 2000-02-23 18:11:40 +00:00
attinasi%netscape.com 47366d6477 turned off debug routine 2000-02-23 18:08:48 +00:00
attinasi%netscape.com f3df8bd754 Temporary documentation... 2000-02-23 18:07:46 +00:00
attinasi%netscape.com cd55577747 Updated scripts to handle Clock-time and to deal with running Mozilla or Viewer 2000-02-23 17:58:22 +00:00
attinasi%netscape.com 3b564257ba update the path in the file URLs. NOT PART OF BUILD 2000-02-23 17:06:38 +00:00
jim_nance%yahoo.com 7a3434358f Documentation update 2000-02-23 02:51:39 +00:00
mcafee%netscape.com bde3cc5cdd Better BloatTest output. 2000-02-22 02:14:47 +00:00
mcafee%netscape.com 150b10e4f3 Updating mailnews success string. 2000-02-18 20:33:09 +00:00
attinasi%netscape.com 713e8e4ed5 Initial tables from prior runs 2000-02-18 01:50:52 +00:00
attinasi%netscape.com e7c05394a4 Adding the top-40 URL file 2000-02-18 01:45:35 +00:00
attinasi%netscape.com ad9ba9222d Adding history file to cvs 2000-02-18 01:44:36 +00:00
attinasi%netscape.com fdf1371fa0 Added perl scripts for performance monitoring of Mozilla 2000-02-18 01:42:56 +00:00
mcafee%netscape.com ae79ee2405 Moving testonly exit case to post-build part of script. r=slamm 2000-02-18 01:30:46 +00:00
mcafee%netscape.com 884b197e16 logic bug, this should mean dont try tests again if no binary found. r=slamm 2000-02-18 01:16:14 +00:00
slamm%netscape.com b9c2eb7346 Go back to using cvs.mozilla.org. It's faster now. 2000-02-17 22:00:03 +00:00
mcafee%netscape.com a38046116c Don't cycle in testonly mode if no binary exists. Adding success string support for filebasedtest. 2000-02-17 07:33:01 +00:00
slamm%netscape.com 9f0b8c08c2 Got the signs incorrect. Try again. 2000-02-17 01:44:12 +00:00
slamm%netscape.com 1b44e6ff5f Fix mirror timing equation. 2000-02-17 01:18:27 +00:00
slamm%netscape.com f16884bf53 Update mirror timing parameters based on rko's comments. 2000-02-17 01:02:33 +00:00
mcafee%netscape.com 2461b8a211 Include problem. 2000-02-16 02:27:35 +00:00
slamm%netscape.com ab70a51c07 Add option to pull via anonymous@cvs-mirror.mozilla.org. Make it the default. 2000-02-16 02:21:44 +00:00
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
mcafee%netscape.com 4d34f7dbcc /usr/bonsaitools not needed for client tinderbox machines. r=slamm 1999-12-09 21:13:03 +00:00
mcafee%netscape.com 9d213961d7 BloatyTest was getting killed before it was finishing (I think), upping kill time to 5 min. 1999-12-08 05:30:12 +00:00
valeski%netscape.com de9d6ddf86 r=chofmann. adding content-type to default response headers for testserver 1999-12-07 22:36:47 +00:00
mcafee%netscape.com 9c7a9930f5 whitespace only 1999-12-06 20:02:37 +00:00