aboutsummaryrefslogtreecommitdiffstats
path: root/utils/NewNightlyTest.pl
Commit message (Expand)AuthorAgeFilesLines
* Trim the home directory from the dejagnu testJim Laskey2006-09-201-3/+2
* Switching to NewNightlyTest.phpJim Laskey2006-09-151-4/+8
* Issue cvs co with -P option to prune empty directories. Remove the unnecessaryEvan Cheng2006-08-291-5/+1
* Corrected an error that was introduced yesterday that caused the GCCPatrick Jenkins2006-08-221-37/+35
* The new nightly tester should stop outputing a message stating thePatrick Jenkins2006-08-211-22/+24
* These changes reflect the changes in the database for how tests are storedPatrick Jenkins2006-08-181-51/+26
* Changing the format dejagnu tests are submitted. We used to only submit multi...Patrick Jenkins2006-08-171-19/+23
* My last commit added some experimental features I have been working on. This ...Patrick Jenkins2006-08-161-18/+19
* Changed the call to countloc.sh so that the correct topdirectory of the llvm ...Patrick Jenkins2006-08-161-20/+19
* Make all tools that use llvmdo have a -topdir option that allows the topReid Spencer2006-08-141-1/+1
* Added some comments to clarify code around sub TestDirectoryPatrick Jenkins2006-08-141-2/+1
* Changes for LLVM coding standard compliance:Reid Spencer2006-08-131-508/+491
* Added two flags (-submit-server and -submit-script) which allow the user to s...Patrick Jenkins2006-08-111-5/+18
* Merge some NightlyTest.pl changes.Evan Cheng2006-08-091-1/+5
* Removed unneccesary output from nightly testerPatrick Jenkins2006-08-081-3/+3
* Reinstated the sending of a list of all dejagnutests run. Also fixed a rather...Patrick Jenkins2006-08-071-2/+2
* no longer sending the list of all dejagnu tests because it is too big at the ...Patrick Jenkins2006-08-061-1/+1
* Changed a = to a .= so we now append tests we have performed to the master li...Patrick Jenkins2006-08-041-3/+3
* Made some more changes to the print statements in the nightly tester. The las...Patrick Jenkins2006-08-041-10/+7
* Encapsulated all of the print statements in "if( $VERBOSE) { }". The testing ...Patrick Jenkins2006-08-041-6/+6
* We should now send the correct list of dejagnu tests instead of the csv file ...Patrick Jenkins2006-08-041-1/+5
* One of the directories we were searching in for .o and .a files was wrong. We...Patrick Jenkins2006-08-031-2/+2
* We now only search the following directories for .o and .a files:Patrick Jenkins2006-08-021-3/+22
* Removed some dead code and hopefully fixed the issue where the total list of ...Patrick Jenkins2006-08-021-132/+53
* fix externalsAndrew Lenharth2006-07-291-2/+2
* Removed some unneccesary printing from the nightly tester.Patrick Jenkins2006-07-281-6/+0
* Removed some unneccesary print statemntsPatrick Jenkins2006-07-271-1/+0
* ChangeDir now returns the correct valuePatrick Jenkins2006-07-271-1/+2
* Fixed a stupid error where changedir returned false upon success.Patrick Jenkins2006-07-271-2/+1
* Added more descriptive output to singlesource,multisource tests.Patrick Jenkins2006-07-271-24/+30
* Removed some clutter that was left over from development.Patrick Jenkins2006-07-271-48/+39
* I made a stupid mistake when adding support for -use-gmake. ~PJPatrick Jenkins2006-07-271-1/+1
* added support for the -use-gmake option. This will come in handy when running...Patrick Jenkins2006-07-271-12/+10
* This change will allow support for SunOS to the testing script. It adds a che...Patrick Jenkins2006-07-271-17/+39
* Fixing a syntax error and adding buildtype to the .a and .o file size informa...Patrick Jenkins2006-07-231-4/+8
* When the ability to gather .a and .o file sizes was added, it changed the dir...Patrick Jenkins2006-07-231-25/+32
* added status message during nightly testPatrick Jenkins2006-07-221-2/+4
* Added a check to skip dejagnu test results gathering if we did not run dejagn...Patrick Jenkins2006-07-211-11/+13
* Fixed an issue of variable scope that prevented file size from being submitte...Patrick Jenkins2006-07-211-4/+6
* Added code to get .a and .o file sizes and submit them to the server in the n...Patrick Jenkins2006-07-211-1/+19
* Fixed issue where nightly test always tells you you need to use -nicknamePatrick Jenkins2006-07-211-2/+1
* The nightly tester will no longer report numbers instead of tests performed.Patrick Jenkins2006-07-211-3/+3
* We now fail and print an error message if a nightly tester does not specify a...Patrick Jenkins2006-07-201-0/+8
* Fixed a problem that caused the script to abort right before it sent out the ...Patrick Jenkins2006-07-201-1/+1
* Removed the portion that determines which tests are newly passing/failing bec...Patrick Jenkins2006-07-191-78/+99
* yet another change to get the correct gcc version for the nightly test results.Patrick Jenkins2006-07-181-3/+4
* Minor output changes.Patrick Jenkins2006-07-181-1/+4
* If a gccpath is specified when invoking the nightly test script we will hopef...Patrick Jenkins2006-07-171-5/+9
* Fixed an issue where the user specified gcc was not the gcc we report to the ...Patrick Jenkins2006-07-141-2/+10
* Syntax error. I will run perl -c before commiting perl scripts.Patrick Jenkins2006-07-131-1/+1