mcafee%netscape.com
41a7637c67
Woops, forcing failure for MailNews test it becomes primetime.
2000-02-11 05:21:59 +00:00
mcafee%netscape.com
5086ae3a3c
Adding mailnews test, minor cleanup.
2000-02-11 05:20:53 +00:00
mcafee%netscape.com
f77241e2e8
Proper cvs login
2000-02-10 17:27:52 +00:00
Jerry.Kirk%Nexwarecorp.com
b24dada2da
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
da892f548e
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
58bc6c7304
Set CVSROOT properly, remove unused BuildModule.
2000-02-08 08:55:14 +00:00
mcafee%netscape.com
81783a8052
CVSROOT is not used.
2000-02-08 08:53:58 +00:00
mcafee%netscape.com
4ae82e23eb
Moving InitVars and LoadConfig over to build-seamonkey-util.pl.
2000-02-07 03:13:59 +00:00
mcafee%netscape.com
af6006ba19
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
68046d9131
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
6d02e8252e
Update the jprof documentation.
...
r=jim_nance@yahoo.com
2000-02-03 14:42:27 +00:00
dbaron%fas.harvard.edu
9d516e19e4
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
35b4d18915
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
37281f5a41
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
690cbfb81b
Adding ViewerTest, turn on with ViewerTest=1; in tinder-config.pl.
2000-02-02 09:29:56 +00:00
mcafee%netscape.com
0bbd89bac4
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
1b003fbdd3
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
27dbdf51c3
Save child PID. other minor stuff.
2000-01-31 21:59:21 +00:00
dbaron%fas.harvard.edu
ad9c0d970c
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
03421f54cf
Cleanup from slamm
2000-01-31 20:43:10 +00:00
slamm%netscape.com
2588dd2ff1
Print verbose statements to stderr instead of stdout to avoid buffering.
2000-01-31 17:38:41 +00:00
mcafee%netscape.com
29efb32bce
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
0fac9f060e
Fixed documentation problem with units of JP_PERIOD
2000-01-29 20:39:48 +00:00
mcafee%netscape.com
216a76811d
First add. Script to control tinderbox processes.
2000-01-29 09:50:48 +00:00
slamm%netscape.com
706cef3b28
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
969d1e2477
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
e38a89a024
Add a check to avoid multiple pulls of the same directory.
2000-01-28 18:26:09 +00:00
slamm%netscape.com
1bd9e00f8f
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
e798bb0673
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
5d6ca53e54
Add cvs.py; a python script to checkout trees with multiple threads.
2000-01-28 01:20:49 +00:00
mcafee%netscape.com
6463ce590c
Moving build status to beginning of log file. r=slamm
2000-01-27 01:28:04 +00:00
jim_nance%yahoo.com
c66631d5d1
Enhanced jprof documentation and code.
...
This is not part of the default build.
2000-01-25 02:46:30 +00:00
briano%netscape.com
c546fa792c
Tweaks for my IRIX 5.3 build.
2000-01-21 02:28:06 +00:00
shaver%netscape.com
04d9dc7a3f
import jprof for jlnance
2000-01-18 03:43:26 +00:00
briano%netscape.com
6ba84eb511
Replaced with build-moz-ports.pl because people were confused.
2000-01-11 22:25:25 +00:00
briano%netscape.com
5d2a3b2def
Minor tweaks for SunOS4 and the special-case Sun Workshop compiler builds.
2000-01-11 22:23:57 +00:00
mcafee%netscape.com
2a75d85713
Conditional orange status for bloat failure, clobber isn't working properly.
2000-01-10 08:27:21 +00:00
mcafee%netscape.com
790083ca85
Cut bloaty zombie time from 5 min. to 2 min.
2000-01-10 08:19:12 +00:00
mcafee%netscape.com
aa9d8dbdbd
Oops, wrong logic for last checkin.
2000-01-09 06:12:02 +00:00
mcafee%netscape.com
e068e10505
Failed bloat test should turn tree orange, we now check for -1 case.
2000-01-09 04:07:57 +00:00
briano%netscape.com
062ae88213
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
adfd96c8d7
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
5d8a2ee641
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
1c017b34cf
Workaround for the *ahem* Y2K bug in date. ;)
2000-01-01 22:11:35 +00:00
mcafee%netscape.com
d1e9a5a9ec
\n on a printf.
1999-12-10 07:59:11 +00:00
mcafee%netscape.com
69033fae7c
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
a7c8bddabe
/usr/bonsaitools not needed for client tinderbox machines. r=slamm
1999-12-09 21:13:03 +00:00
mcafee%netscape.com
e94f297b38
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
27f3963a26
r=chofmann. adding content-type to default response headers for testserver
1999-12-07 22:36:47 +00:00
mcafee%netscape.com
31fb30da35
whitespace only
1999-12-06 20:02:37 +00:00
mcafee%netscape.com
a8414561a3
Remove trailing slash off of URL.
1999-12-06 05:00:25 +00:00
mcafee%netscape.com
f921f5f7cc
Backing BloatTest off to 60 seconds to allow for slower startup :(
1999-12-06 04:56:35 +00:00
mcafee%netscape.com
a994064897
Bloat test debug printfs, removing obsolete NSPR_LOG_MODULES env.
1999-12-06 00:47:33 +00:00
mcafee%netscape.com
745570522a
Debug printfs
1999-12-03 01:01:25 +00:00
slamm%netscape.com
3005666b5e
Make regex for matching module names more general. r=mcafee
1999-11-30 00:56:04 +00:00
mcafee%netscape.com
f8590a497d
Renamed smoke test #1 to alive test; some comment cleanup; default display is now :0.0.
1999-11-25 00:07:55 +00:00
mcafee%netscape.com
5658dd9af1
Removing multiple FE support, we were not using it. Fixing mozilla-bin hash table problem, binary was not getting deleted. Other minor cleanup. r=slamm
1999-11-13 02:43:55 +00:00
mcafee%netscape.com
e0098b6301
Print out what we're deleting, debugging orange status.
1999-11-12 00:28:56 +00:00
Jerry.Kirk%Nexwarecorp.com
89b92d69f0
Making a few changes to allow this to be built under Neutrino.
...
r=Warren
1999-11-11 20:40:44 +00:00
leaf%mozilla.org
7b00f588fd
clobber builds should be making realclean
1999-11-10 20:15:32 +00:00
cls%seawood.org
cdb009d57d
gcc 2.95+ fixes
1999-11-09 23:04:16 +00:00
leaf%mozilla.org
59def8ab1b
making apprunner -> mozilla-bin switch
1999-11-09 02:05:20 +00:00
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
dmose%mozilla.org
42fc94a6ec
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:40:37 +00:00
warren%netscape.com
98fe713c79
Fixed parsing of bloat log when value was nan, or class contained ::.
1999-10-29 18:05:09 +00:00
warren%netscape.com
383e755461
Printed out TOTAL line for showbuilds.cgi
1999-10-29 02:39:10 +00:00
kipp%netscape.com
cd115c3a41
Implement the LIBMALLOC_NOFREE flag; add in support for memory fill count which increases the malloc by N and fills it with a pattern to help detect overruns and random memory corruptions
1999-10-29 02:19:25 +00:00
mcafee%netscape.com
375afcb5f1
Reverted to mozilla.org url because of problems with loading resource:
1999-10-28 23:32:13 +00:00
mcafee%netscape.com
d9e9f039be
Fixed extra my's that break in some versions of perl
1999-10-28 23:24:39 +00:00
mcafee%netscape.com
1f37ad62f7
switching to static pages.
1999-10-28 23:02:49 +00:00
mcafee%netscape.com
b313e539b7
fixing log rename problem. code=warren
1999-10-28 23:02:10 +00:00
warren%netscape.com
89d20734b8
Enhanced delta report. Breakdown by what's new, what's changed, etc.
1999-10-28 18:57:37 +00:00
mcafee%netscape.com
6f8e40e9a3
Clear alarm from AliveTest, this was causing alternating green/orange status. Thanks to alecf/slamm for debugging help.
1999-10-26 23:10:35 +00:00
mcafee%netscape.com
555fcfdd4b
Moved process killing stuff into killproc(), added alarm timeout for bloattest. code=alecf, r=mcafee
1999-10-26 04:07:03 +00:00
mcafee%netscape.com
399d3371a3
Adding XPCOM_MEM_BLOAT_LOG=1 for RunBloatTest.
1999-10-24 22:37:34 +00:00
gagan%netscape.com
e380e8cac8
Post requests are now only read upto the specified amount. Not in the build.
1999-10-23 00:47:24 +00:00
gagan%netscape.com
60bc914eda
a dummy post request file for testing post requests in HTTP. not in the build.
1999-10-22 21:27:38 +00:00
gagan%netscape.com
611cc54426
Added /post test as well. Not in the build.
1999-10-22 21:24:57 +00:00
gagan%netscape.com
90a0f96f02
Added stuff to the test server to handle post requests as well. Not in the build.
1999-10-22 21:21:30 +00:00
mcafee%netscape.com
65a4968b22
Fixing some mis-use error cases, adding comments. Added --testonly flag. code=slamm, r=mcafee
1999-10-22 20:31:56 +00:00
kipp%netscape.com
b9bde3f265
Clean up other dirt
1999-10-22 00:11:54 +00:00
mcafee%netscape.com
e5cca0c695
Added bloat test. Also added --testonly to skip building process. Fixed bloatdiff to put its output to stdout. r=warren
1999-10-21 05:16:54 +00:00
mcafee%netscape.com
2d08b27d32
Moving bloatdiff.pl from webtools/tinderbox (server) to here (client).
1999-10-20 22:35:48 +00:00
mcafee%netscape.com
f445e1bf78
minor whitespace
1999-10-20 00:14:23 +00:00
kipp%netscape.com
9d5a8e30f6
Removed an unsupported argument (-f)
1999-10-13 14:43:04 +00:00
gagan%netscape.com
7f425f1145
Fix for bug # 10333. Made webshell a progress event sink as well so that now it redirects all progress messages from necko land to the appropriate docloader observer. The hack to delete strings which are being received in the status messages is a work around the current limitation of the proxy event code. When bug # 16273 is fixed that delete wont be necessary. In fixing this I also noticed that the nsFileTransport wasn't using the proxy events and was incorrectly firing status messages directly onto the UI thread. Fixed that as well. r=rpotts,warren
1999-10-13 10:24:12 +00:00
kipp%netscape.com
1ddf32aff5
Updated documentation to be more accurate; provided description of command line arguments
1999-10-11 15:30:17 +00:00
kipp%netscape.com
1ebd3b7a95
Tweaked stack trace display code
1999-10-08 20:42:33 +00:00
kipp%netscape.com
7d27a06de1
Support demangling again by working around crash bug in demangle library
1999-10-08 20:42:15 +00:00
kipp%netscape.com
2198b5aef7
Improved printouts so that addref/release tracing always shows the old/new refcnts in decimal instead of old in decimal and new in hex
1999-10-05 23:56:33 +00:00
kipp%netscape.com
6c79d25363
Found another type of symbol that indicates the presence of a static ctor
1999-10-05 00:39:48 +00:00
kipp%netscape.com
ceb59da99b
Fixed uninitialized members in the TreeNode struct
1999-10-04 20:25:53 +00:00
kipp%netscape.com
e580602d8c
Added -R flag and logic for managing refcnt dumping better
1999-10-04 16:32:03 +00:00
briano%netscape.com
1e9d532052
Added some tweaks and support for UnixWare 7.
1999-10-02 06:00:33 +00:00
kipp%netscape.com
68f611b5a3
More graph work
1999-09-30 21:22:16 +00:00
kipp%netscape.com
86cc3776ea
Reworked tree support
1999-09-30 01:51:20 +00:00
briano%netscape.com
b6cec25515
Minor changes for SCO, BSDI, AIX 4.2, and commercial build.
1999-09-29 22:12:34 +00:00
kipp%netscape.com
4e4b41b940
new
1999-09-28 14:38:20 +00:00
toshok%hungry.com
603d551cd5
ignore .deps files.
1999-09-27 21:26:38 +00:00
mcafee%netscape.com
8722927dae
Ignore generated files.
1999-09-27 05:47:31 +00:00
mcafee%netscape.com
cdb94ba035
Renamed to Makefile.linux to get this out of the way of autoconf's generated Makefile.
1999-09-26 21:46:34 +00:00
mcafee%netscape.com
1adbaf973d
Moving Makefile out of the way of autoconf, saving this for stand-alone reasons for now.
1999-09-26 21:44:45 +00:00
mcafee%netscape.com
a7a7cdca1e
Making this document look like a Mozilla doc, minor clean-up.
1999-09-26 20:27:56 +00:00
kipp%netscape.com
0464a4f46a
updated
1999-09-26 06:34:45 +00:00
kipp%netscape.com
289caf5f7e
new
1999-09-26 06:31:36 +00:00
kipp%netscape.com
e17b8e3081
Added in -MD
1999-09-26 06:31:28 +00:00
kipp%netscape.com
efd9beedfb
Whacked to support a graph display format
1999-09-26 06:31:18 +00:00
mcafee%netscape.com
28d0d333b5
Ignore generated files.
1999-09-25 08:28:20 +00:00
mcafee%netscape.com
dc049aa278
Autoconf version of Makefile, a=smfr. Not part of default build.
1999-09-25 08:23:19 +00:00
mcafee%netscape.com
49fad49369
Adding typedefs for u_long, u_int for porting reasons. a=smfr, not part of default build.
1999-09-25 07:09:15 +00:00
amasri%netscape.com
d2dec86f2f
revised browser tests to work with seamonkey M11:
1) closed open sidebar.
2) worked around broken menus by using all-keyboard method for loading URIs.
3) added bDebug and bGrippyOpen variables. bDebug should always be false for build smoketests
1999-09-17 17:57:18 +00:00
briano%netscape.com
3a4e18153e
Officially added all of my random hacks for things like Motif support, NS commercial builds, Fullcircle support, and so on.
1999-09-17 00:40:00 +00:00
kipp%netscape.com
5df02ed58f
Port to redhat6
1999-09-15 04:35:58 +00:00
briano%netscape.com
9697722005
General cleanup.
1999-09-10 00:59:21 +00:00
slamm%netscape.com
9704a2f99c
Use the right quotes.
1999-08-28 00:32:47 +00:00
slamm%netscape.com
cd134ede8f
Print mozconfig if there is one.
1999-08-27 23:37:22 +00:00
kipp%netscape.com
97b2604f3a
duh
1999-08-27 21:56:17 +00:00
kipp%netscape.com
ed4c7b96b2
Enable mallopt check action if flags say so
1999-08-27 21:56:03 +00:00
phillip%netscape.com
dc679e06c8
added broswerwatch.com to url.txt
1999-08-26 21:29:25 +00:00
slamm%netscape.com
12ea4fc5b4
Have the script report it's version.
1999-08-25 17:54:47 +00:00
slamm%netscape.com
a314af5ad9
Load config before setting up environment.
1999-08-24 00:23:31 +00:00
slamm%netscape.com
89b10be962
Init before parsing args. really check it in.
1999-08-21 01:11:39 +00:00
slamm%netscape.com
262cc366a2
Simplify the args just build depend by default.
1999-08-21 01:06:07 +00:00
slamm%netscape.com
6be0e6f3bd
Load defaults before handling command-line options.
1999-08-21 00:49:25 +00:00
slamm%netscape.com
645eb7fa43
Split configuration into a separate file (run --example-config to start out).
1999-08-20 23:52:18 +00:00
slamm%netscape.com
0b5346fd50
Pull by date as default.
1999-08-20 17:06:55 +00:00
slamm%netscape.com
7e7a89db39
Report the starttime correctly. Not ten minutes into the past.
1999-08-20 17:00:38 +00:00
tague%netscape.com
ed1fa29e08
Added rickg's tool for finding dereference errors
1999-08-04 19:44:15 +00:00
sspitzer%netscape.com
f67cc36b49
ignore generated Makefile
1999-07-29 05:00:07 +00:00
mcafee%netscape.com
115a63b0a0
Minor comment change.
1999-07-27 23:31:48 +00:00
mcafee%netscape.com
34582bf9e2
First checkin
1999-07-27 20:32:08 +00:00
jj%netscape.com
339285c8e9
reduced url timeout from 120 to 60 seconds
1999-07-22 01:33:37 +00:00
phillip%netscape.com
6c8173bde0
changing timeout to 30 seconds.
1999-07-21 21:19:11 +00:00
jj%netscape.com
7917a619f8
removed hardcoded path to apprunner, using ReadMozillaHome() method instead (implementation in apFrame.inc).
Also simplified "GetBuildNum()" by accessing mozilla/config/build_number instead of navigator.xul -- jj.
1999-07-20 23:59:05 +00:00
jj%netscape.com
ea76c7f65e
added ReadMozillaHome() method to automatically pick the location of the latest build. Method also called from smotest.t -- jj.
1999-07-20 23:56:11 +00:00
jj%netscape.com
9e8ec4c400
Updated Apprunner and Navigator.xul paths
1999-07-20 19:15:41 +00:00
briano%netscape.com
7e508ecf17
Fixes a nasty bug that caused LD_LIBRARY_PATH to grow with each iteration.
1999-07-10 20:13:51 +00:00
valeski%netscape.com
63584fd124
added a date header to the cookie test (cookies require a server date to work)
1999-07-06 23:54:12 +00:00
briano%netscape.com
3365676243
Oops, forgot to nuke one of the old LD_LIBRARY_PATH settings.
1999-07-01 01:31:11 +00:00
briano%netscape.com
0ab2c1f7e6
Handle a few new platforms, and now uses config.guess to get the objdir name (if any).
1999-07-01 00:27:12 +00:00
leaf%mozilla.org
816a46296d
getting this back on its feet, letting it run with relative paths
1999-06-30 00:29:09 +00:00
ramiro%netscape.com
b33683e1c8
Use this gdb hack to save memory.
1999-06-25 07:18:14 +00:00
gagan%netscape.com
8488317c0c
Fix the default line problem. Added a /cookie case to send a dummy "set-cookie: header"
1999-06-24 02:29:20 +00:00
gagan%netscape.com
53312eba76
Added special cases to allow for something like http://gagan/?Length=5000 to get a response back with Content-Length (actual and header both) set to 5000. Its cool for testing bigger responses.
1999-06-19 04:05:10 +00:00
amasri%netscape.com
52e5183b76
added extra tests for version 2.0
added timing changes to help stabilize bitmap
added functional tests for version 2.0
added error handling to account for windows not opening completely
changed default URL loading method to Mozilla.LoadURL() NOTE: Smoketest is now dependant only on correct button positions for "OpenFile" dialog.
added full path OpenFile() capabilities on mac, plus String2List utility to permit graphic file interface to be manipulated
Added SetActive() to OpenNewWin()
1999-06-18 01:35:27 +00:00
amasri%netscape.com
31e8bf1717
changed Invoke() method to give better error messages
changed iBitmapWait to 90 to account for i18n sites
changed default home page to "Navigator Help"
changed sDir to full path from relative path NOTE: must be changed for each machine it runs on
added timeout to Apprunner.Invoke()
1999-06-18 01:35:25 +00:00
amasri%netscape.com
cb68f5e062
added extra tests for version 2.0
added timing changes to help stabilize bitmap
added functional tests for version 2.0
added error handling to account for windows not opening completely
changed default URL loading method to Mozilla.LoadURL() NOTE: Smoketest is now dependant only on correct button positions for "OpenFile" dialog.
added full path OpenFile() capabilities on mac, plus String2List utility to permit graphic file interface to be manipulated
1999-06-17 01:53:18 +00:00
amasri%netscape.com
8db2869dc4
changed Invoke() method to give better error messages
changed iBitmapWait to 90 to account for i18n sites
changed default home page to "Navigator Help"
changed sDir to full path from relative path NOTE: must be changed for each machine it runs on
1999-06-17 01:53:15 +00:00
amasri%netscape.com
8ab2bdaeae
added extra tests for version 2.0
added i18n tests
changed expected file names
added ender tests
added functional tests for version 2.0
1999-06-17 01:53:12 +00:00
phillip%netscape.com
5b5452e947
smoke.pl now changes to apprunner_bin before invoking apprunner
1999-06-15 02:02:58 +00:00
gagan%netscape.com
057fe49db7
Ignore .class files for CVS.
1999-06-11 06:25:11 +00:00
gagan%netscape.com
8b4084c337
Added the test server for testing anamalous responses from HTTP servers. For more details read http://lxr.mozilla.org/mozilla/source/netwerk/testserver/docs/help.html
1999-06-11 06:21:16 +00:00
bsharma%netscape.com
b2c525fa0f
changed the sleep time to 90 seconds
1999-06-11 01:20:50 +00:00
amasri%netscape.com
054ff341d6
added extra tests for version 2.0
added timing changes to help stabilize bitmap
1999-06-08 21:44:48 +00:00
phillip%netscape.com
22948cacee
mad script executable, fixed relative path issues.
1999-06-08 21:38:35 +00:00
amasri%netscape.com
e4b807b33d
changed Invoke() method to give better error messages
changed iBitmapWait to 90 to account for i18n sites
1999-06-08 21:35:30 +00:00
amasri%netscape.com
f8307d3e67
added extra tests for version 2.0
added i18n tests
1999-06-08 21:32:22 +00:00
amasri%netscape.com
b5996e2ed6
added extra tests for version 2.0
added i18n tests
1999-06-08 21:30:39 +00:00
leaf%mozilla.org
925bc6e173
moving SmokeTestLinux-1.pl to smoke.pl
1999-06-07 23:47:16 +00:00
bsharma%netscape.com
dbca193d9c
adding the smoketest scripts
1999-06-07 22:29:38 +00:00
amasri%netscape.com
acd9a0488a
commented out tests that cause system failure (ZDNet)
1999-06-04 17:00:53 +00:00
amasri%netscape.com
30f7a5a923
added error handling
1999-06-04 17:00:18 +00:00
amasri%netscape.com
96794ee591
changed Invoke() method to give better error messages
1999-06-04 16:59:30 +00:00
amasri%netscape.com
89ce8f6bfd
added extra tests for version 2.0
1999-06-04 16:58:29 +00:00
phillip%netscape.com
376a9aa88a
fixed the initialization of run_time in test_url
1999-05-27 22:27:14 +00:00
phillip%netscape.com
28884c1cff
cleaned up the url_list init routine and added a TODO for relative paths
1999-05-27 22:01:53 +00:00
amasri%netscape.com
761ca912ae
First Checked In.
1999-05-27 21:57:35 +00:00
phillip%netscape.com
22c9cde5ee
smoketest perl script. should run in any unix flavor, but has dependencies
...
on killall, and other issues that might need to be rectified.
1999-05-27 21:44:06 +00:00
phillip%netscape.com
d0170cb4cd
fixed the problem that caused url redirects to appear to fail
1999-05-21 18:14:59 +00:00
briano%netscape.com
39cc7c32bb
Added support for NetBSD/arm, SCO OpenServer, and IRIX 5.x.
1999-05-21 04:24:30 +00:00
kipp%netscape.com
2489ddf6a2
new
1999-05-14 16:32:07 +00:00
briano%netscape.com
454aff7ba5
Minor changes, mostly for QNX.
1999-05-13 02:16:10 +00:00
briano%netscape.com
16a985cd1b
Minor cleanup, and got rid of a completely pointless chunk of code.
1999-05-05 04:00:55 +00:00
slamm%netscape.com
fc6b041d08
Implement find-mozconfig in perl. Add check for MOZ_CONFIG_GUESS to skip config.guess. Fix annoying bug on Solaris. It does not like func() {:}. You have to use func() {:;} instead.
1999-04-30 19:35:37 +00:00
briano%netscape.com
7f895734e2
Major rewrite to eliminate classic build support, attempt to capture output from the test run, and initial support for building in the source tree.
1999-04-29 23:27:05 +00:00
phillip%netscape.com
3e96172316
script that eventually will be run with tinderbox builds.
1999-04-29 22:05:40 +00:00
leaf%mozilla.org
ea1c8545b1
commiting first revision
1999-04-27 21:32:19 +00:00
briano%netscape.com
3735171336
Dammit, I made the same stupid mistake again....
1999-04-16 01:57:00 +00:00
briano%netscape.com
7f0a2f5cca
Now switching back and forth between timestamp builds and HEAD builds ought not produce any surprises.
1999-04-15 01:46:04 +00:00
briano%netscape.com
10adfa4ed0
Fixed a typo, got rid of the now-unneeded --with-pthreads flags, and cleaned up a few variable definitions.
1999-04-14 09:02:14 +00:00
briano%netscape.com
0179303fc7
Turned on pthreads for OSF/1, removed some flags that aren't needed anymore, and fixed the 'repeating timestamp' bug.
1999-04-08 03:01:20 +00:00
briano%netscape.com
ab9907cc33
Fixed a bug in the timestamp mechanism and turned it off by default, turned CVS compression off by default, and made the appropriate flag changes.
1999-04-07 00:29:45 +00:00
briano%netscape.com
4c071a519d
Cleaned up the use of the -j flag and added the --nodeps option.
1999-04-05 22:43:52 +00:00
briano%netscape.com
9705348bf0
Added the ability to checkout using a timestamp (now the default).
1999-03-29 22:34:51 +00:00
slamm%netscape.com
d892265d44
add check-modules.pl
1999-03-25 17:16:20 +00:00
briano%netscape.com
d43c43fe16
Added IRIX support (sort of), and a way to turn off CVS compression if necessary.
1999-03-20 02:04:21 +00:00
slamm%netscape.com
71e9ab19e1
-mQuiet the cvs checkout with -q. It will still print what is updated. It just won't print the name of every directory it recurses through. Cleared with cyeh.
1999-03-18 23:50:10 +00:00
briano%netscape.com
daed9c47ea
Added --help. Just because...
1999-03-18 09:30:57 +00:00
briano%netscape.com
b3b2f51c4e
Now the version number is determined using the RCS Revision keyword mechanism.
1999-03-18 09:19:22 +00:00
briano%netscape.com
34833e7741
Support for Linux/sparc and QNX, and a few additional minor tweaks.
1999-03-18 08:47:10 +00:00
cyeh%netscape.com
370d18f106
added loop command line option to control the number of times it cycles
...
on a url.txt file. default is 100 times.
1999-03-15 22:46:46 +00:00
cyeh%netscape.com
0624f555f6
fix -f command line option so that it actually works.
1999-03-15 19:33:13 +00:00
cyeh%netscape.com
9ead08b4a7
use plain text for the automated report, and don't uuencode
1999-03-12 23:24:53 +00:00
briano%netscape.com
4689b43c30
Lame tweak in order to do a test build on non-glibc Linux systems.
1999-03-10 03:30:42 +00:00
slamm%netscape.com
2914733a79
Add source tree navigation tool.
1999-03-09 01:07:00 +00:00
briano%netscape.com
f80687e6cf
Fixed my stupid mistake (theoretically) and increased the test timeout to 45 seconds.
1999-03-09 00:44:04 +00:00
briano%netscape.com
c4a2f045b8
More fixes, and I added a silly hack to show what compiler is being used.
1999-03-09 00:15:46 +00:00
briano%netscape.com
2d851854d8
Major housecleaning, and a hack to allow me to build on Solaris using Workshop.
1999-03-03 01:21:42 +00:00
leaf%mozilla.org
42e47308d7
fixed smoketest to invoke grendel with 'java grendel.Main' and also
...
exit the child process after running the binary (can't write to the same
logfile twice, now can we?)
1999-02-28 08:46:34 +00:00
briano%netscape.com
ef1c1e5639
Mostly just support for SunOS 4.x
1999-02-27 04:55:44 +00:00
cyeh%netscape.com
2283bd4832
fix analysis.html generation by fixing ostype checks
1999-02-26 21:30:38 +00:00
cyeh%netscape.com
af7c884275
added blat url to usage output
1999-02-26 20:15:03 +00:00
cyeh%netscape.com
5ee66971b5
*** empty log message ***
1999-02-26 20:13:06 +00:00
cyeh%netscape.com
ad71380a59
make simple makefile for mtbf, but this time a working one
1999-02-26 20:02:37 +00:00
cyeh%netscape.com
f17faa680f
add makefile to build mtbf
1999-02-26 19:48:06 +00:00
cyeh%netscape.com
925adb70df
make command line options work under win32
1999-02-26 19:47:38 +00:00
cyeh%netscape.com
c1ffed1fdb
added command line arguments, autoconfig LD_LIBRARY_PATH on unix, added
...
testing of command line arguments
1999-02-26 19:09:48 +00:00
briano%netscape.com
057b6598a0
More cleanup, and now we force the compiler on Solaris x86 to be EGCS.
1999-02-25 23:35:52 +00:00
cyeh%netscape.com
a63743e6e0
fixed busted perl script by adding proper quoting. duh.
1999-02-25 19:43:40 +00:00
cyeh%netscape.com
5d83738624
add quick result to stdout
1999-02-25 19:40:38 +00:00
cyeh%netscape.com
645732cc2f
little perl script that searches for global constructors/destructors
...
in build objects in the tree
1999-02-25 19:35:05 +00:00
briano%netscape.com
f815def67d
Some more minor cleanup, and support for Solaris x86 and Linux Netwinders.
1999-02-24 04:33:17 +00:00
sar%netscape.com
2a1f0e6c66
perl script to test viewer
1999-02-24 02:16:40 +00:00
sar%netscape.com
8252600ba3
make the file have more entries per QA request.
1999-02-24 02:15:00 +00:00
briano%netscape.com
d3511c5a27
This version works a bit better, and is much more platform-independent. But it could be better....
1999-02-23 03:52:21 +00:00
cyeh%netscape.com
fe763fea21
Remove mozilla/layout/config and use mozilla/config instead.
1999-02-18 18:16:21 +00:00
leaf%mozilla.org
a2930ea32c
oh, yeah, there needs to be an $FE defined somewhere... could be gutted
...
i'm sure, but i'd like it to just work right now.
1999-02-17 08:18:52 +00:00
rickg%netscape.com
620272af59
added mtbf to tools directory
1999-02-16 02:41:05 +00:00
leaf%mozilla.org
e8b47b5d5a
Adding the badly hacked up, barely working tinderbox scripts.
...
(build-moz-smoke.pl is ok, build-grendel.pl needs more work)
1999-02-14 07:15:44 +00:00
leaf%mozilla.org
fc9f75bfc1
Adding the glib/gtk+ updating script. and the directory readme.
1999-02-09 08:09:58 +00:00
cyeh%netscape.com
ea5e421140
First Checked In.
1999-02-08 19:56:02 +00:00
cyeh%netscape.com
b07dff2449
adding readme to explain what is in this directory
1999-02-08 19:37:56 +00:00
sar%netscape.com
10948a4c97
Initial checkin of test batch files.
1999-02-08 19:07:42 +00:00