summaryrefslogtreecommitdiff
path: root/utils/NewNightlyTest.pl
Commit message (Collapse)AuthorAge
* Make my proxy happy.Lauro Ramos Venancio2007-05-03
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36665 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding target triplet to be passed to database.Tanya Lattner2007-04-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35958 91177308-0d34-0410-b5e6-96231b3b80d8
* Correctly report version of GCC used.Jeff Cohen2007-04-10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35866 91177308-0d34-0410-b5e6-96231b3b80d8
* Terminate some lines that need to be.Reid Spencer2007-04-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35725 91177308-0d34-0410-b5e6-96231b3b80d8
* Reinstate the SVN capability without requiring Date::Parse. As before theReid Spencer2007-04-07
| | | | | | | | SVN Repository is only used if requested with -usesvn option otherwise it uses CVS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35721 91177308-0d34-0410-b5e6-96231b3b80d8
* Revert this until the Date::Parse module can be installed on the nightlyReid Spencer2007-04-04
| | | | | | | testers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35657 91177308-0d34-0410-b5e6-96231b3b80d8
* Prepare for Subversion migration by implementing a -usesvn to tell theReid Spencer2007-04-03
| | | | | | | | | | | 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! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35621 91177308-0d34-0410-b5e6-96231b3b80d8
* Add an option to enable lli (interpreter mode) testing.Reid Spencer2006-11-24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31899 91177308-0d34-0410-b5e6-96231b3b80d8
* 80 cols fix.Reid Spencer2006-10-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31050 91177308-0d34-0410-b5e6-96231b3b80d8
* Wrong directory.Jim Laskey2006-09-29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30669 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix search file for -release.Jim Laskey2006-09-28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30647 91177308-0d34-0410-b5e6-96231b3b80d8
* Add support for -release-asserts.Jim Laskey2006-09-28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30646 91177308-0d34-0410-b5e6-96231b3b80d8
* Trim the home directory from the dejagnu testJim Laskey2006-09-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30519 91177308-0d34-0410-b5e6-96231b3b80d8
* Switching to NewNightlyTest.phpJim Laskey2006-09-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30394 91177308-0d34-0410-b5e6-96231b3b80d8
* Issue cvs co with -P option to prune empty directories. Remove the unnecessaryEvan Cheng2006-08-29
| | | | | | | update stage. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29955 91177308-0d34-0410-b5e6-96231b3b80d8
* Corrected an error that was introduced yesterday that caused the GCCPatrick Jenkins2006-08-22
| | | | | | | | | | | 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29829 91177308-0d34-0410-b5e6-96231b3b80d8
* The new nightly tester should stop outputing a message stating thePatrick Jenkins2006-08-21
| | | | | | | testresults directory is not present unless the script is run as verbose. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29797 91177308-0d34-0410-b5e6-96231b3b80d8
* These changes reflect the changes in the database for how tests are storedPatrick Jenkins2006-08-18
| | | | | | | and bring the handing of dejagnu tests into compliance with this new scheme. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29772 91177308-0d34-0410-b5e6-96231b3b80d8
* Changing the format dejagnu tests are submitted. We used to only submit ↵Patrick Jenkins2006-08-17
| | | | | | 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29757 91177308-0d34-0410-b5e6-96231b3b80d8
* My last commit added some experimental features I have been working on. This ↵Patrick Jenkins2006-08-16
| | | | | | commit rolls those back. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29738 91177308-0d34-0410-b5e6-96231b3b80d8
* Changed the call to countloc.sh so that the correct topdirectory of the llvm ↵Patrick Jenkins2006-08-16
| | | | | | build is set. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29736 91177308-0d34-0410-b5e6-96231b3b80d8
* Make all tools that use llvmdo have a -topdir option that allows the topReid Spencer2006-08-14
| | | | | | | | | | | | 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29663 91177308-0d34-0410-b5e6-96231b3b80d8
* Added some comments to clarify code around sub TestDirectoryPatrick Jenkins2006-08-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29658 91177308-0d34-0410-b5e6-96231b3b80d8
* Changes for LLVM coding standard compliance:Reid Spencer2006-08-13
| | | | | | | | | | | | | | 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29651 91177308-0d34-0410-b5e6-96231b3b80d8
* Added two flags (-submit-server and -submit-script) which allow the user to ↵Patrick Jenkins2006-08-11
| | | | | | specify where the test results are submitted too. If these are not specified they default to the LLVM.org server. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29633 91177308-0d34-0410-b5e6-96231b3b80d8
* Merge some NightlyTest.pl changes.Evan Cheng2006-08-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29579 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed unneccesary output from nightly testerPatrick Jenkins2006-08-08
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29565 91177308-0d34-0410-b5e6-96231b3b80d8
* Reinstated the sending of a list of all dejagnutests run. Also fixed a ↵Patrick Jenkins2006-08-07
| | | | | | rather embarresing error introduced during version 1.41 where i commented out the actual sending of the data to the results server. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29538 91177308-0d34-0410-b5e6-96231b3b80d8
* no longer sending the list of all dejagnu tests because it is too big at the ↵Patrick Jenkins2006-08-06
| | | | | | present time git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29537 91177308-0d34-0410-b5e6-96231b3b80d8
* Changed a = to a .= so we now append tests we have performed to the master ↵Patrick Jenkins2006-08-04
| | | | | | list of all tests instead of assigning it as the master list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29531 91177308-0d34-0410-b5e6-96231b3b80d8
* Made some more changes to the print statements in the nightly tester. The ↵Patrick Jenkins2006-08-04
| | | | | | last commit was a preemptive strike. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29526 91177308-0d34-0410-b5e6-96231b3b80d8
* Encapsulated all of the print statements in "if( $VERBOSE) { }". The testing ↵Patrick Jenkins2006-08-04
| | | | | | script will be absoutely silent now except for errors, which will still be printed to the annoyance of the user. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29525 91177308-0d34-0410-b5e6-96231b3b80d8
* We should now send the correct list of dejagnu tests instead of the csv file ↵Patrick Jenkins2006-08-04
| | | | | | of test results when we submit results back to the nightly tester. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29523 91177308-0d34-0410-b5e6-96231b3b80d8
* One of the directories we were searching in for .o and .a files was wrong. ↵Patrick Jenkins2006-08-03
| | | | | | We now search /lib instead of /libs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29496 91177308-0d34-0410-b5e6-96231b3b80d8
* We now only search the following directories for .o and .a files:Patrick Jenkins2006-08-02
| | | | | | | | | | | utils/ libs/ tools/ Release/ & Debug/ as per Chris. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29488 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed some dead code and hopefully fixed the issue where the total list of ↵Patrick Jenkins2006-08-02
| | | | | | tests was not being sent git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29476 91177308-0d34-0410-b5e6-96231b3b80d8
* fix externalsAndrew Lenharth2006-07-29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29409 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed some unneccesary printing from the nightly tester.Patrick Jenkins2006-07-28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29377 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed some unneccesary print statemntsPatrick Jenkins2006-07-27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29362 91177308-0d34-0410-b5e6-96231b3b80d8
* ChangeDir now returns the correct valuePatrick Jenkins2006-07-27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29361 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed a stupid error where changedir returned false upon success.Patrick Jenkins2006-07-27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29357 91177308-0d34-0410-b5e6-96231b3b80d8
* Added more descriptive output to singlesource,multisource tests.Patrick Jenkins2006-07-27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29353 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed some clutter that was left over from development.Patrick Jenkins2006-07-27
| | | | | | | Changed how changedir worked. Hopefully now when it fails it will tell us why. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29352 91177308-0d34-0410-b5e6-96231b3b80d8
* I made a stupid mistake when adding support for -use-gmake. ~PJPatrick Jenkins2006-07-27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29321 91177308-0d34-0410-b5e6-96231b3b80d8
* added support for the -use-gmake option. This will come in handy when ↵Patrick Jenkins2006-07-27
| | | | | | running the test on SunOS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29319 91177308-0d34-0410-b5e6-96231b3b80d8
* This change will allow support for SunOS to the testing script. It adds a ↵Patrick Jenkins2006-07-27
| | | | | | check to see if we're running on SunOS and if so, then uses gmake instead of make. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29316 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixing a syntax error and adding buildtype to the .a and .o file size ↵Patrick Jenkins2006-07-23
| | | | | | information. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29270 91177308-0d34-0410-b5e6-96231b3b80d8
* When the ability to gather .a and .o file sizes was added, it changed the ↵Patrick Jenkins2006-07-23
| | | | | | directory the perl script was in so when we tried to run dejagnu tests, everything failed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29269 91177308-0d34-0410-b5e6-96231b3b80d8
* added status message during nightly testPatrick Jenkins2006-07-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29263 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a check to skip dejagnu test results gathering if we did not run ↵Patrick Jenkins2006-07-21
| | | | | | dejagnu tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29252 91177308-0d34-0410-b5e6-96231b3b80d8