Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make the NightlyTest run tests out of projects/llvm-test instead of | Reid Spencer | 2004-09-05 | 1 | -4/+6 | |
| | | | | | | llvm/test/Programs llvm-svn: 16181 | |||||
* | Split out -disable-codegen into -disable-llc and -disable-jit. | Brian Gaeke | 2004-08-05 | 1 | -5/+10 | |
| | | | | llvm-svn: 15530 | |||||
* | Fix the nightly tester to default to using gnuplot in /usr/bin | Chris Lattner | 2004-07-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 15287 | |||||
* | Ugh, the upgrade of zion brought in GCC 3.3.2, our arch nemesis. | Chris Lattner | 2004-07-27 | 1 | -0/+2 | |
| | | | | llvm-svn: 15269 | |||||
* | Don't try to run qmtests if we fail to build the tree. The qmtests (at | Brian Gaeke | 2004-06-25 | 1 | -0/+2 | |
| | | | | | | least, on macosx) will spiral out of control instead of failing gracefully. llvm-svn: 14396 | |||||
* | Move the tests for readability of the template and gnuplot files so they | Reid Spencer | 2004-06-23 | 1 | -11/+11 | |
| | | | | | | | | occur AFTER the source is checked out. This ensures that if either of the -gnuplotscript or -templatefile options are not given, that they get picked up from the checkout directory and don't abort the test unnecessarily. llvm-svn: 14346 | |||||
* | Added a -noexternals options to avoid performing the externals tests on | Reid Spencer | 2004-06-23 | 1 | -5/+17 | |
| | | | | | | test environments that don't have Povray or SPEC. llvm-svn: 14345 | |||||
* | Make sure GetRegEx returns something gnuplot can deal with (a number, not | Reid Spencer | 2004-06-23 | 1 | -1/+1 | |
| | | | | | | a ?) so that graphs don't bail if something fails in a test. llvm-svn: 14344 | |||||
* | - Added the -nice option for nicing the build processes. | Reid Spencer | 2004-06-22 | 1 | -152/+201 | |
| | | | | | | | | | | | | - Added the -gnuplotscript option to specify the GnuPlot script to use. - Added the -templatefile option to specify the HTML template to use. - Moved subroutines to top of file. - Used variables for file names in case we want to change to directories. - Made program track its directory changes in $VERBOSE mode (for debugging) - Added variables to support tracking start time, finish time, and platform details about each nightly test. llvm-svn: 14321 | |||||
* | Don't trim @PrevDays (causing an error) if it isn't long enough. | Brian Gaeke | 2004-06-11 | 1 | -1/+3 | |
| | | | | llvm-svn: 14156 | |||||
* | Add two options to the program: | Reid Spencer | 2004-06-11 | 1 | -1/+8 | |
| | | | | | | | | | | | -release causes ENABLE_OPTIMIZED=1 to be added to the make line so that the test runs against optimized code. -pedantic causes the CompileOptimizeOpts variable to be overridden to add several additional warnings not picked up by -Wall. This should help catch additional programming faux pas. See the diff for the specific details. llvm-svn: 14153 | |||||
* | Allow dates with slashes in them in $DateRE. | Brian Gaeke | 2004-06-10 | 1 | -1/+2 | |
| | | | | | | Don't match on $Filename (which will be unset) if we hit 'UNMATCHABLE:'. llvm-svn: 14112 | |||||
* | * Fix indentation of Regression Test Results by making sure the | Reid Spencer | 2004-06-08 | 1 | -4/+10 | |
| | | | | | | | GetQMTestResults function closes all its open tags. * Cause XFAIL results to not be reported at all except in the stats. llvm-svn: 14067 | |||||
* | Honor DISABLE_CBE, etc., even when doing the "running tests" (i.e., Olden) | Brian Gaeke | 2004-06-04 | 1 | -1/+1 | |
| | | | | llvm-svn: 14004 | |||||
* | Allow script to set configure args. | Brian Gaeke | 2004-06-03 | 1 | -3/+10 | |
| | | | | | | Allow environment to set llvmgccdir. llvm-svn: 13994 | |||||
* | Add -disable-codegen option to disable LLC and JIT targets | Chris Lattner | 2004-06-03 | 1 | -5/+7 | |
| | | | | llvm-svn: 13978 | |||||
* | Clean up the Feature and Regression test output to (a) use section headers, | Reid Spencer | 2004-05-31 | 1 | -10/+35 | |
| | | | | | | | | (b) avoid <pre> tag so page width doesn't become excessive, (c) omit the execution time stats, (d) format each reported test in a list with bold headings for readability, (e) omit long lines of dashes. llvm-svn: 13912 | |||||
* | Make the Regression/Feature test support excise all ": PASS" lines that | Reid Spencer | 2004-05-30 | 1 | -2/+7 | |
| | | | | | | | indicate successful tests. We're really only interested in the bad news in this output :) llvm-svn: 13901 | |||||
* | Changes to make the nightly tester run the regression tests at night, yaay! | Chris Lattner | 2004-05-28 | 1 | -9/+139 | |
| | | | | | | Change contributed by Reid Spencer. llvm-svn: 13882 | |||||
* | Eliminate annoying warnings from the tester, hopefully for real this time. | Chris Lattner | 2004-01-12 | 1 | -2/+2 | |
| | | | | llvm-svn: 10777 | |||||
* | Fix annoying warnings. W doesn't have a revision number | Chris Lattner | 2004-01-09 | 1 | -2/+2 | |
| | | | | llvm-svn: 10736 | |||||
* | Change perl interpreter path to the standard /usr/bin/perl. | Alkis Evlogimenos | 2004-01-07 | 1 | -1/+1 | |
| | | | | llvm-svn: 10708 | |||||
* | Eliminate a spurious warning | Chris Lattner | 2003-12-19 | 1 | -1/+1 | |
| | | | | llvm-svn: 10540 | |||||
* | If -enable-linscan is specified, add ENABLE_LINEARSCAN=1 to the make commandline | Chris Lattner | 2003-12-19 | 1 | -3/+6 | |
| | | | | llvm-svn: 10527 | |||||
* | This may fix the "0 dirs" stuff we get in the nightly tests when they are | Brian Gaeke | 2003-12-01 | 1 | -2/+2 | |
| | | | | | | checking out over remote cvs connections. llvm-svn: 10278 | |||||
* | I'm tired of the nightly tester stopping, aren't you? | Chris Lattner | 2003-10-28 | 1 | -2/+2 | |
| | | | | llvm-svn: 9544 | |||||
* | Add more space! | Chris Lattner | 2003-10-21 | 1 | -4/+4 | |
| | | | | llvm-svn: 9330 | |||||
* | DeHTMLify the email so that it only gets sent out if something changes. | Chris Lattner | 2003-10-19 | 1 | -7/+10 | |
| | | | | | | Add printouts about failed building and testing. llvm-svn: 9253 | |||||
* | Print stuff to stdout if something changes. | Chris Lattner | 2003-10-18 | 1 | -0/+10 | |
| | | | | llvm-svn: 9235 | |||||
* | Fix bug in script | Chris Lattner | 2003-10-14 | 1 | -1/+1 | |
| | | | | llvm-svn: 9110 | |||||
* | LLVM CVS repository has moved. | Misha Brukman | 2003-10-13 | 1 | -1/+1 | |
| | | | | llvm-svn: 9099 | |||||
* | Greatly expand documentation comment at head of file... I had to | Brian Gaeke | 2003-10-11 | 1 | -9/+33 | |
| | | | | | | | | | | | | try to understand it; maybe this will help someone else do so too. Default CVSRootDir to $CVSROOT first, then the path in ~vadve only if $CVSROOT was not set. Checkout with -z3 if we might be checking out over ssh/rsh. Check the filename of gnuplot to see if it is executable; if not, as a last resort, try just plain "gnuplot", hoping it is in the path somewhere. Remove a little extra whitespace. llvm-svn: 9046 | |||||
* | Fix bug in previous checkin | Chris Lattner | 2003-09-23 | 1 | -1/+1 | |
| | | | | llvm-svn: 8694 | |||||
* | Make it detect failed builds better | Chris Lattner | 2003-09-23 | 1 | -1/+2 | |
| | | | | llvm-svn: 8690 | |||||
* | Fix the nightly tester now that olden has been moved | Chris Lattner | 2003-09-14 | 1 | -1/+1 | |
| | | | | llvm-svn: 8508 | |||||
* | Make build errors stand out by coloring them red. | Misha Brukman | 2003-08-21 | 1 | -3/+2 | |
| | | | | llvm-svn: 8017 | |||||
* | Start testing SPEC as well as singlesource/multisource | Chris Lattner | 2003-08-21 | 1 | -1/+3 | |
| | | | | llvm-svn: 8005 | |||||
* | Catch testing errors | Chris Lattner | 2003-08-20 | 1 | -2/+2 | |
| | | | | llvm-svn: 7981 | |||||
* | Fix bugs in tester | Chris Lattner | 2003-08-19 | 1 | -16/+23 | |
| | | | | | | Add new -norunningtests option llvm-svn: 7972 | |||||
* | Do not force a runtimelimit! We were actually reducing it. | Chris Lattner | 2003-08-19 | 1 | -4/+72 | |
| | | | | | | Start running LARGE_PROBLEM_SIZE tests on Olden, keeping track of the results. llvm-svn: 7969 | |||||
* | Add the magic incantations to get a running LOC graph updated each night... | Chris Lattner | 2003-08-18 | 1 | -5/+15 | |
| | | | | llvm-svn: 7957 | |||||
* | Wrap line at 80 columns | Chris Lattner | 2003-08-18 | 1 | -1/+2 | |
| | | | | | | Fix bogus failures llvm-svn: 7947 | |||||
* | Fix minor bugs in the tester | Chris Lattner | 2003-08-18 | 1 | -2/+2 | |
| | | | | llvm-svn: 7943 | |||||
* | * Split the programs table into MultiSource and SingleSource components | Chris Lattner | 2003-08-18 | 1 | -14/+41 | |
| | | | | | | | * Instead of printing the time to configure as the build time, print the time to configure AND the build time, explicitly llvm-svn: 7942 | |||||
* | Make the check for a failed test run more robust!! | Chris Lattner | 2003-08-17 | 1 | -1/+1 | |
| | | | | llvm-svn: 7924 | |||||
* | * Enable SPEC testing in the `configure' script command line | Misha Brukman | 2003-08-14 | 1 | -3/+3 | |
| | | | | | | | * Switched from using `m||' to `m##' because VIM mis-highlights `m||' * Simplified the regex getting the file version number llvm-svn: 7842 | |||||
* | Sort the file lists | Chris Lattner | 2003-08-06 | 1 | -3/+3 | |
| | | | | llvm-svn: 7638 | |||||
* | Forget about KEEP_SYMBOLS, make sure to build into the temp directory, not ↵ | Chris Lattner | 2003-07-31 | 1 | -3/+1 | |
| | | | | | | into localhome llvm-svn: 7450 | |||||
* | * Made $Template refer to a path relative to the checked-out tree | Misha Brukman | 2003-07-07 | 1 | -14/+11 | |
| | | | | | | | | | | | | | * Made error messages print out what directory failed chdir() * Put quotes around search arguments to grep * Use `egrep' instead of `grep -e' because they are equivalent but `grep' does not have the `-e' option on Sparc/Solaris * Added `--enable-jit' to the ./configure command because both X86 and Sparc have JITs and we want them to be tested * Fixed the regular expressions parsing the changes in CVS which were causing the script to die llvm-svn: 7118 | |||||
* | Update to configure the tree before building it. | Chris Lattner | 2003-07-01 | 1 | -7/+2 | |
| | | | | llvm-svn: 7026 |