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

976 Коммитов

Автор SHA1 Сообщение Дата
blythe%netscape.com 093e09370b Not part of the build.
Forgot last pattern to exclude.
2002-10-04 20:09:08 +00:00
blythe%netscape.com ad22cbfc71 Not part of the build.
Refine what input files to accept.
2002-10-04 20:05:48 +00:00
blythe%netscape.com 0019ce85da Not part of a normal build.
Correct the help text of the script.
2002-10-04 03:14:25 +00:00
blythe%netscape.com 66f136fd19 Not part of a normal build.
Add final touch to license.
2002-10-04 02:51:13 +00:00
blythe%netscape.com c9cd29ce85 Not part of a normal build.
Forgot to license source code.
2002-10-04 02:40:43 +00:00
blythe%netscape.com 5225e70748 Not part of any normal build (yet).
Map file parsing tools for a windows build.
Goal will be to use the script to hook up in tinderbox for code size delta tracking.
2002-10-04 02:33:15 +00:00
seawood%netscape.com 89fb30d838 Remove extraneous ` from LD_LIBRARY_PATH 2002-09-15 08:12:41 +00:00
sfraser%netscape.com c0a78f7d2a Add output with a TinderboxPrint: line to show per-window leaks, and tweak the test to load about:blank. 2002-09-10 02:19:06 +00:00
sfraser%netscape.com d8dc25e270 Added window open/close leak test. r=sleestack 2002-09-10 01:06:00 +00:00
cltbld%netscape.com 2f0fc352b9 Fixing timezone issues, posix errors for OSX/Jaguar. Added date +%Z option for OSX (and others). r=jrgm 2002-08-29 02:31:34 +00:00
cltbld%netscape.com ead603dd89 chimera/projects going away, builds dir is now @ chimera/builds. a=smfr 2002-08-22 01:44:57 +00:00
cltbld%netscape.com c64eee0593 Changes to match file moves in chimera project. a=smfr 2002-08-21 05:43:05 +00:00
cltbld%netscape.com a9e6bdb285 Forgot to pass test_result back in run_all_tests, this was causing build status to be zero in some cases, which the server was rejecting. -mcafee 2002-08-19 23:26:22 +00:00
cltbld%netscape.com 7489bf3e86 Fixing startup test, url was hard-coded to mozilla way, pass in args now. -mcafee 2002-08-13 02:15:26 +00:00
cltbld%netscape.com c21d97dd5c Use startup test function instead of cut-paste now. -mcafee 2002-08-13 02:06:57 +00:00
cltbld%netscape.com b1865ab50b Move startup test into its own function so that it can be called from other builds like chimera. -mcafee 2002-08-12 15:51:00 +00:00
cltbld%netscape.com e458365ff2 LayoutTest is now a function in TinderUtils, so that build-chimera.pl can reuse the code. -mcafee 2002-08-08 02:44:54 +00:00
mcafee%netscape.com cd7f2e2718 Forgot to cleanup layout_time for 2nd run, this was causing the graph server to freak out. 2002-08-02 04:45:03 +00:00
cltbld%netscape.com 1effbe680b Moving run_all_tests to be closer to test definitions; cvs diff shows a wild diff here but it is really just moving a large function down in the file. -mcafee 2002-07-30 22:22:38 +00:00
cltbld%netscape.com d4adb0de34 Removing defunct mailnews test. Cleaned up layout test comment. -mcafee 2002-07-30 00:10:34 +00:00
mcafee%netscape.com 55aa8b7ecf don't need this comment here.. 2002-07-29 04:18:15 +00:00
mcafee%netscape.com 62f9e76dd9 fixing logic in pageload test for 2nd attempt case. 2002-07-26 19:10:58 +00:00
cltbld%netscape.com 20b2049212 Switching to pageload_server instead of hard-coded url for pageload test. -mcafee 2002-07-24 21:32:49 +00:00
cltbld%netscape.com 5fe829ab70 Setting pageload_server to more-appropriate default, spider. External people, please ask mcafee or jrgm for external ip. -mcafee 2002-07-24 18:08:15 +00:00
mcafee%netscape.com c51b25df2a fixed slash problem 2002-07-24 16:04:03 +00:00
cltbld%netscape.com e395893de6 Adding tests to chimera, I slammed this in here for now, need to rework build-seamonkey-utils.pl so tests can be called as functions. -mcafee 2002-07-23 07:54:18 +00:00
cltbld%netscape.com 49cf6b75b0 Renaming RunTest to RunMozillaTests. Leaving in checks for RunTest for now. -mcafee 2002-07-23 07:52:30 +00:00
cltbld%netscape.com cb4b5e0738 Renaming Settings::RunTest to Settings::RunMozillaTests to be more descriptive. Leaving in check for old RunTest variable for now, in case there are some clients relying on that. -mcafee 2002-07-22 21:45:52 +00:00
cltbld%netscape.com 551ed026a1 fixing reset home dir logic, sorry. -mcafee 2002-07-20 06:19:15 +00:00
cltbld%netscape.com 4beb1c18ae Adding ResetHomeDirForTests variable, some builds won't want to do this (chimera, etc.) 2002-07-19 21:03:01 +00:00
cltbld%netscape.com 0bb56f3274 Adding default, blank string for BuildNameExtra. -mcafee 2002-07-12 22:45:41 +00:00
cltbld%netscape.com b9046f61d8 154815 fixed, removing hack. -mcafee 2002-07-12 03:50:49 +00:00
seawood%netscape.com 03ace271f0 Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL.
Bug 149032 r=timeless sr=scc
2002-07-02 20:25:30 +00:00
dbaron%fas.harvard.edu f5d16a05d0 Increase max stack crawl from 100 to 500. r=jim_nance sr=waterson b=154752 2002-07-02 03:17:23 +00:00
dbaron%fas.harvard.edu 2f5772817a Print the library name when the library has no symbols. b=154752 r=jim_nance@yahoo.com sr=waterson 2002-07-02 03:16:44 +00:00
seawood%netscape.com 7fb7033b34 Remove generated tmreader.$(OBJ_SUFFIX) 2002-07-01 02:15:11 +00:00
cltbld%netscape.com 046abef473 Adding cleanprofile stuff for chimera. checking in workaround for bug 154815 for now, will yank later. -mcafee 2002-06-29 00:08:17 +00:00
cltbld%netscape.com 31bb4e9289 Cleaning up tests stuff. -mcafee 2002-06-28 22:27:32 +00:00
alecf%netscape.com ff56ad8029 yay remove appshell -> rdf now that bug 132175 is fixed
not part of build
2002-06-27 00:29:10 +00:00
cltbld%netscape.com 9770bb1661 Adding chimera_build_static, chimera_build_opt to help minimize script hacking. 2002-06-26 20:39:43 +00:00
cltbld%netscape.com 6b9eb55e1c Static build comment 2002-06-22 00:53:41 +00:00
cltbld%netscape.com 3699428a70 Wrapping pull & build with TestOnly, now --testonly flag will skip this for chimera build also. 2002-06-22 00:00:43 +00:00
cltbld%netscape.com aebe95de2d Explicitly deleting binary. Removed install from pbxbuild line. Increased AliveTestTimeout to 60 seconds from 45. New URL for test8. (mcafee) 2002-06-21 19:18:49 +00:00
cltbld%netscape.com e159632d4f Explicitly set cwd to home directory after setting /u/cltbld, apparently MacOSX/Darwin needs this. -mcafee 2002-06-21 19:14:13 +00:00
mcafee%netscape.com bdbade93ea oops, didn't mean to uncomment delete binary part 2002-06-21 00:58:21 +00:00
mcafee%netscape.com 1359b1a16e Fixing tab whitespace. 2002-06-20 23:41:33 +00:00
mcafee%netscape.com 28a16ca210 find, commandhandler need to be built before embedcomponents (152516). r=cls, sr=alecf 2002-06-20 05:08:19 +00:00
dbaron%fas.harvard.edu 7c261f47b2 Add perl script for splitting jprof profiles into segments. 2002-06-18 22:35:05 +00:00
mcafee%netscape.com 956d3856f5 Explicitly call configure with sh, fixes windows (152312). r/code=hwaara, sr=alecf 2002-06-18 01:18:46 +00:00
mcafee%netscape.com 945e691fda Adding export-idl rule for REQUIRES-based embed build (150088). r=blythe, sr=alecf, a=asa 2002-06-11 22:26:27 +00:00