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

168 Коммитов

Автор SHA1 Сообщение Дата
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