aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib/llvm.exp
Commit message (Expand)AuthorAgeFilesLines
* Dan is right, using "string first" would produce false positives. So,Reid Spencer2007-04-231-7/+9
* Fix the comparison of language names to accept any characters by usingReid Spencer2007-04-221-1/+1
* Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a singleReid Spencer2007-04-211-28/+31
* Add the llvm_supports_target function.Reid Spencer2007-04-211-0/+9
* Test if the compiler supports Ada, and enable Ada tests if so. While I wasDuncan Sands2007-04-211-0/+17
* Always print the same "PR" information in the same location (just afterReid Spencer2007-04-211-5/+5
* Put failure information on a separate line. Hopefully this unbreaks theReid Spencer2007-04-211-4/+4
* Enable Objective-C tests.Devang Patel2007-04-201-0/+14
* Spelling fix.Duncan Sands2007-04-161-1/+1
* Change ne into !=.Duncan Sands2007-04-161-1/+1
* Two changes:Reid Spencer2007-04-151-2/+2
* Some tests have really long RUN line sets. Read the first 4096 bytes insteadReid Spencer2007-04-151-1/+1
* Allow lines that have \ and end in \ to be recognized as ending in \Reid Spencer2007-04-151-1/+1
* Two improvements:Reid Spencer2007-04-151-2/+2
* No, don't cancel all remaining tests, just the one that failed!Reid Spencer2007-04-151-1/+1
* Abandone the entire test case on the first error.Reid Spencer2007-04-151-4/+7
* Allow replacement of %% with %Reid Spencer2007-04-151-0/+2
* Changes to fix problems with "make check". Apparently you can redefineReid Spencer2007-04-141-3/+5
* For PR1319:Reid Spencer2007-04-141-6/+27
* 1. Don't generate redundant copy of stderrReid Spencer2007-04-141-2/+2
* Print full errorInfo when a failure occurs.Reid Spencer2007-04-141-1/+1
* Add the line number where the script failed to the error output.Reid Spencer2007-04-141-4/+6
* Initial version of a re-write of llvm-runtest that doesn't write theReid Spencer2007-04-141-0/+159