summaryrefslogtreecommitdiffstats
path: root/llvm/utils/NewNightlyTest.pl
Commit message (Collapse)AuthorAgeFilesLines
* Remove the last vestiges of -usesvn.Reid Spencer2007-07-021-5/+3
| | | | | | Implement -usecvs just in case we need to go back to cvs for some reason. llvm-svn: 37837
* We want the Subversion checkout to succeed even if we don't specify Reid Spencer2007-07-021-7/+7
| | | | | | the -verbose option! Doh! llvm-svn: 37836
* Applied Reid's patch. Long live Subversion!John Criswell2007-06-291-2/+1
| | | | llvm-svn: 37812
* Fix problems with the checkout and cd directories for SVN checkout.Reid Spencer2007-06-291-4/+4
| | | | llvm-svn: 37797
* Update for Subversion conversion:Reid Spencer2007-06-261-7/+7
| | | | | | | | 1. Fix comments for -usesvn and -svnurl options. 2. Fix default URL for SVN access. 3. Fix paths to accommodate "trunk" when checking out from SVN. llvm-svn: 37736
* Remove duplicated line.Evan Cheng2007-05-141-1/+0
| | | | llvm-svn: 37040
* Make my proxy happy.Lauro Ramos Venancio2007-05-031-0/+1
| | | | llvm-svn: 36665
* Adding target triplet to be passed to database.Tanya Lattner2007-04-131-1/+18
| | | | llvm-svn: 35958
* Correctly report version of GCC used.Jeff Cohen2007-04-101-0/+2
| | | | llvm-svn: 35866
* Terminate some lines that need to be.Reid Spencer2007-04-071-2/+2
| | | | llvm-svn: 35725
* Reinstate the SVN capability without requiring Date::Parse. As before theReid Spencer2007-04-071-63/+154
| | | | | | | SVN Repository is only used if requested with -usesvn option otherwise it uses CVS. llvm-svn: 35721
* Revert this until the Date::Parse module can be installed on the nightlyReid Spencer2007-04-041-147/+62
| | | | | | testers. llvm-svn: 35657
* Prepare for Subversion migration by implementing a -usesvn to tell theReid Spencer2007-04-031-62/+147
| | | | | | | | | | 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
* Add an option to enable lli (interpreter mode) testing.Reid Spencer2006-11-241-0/+3
| | | | llvm-svn: 31899
* 80 cols fix.Reid Spencer2006-10-191-1/+2
| | | | llvm-svn: 31050
* Wrong directory.Jim Laskey2006-09-291-2/+2
| | | | llvm-svn: 30669
* Fix search file for -release.Jim Laskey2006-09-281-2/+2
| | | | llvm-svn: 30647
* Add support for -release-asserts.Jim Laskey2006-09-281-1/+9
| | | | llvm-svn: 30646
* Trim the home directory from the dejagnu testJim Laskey2006-09-201-3/+2
| | | | llvm-svn: 30519
* Switching to NewNightlyTest.phpJim Laskey2006-09-151-4/+8
| | | | llvm-svn: 30394
* Issue cvs co with -P option to prune empty directories. Remove the unnecessaryEvan Cheng2006-08-291-5/+1
| | | | | | update stage. llvm-svn: 29955
* Corrected an error that was introduced yesterday that caused the GCCPatrick Jenkins2006-08-221-37/+35
| | | | | | | | | | 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
* The new nightly tester should stop outputing a message stating thePatrick Jenkins2006-08-211-22/+24
| | | | | | testresults directory is not present unless the script is run as verbose. llvm-svn: 29797
* These changes reflect the changes in the database for how tests are storedPatrick Jenkins2006-08-181-51/+26
| | | | | | and bring the handing of dejagnu tests into compliance with this new scheme. llvm-svn: 29772
* Changing the format dejagnu tests are submitted. We used to only submit ↵Patrick Jenkins2006-08-171-19/+23
| | | | | | 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
* My last commit added some experimental features I have been working on. This ↵Patrick Jenkins2006-08-161-18/+19
| | | | | | commit rolls those back. llvm-svn: 29738
* Changed the call to countloc.sh so that the correct topdirectory of the llvm ↵Patrick Jenkins2006-08-161-20/+19
| | | | | | build is set. llvm-svn: 29736
* Make all tools that use llvmdo have a -topdir option that allows the topReid Spencer2006-08-141-1/+1
| | | | | | | | | | | 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
* Added some comments to clarify code around sub TestDirectoryPatrick Jenkins2006-08-141-2/+1
| | | | llvm-svn: 29658
* Changes for LLVM coding standard compliance:Reid Spencer2006-08-131-508/+491
| | | | | | | | | | | | | 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
* Added two flags (-submit-server and -submit-script) which allow the user to ↵Patrick Jenkins2006-08-111-5/+18
| | | | | | specify where the test results are submitted too. If these are not specified they default to the LLVM.org server. llvm-svn: 29633
* Merge some NightlyTest.pl changes.Evan Cheng2006-08-091-1/+5
| | | | llvm-svn: 29579
* Removed unneccesary output from nightly testerPatrick Jenkins2006-08-081-3/+3
| | | | llvm-svn: 29565
* Reinstated the sending of a list of all dejagnutests run. Also fixed a ↵Patrick Jenkins2006-08-071-2/+2
| | | | | | 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
* no longer sending the list of all dejagnu tests because it is too big at the ↵Patrick Jenkins2006-08-061-1/+1
| | | | | | present time llvm-svn: 29537
* Changed a = to a .= so we now append tests we have performed to the master ↵Patrick Jenkins2006-08-041-3/+3
| | | | | | list of all tests instead of assigning it as the master list. llvm-svn: 29531
* Made some more changes to the print statements in the nightly tester. The ↵Patrick Jenkins2006-08-041-10/+7
| | | | | | last commit was a preemptive strike. llvm-svn: 29526
* Encapsulated all of the print statements in "if( $VERBOSE) { }". The testing ↵Patrick Jenkins2006-08-041-6/+6
| | | | | | script will be absoutely silent now except for errors, which will still be printed to the annoyance of the user. llvm-svn: 29525
* We should now send the correct list of dejagnu tests instead of the csv file ↵Patrick Jenkins2006-08-041-1/+5
| | | | | | of test results when we submit results back to the nightly tester. llvm-svn: 29523
* One of the directories we were searching in for .o and .a files was wrong. ↵Patrick Jenkins2006-08-031-2/+2
| | | | | | We now search /lib instead of /libs. llvm-svn: 29496
* We now only search the following directories for .o and .a files:Patrick Jenkins2006-08-021-3/+22
| | | | | | | | | | utils/ libs/ tools/ Release/ & Debug/ as per Chris. llvm-svn: 29488
* Removed some dead code and hopefully fixed the issue where the total list of ↵Patrick Jenkins2006-08-021-132/+53
| | | | | | tests was not being sent llvm-svn: 29476
* fix externalsAndrew Lenharth2006-07-291-2/+2
| | | | llvm-svn: 29409
* Removed some unneccesary printing from the nightly tester.Patrick Jenkins2006-07-281-6/+0
| | | | llvm-svn: 29377
* Removed some unneccesary print statemntsPatrick Jenkins2006-07-271-1/+0
| | | | llvm-svn: 29362
* ChangeDir now returns the correct valuePatrick Jenkins2006-07-271-1/+2
| | | | llvm-svn: 29361
* Fixed a stupid error where changedir returned false upon success.Patrick Jenkins2006-07-271-2/+1
| | | | llvm-svn: 29357
* Added more descriptive output to singlesource,multisource tests.Patrick Jenkins2006-07-271-24/+30
| | | | llvm-svn: 29353
* Removed some clutter that was left over from development.Patrick Jenkins2006-07-271-48/+39
| | | | | | Changed how changedir worked. Hopefully now when it fails it will tell us why. llvm-svn: 29352
* I made a stupid mistake when adding support for -use-gmake. ~PJPatrick Jenkins2006-07-271-1/+1
| | | | llvm-svn: 29321
OpenPOWER on IntegriCloud