- Apr 03, 2007
-
-
Reid Spencer authored
script to to check out llvm and llvm-test from Subversion instead of CVS. Without this option the script will continue to check out from CVS. To specify the Subversion URL, set the SVNURL environment variable or pass -svnurl followed by the URL. For now, -svnurl will default to Reid's temporary (read-only, daily snapshot) SVN server. Try it out if you like! llvm-svn: 35621
-
- Nov 24, 2006
-
-
Reid Spencer authored
llvm-svn: 31899
-
- Oct 19, 2006
-
-
Reid Spencer authored
llvm-svn: 31050
-
- Sep 29, 2006
-
-
Jim Laskey authored
llvm-svn: 30669
-
- Sep 28, 2006
-
-
Jim Laskey authored
llvm-svn: 30647
-
Jim Laskey authored
llvm-svn: 30646
-
- Sep 20, 2006
-
-
Jim Laskey authored
llvm-svn: 30519
-
- Sep 15, 2006
-
-
Jim Laskey authored
llvm-svn: 30394
-
- Aug 29, 2006
-
-
Evan Cheng authored
update stage. llvm-svn: 29955
-
- Aug 22, 2006
-
-
Patrick Jenkins authored
version to be left blank if the build failed. Also corrected a problem where if the build failed the nightly tester would still try to read the results of the Dejagnutests log even though it didnt exist. llvm-svn: 29829
-
- Aug 21, 2006
-
-
Patrick Jenkins authored
testresults directory is not present unless the script is run as verbose. llvm-svn: 29797
-
- Aug 18, 2006
-
-
Patrick Jenkins authored
and bring the handing of dejagnu tests into compliance with this new scheme. llvm-svn: 29772
-
Patrick Jenkins authored
Changing the format dejagnu tests are submitted. We used to only submit multisource information for pass fail. Now we submit all pass/fail test information. This should fix the issue where some results were not being reported. llvm-svn: 29757
-
- Aug 17, 2006
-
-
Patrick Jenkins authored
My last commit added some experimental features I have been working on. This commit rolls those back. llvm-svn: 29738
-
Patrick Jenkins authored
llvm-svn: 29736
-
- Aug 14, 2006
-
-
Reid Spencer authored
source dir for LLVM to be specified explicitly. This removes the dependency on the llvm-config script. If the option is not given, then the scripts use llvm-config which should be both built and in the PATH. This arrangement provides a useful default for most developers but also allows the nightly tester to execute countloc.sh before llvm-config is built and without altering the PATH. llvm-svn: 29663
-
Patrick Jenkins authored
llvm-svn: 29658
-
- Aug 13, 2006
-
-
Reid Spencer authored
1. Remove tabs 2. Wrap to 80 columns 3. Put spaces between "if" or "elsif" and expression 4. Put { on same line as if statement. 5. Make indentation be 2 spaces. Functionality change: Run utils/countloc.sh after the build is done. This is necessary because that script now uses llvm-config to find the top src directory. llvm-svn: 29651
-
- Aug 12, 2006
-
-
Patrick Jenkins authored
Added two flags (-submit-server and -submit-script) which allow the user to specify where the test results are submitted too. If these are not specified they default to the LLVM.org server. llvm-svn: 29633
-
- Aug 09, 2006
-
-
Evan Cheng authored
llvm-svn: 29579
-
- Aug 08, 2006
-
-
Patrick Jenkins authored
llvm-svn: 29565
-
- Aug 07, 2006
-
-
Patrick Jenkins authored
Reinstated the sending of a list of all dejagnutests run. Also fixed a rather embarresing error introduced during version 1.41 where i commented out the actual sending of the data to the results server. llvm-svn: 29538
-
- Aug 06, 2006
-
-
Patrick Jenkins authored
llvm-svn: 29537
-
- Aug 04, 2006
-
-
Patrick Jenkins authored
Changed a = to a .= so we now append tests we have performed to the master list of all tests instead of assigning it as the master list. llvm-svn: 29531
-
Patrick Jenkins authored
Made some more changes to the print statements in the nightly tester. The last commit was a preemptive strike. llvm-svn: 29526
-
Patrick Jenkins authored
Encapsulated all of the print statements in "if( $VERBOSE) { }". The testing script will be absoutely silent now except for errors, which will still be printed to the annoyance of the user. llvm-svn: 29525
-
Patrick Jenkins authored
We should now send the correct list of dejagnu tests instead of the csv file of test results when we submit results back to the nightly tester. llvm-svn: 29523
-
- Aug 03, 2006
-
-
Patrick Jenkins authored
One of the directories we were searching in for .o and .a files was wrong. We now search /lib instead of /libs. llvm-svn: 29496
-
Patrick Jenkins authored
utils/ libs/ tools/ Release/ & Debug/ as per Chris. llvm-svn: 29488
-
- Aug 02, 2006
-
-
Patrick Jenkins authored
Removed some dead code and hopefully fixed the issue where the total list of tests was not being sent llvm-svn: 29476
-
- Jul 29, 2006
-
-
Andrew Lenharth authored
llvm-svn: 29409
-
- Jul 28, 2006
-
-
Patrick Jenkins authored
llvm-svn: 29377
-
- Jul 27, 2006
-
-
Patrick Jenkins authored
llvm-svn: 29362
-
Patrick Jenkins authored
llvm-svn: 29361
-
Patrick Jenkins authored
llvm-svn: 29357
-
Patrick Jenkins authored
llvm-svn: 29353
-
Patrick Jenkins authored
Changed how changedir worked. Hopefully now when it fails it will tell us why. llvm-svn: 29352
-
Patrick Jenkins authored
llvm-svn: 29321
-
Patrick Jenkins authored
llvm-svn: 29319
-
Patrick Jenkins authored
This change will allow support for SunOS to the testing script. It adds a check to see if we're running on SunOS and if so, then uses gmake instead of make. llvm-svn: 29316
-