aboutsummaryrefslogtreecommitdiff
path: root/test/lib
AgeCommit message (Expand)Author
2008-10-21Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as.Torok Edwin
2008-10-07add support for running the test suite with valgrind. to run it just type 'ma...Nuno Lopes
2008-10-06Actually run Obj-C++ tests if llvm-gcc supports.Duncan Sands
2008-08-07Use correct compiler component names for objcDuncan Sands
2008-06-27Regression test for PR2443.Duncan Sands
2008-06-21Turn off llvm-gcc warnings when running "make check".Duncan Sands
2008-06-10Change llvm.exp so it no longer ignores some errors when executing dejagnuMatthijs Kooijman
2008-04-23Fix tests due to llvm2cpp move to llc targetAnton Korobeynikov
2008-03-25Byebye llvm-upgrade!Tanya Lattner
2008-03-13Fix error in testing for END. notation.Tanya Lattner
2008-03-10Fix PR2120 by changing the replacement order to change compile_cxx Chris Lattner
2008-02-26While hunting for two hanging tests,Gabor Greif
2007-11-28Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner
2007-11-06Implement the XTARGET feature for PR1778Tanya Lattner
2007-09-18Adding ocaml language bindings for the vmcore and bitwriter libraries. These areGordon Henriksen
2007-07-23The Ada f-e produces various auxiliary output filesDuncan Sands
2007-05-18Fix typo.Duncan Sands
2007-04-23Dan is right, using "string first" would produce false positives. So,Reid Spencer
2007-04-22Fix the comparison of language names to accept any characters by usingReid Spencer
2007-04-21Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a singleReid Spencer
2007-04-21llvm-dg.exp is dead, remove it.Reid Spencer
2007-04-21Add the llvm_supports_target function.Reid Spencer
2007-04-21Test if the compiler supports Ada, and enable Ada tests if so. While I wasDuncan Sands
2007-04-21Always print the same "PR" information in the same location (just afterReid Spencer
2007-04-21Put failure information on a separate line. Hopefully this unbreaks theReid Spencer
2007-04-20Enable Objective-C tests.Devang Patel
2007-04-16Spelling fix.Duncan Sands
2007-04-16Change ne into !=.Duncan Sands
2007-04-15Two changes:Reid Spencer
2007-04-15Some tests have really long RUN line sets. Read the first 4096 bytes insteadReid Spencer
2007-04-15Allow lines that have \ and end in \ to be recognized as ending in \Reid Spencer
2007-04-15Two improvements:Reid Spencer
2007-04-15No, don't cancel all remaining tests, just the one that failed!Reid Spencer
2007-04-15Abandone the entire test case on the first error.Reid Spencer
2007-04-15Allow replacement of %% with %Reid Spencer
2007-04-14Changes to fix problems with "make check". Apparently you can redefineReid Spencer
2007-04-14For PR1319:Reid Spencer
2007-04-141. Don't generate redundant copy of stderrReid Spencer
2007-04-14Print full errorInfo when a failure occurs.Reid Spencer
2007-04-14Add the line number where the script failed to the error output.Reid Spencer
2007-04-14Initial version of a re-write of llvm-runtest that doesn't write theReid Spencer
2007-04-12Make the shlibext and llvmlibsdir variables accessible.Reid Spencer
2007-04-11Make new variables available: compile_c, compile_cxx, link to handle testsReid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-04-11Update the way llvm2cpp tests are done:Reid Spencer
2006-06-01No, libLLVMbzip2 does not have a .a suffix.Reid Spencer
2006-06-01Fix gcc command line options after LLVMCore and LLVMbzip2 became archiveReid Spencer
2006-05-301. No need to thwart this test with an environment variable. Turning it offReid Spencer
2006-05-29Fix a bug with diffing the wrong files. Make output more readable.Reid Spencer
2006-05-28Fix a problem where dejagnu won't accept the value of global tcl variableReid Spencer