- 54f9759 Avoid a problem with ulimit on Solaris & friends, patch by Edward O'Callaghan! by Daniel Dunbar · 15 years ago
- b2f8806 Fix ocaml tests for 64-bit MacOS systems. LLVM is currently built by Bob Wilson · 15 years ago
- 1b6d3da Clarify how to configure llvm-gcc-4.2 for use with by Shantonu Sen · 15 years ago
- ab192b7 Add more ulimit limits, to catch more kinds of runaway behavior. by Dan Gohman · 16 years ago
- 802cd84 Re-commit r67334 and r67349 with fix. by Evan Cheng · 16 years ago
- faf880f Revert r67334 and r37349 which break "make check" on Linux. by Nick Lewycky · 16 years ago
- 817046e More makefile changes to allow dejagnu tests to pass when system tools default to a different target from the llvm configuration (e.g. 64-bit gcc and 32-bit llvm). by Evan Cheng · 16 years ago
- 38ead32 Trailing whitespace. by Mikhail Glushenkov · 16 years ago
- cd45eaa make sure that make fully evaluates variables when determining how compile_c and by Chris Lattner · 16 years ago
- 6748f04 Run dsymutil on darwin, when it is expected, before running gdb test. by Devang Patel · 16 years ago
- 33d0a03 * Quoted the executable 'runtest' to emphasize the binary needed; by Misha Brukman · 16 years ago
- 5eb009a Removed extra spaces. by Misha Brukman · 16 years ago
- 237033e Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. by Torok Edwin · 16 years ago
- 2bdc07b add support for running the test suite with valgrind. to run it just type 'make VG=1', as in clang by Nuno Lopes · 16 years ago
- ef89bbb Add EXTRA_OPTIONS on the llvmgxx command line. by Devang Patel · 17 years ago
- 00dd691 Add EXTRA_OPTIONS on the llvmgcc command line. by Devang Patel · 17 years ago
- 856ce2d Do not pass -g flag when compiling tests, so remove the C.Flags. This only happens if you have a debug build of llvm. by Tanya Lattner · 17 years ago
- 27137a5 Fix a typo by Chris Lattner · 17 years ago
- 1514010 unbreak check-one by supplying a dummy "verbose" procedure by Gabor Greif · 17 years ago
- 684ed3d While hunting for two hanging tests, by Gabor Greif · 17 years ago
- 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
- 6530e9d Add explicit --enable-bindings option to configure. by Gordon Henriksen · 17 years ago
- 0908d49 by Gordon Henriksen · 17 years ago
- e41f23f For PR1411: Don't try to use {} bracketing when setting a variable in site.exp by Reid Spencer · 18 years ago
- 51162ba Pass the LLVMGCC_LANGS variable through to Tcl. by Reid Spencer · 18 years ago
- e5190d2 Add the TARGETS_TO_BUILD variable. by Reid Spencer · 18 years ago
- 64609d3 Look for site.exp in the build directory, not the source directory. by Duncan Sands · 18 years ago
- 470f260 We don't need the path to be set for llvmgcc/llvmgxx any more. by Reid Spencer · 18 years ago
- 42f98e5 Echo command lines only if the user wants them. by Reid Spencer · 18 years ago
- 9df5561 Add a new testing target: check-one. It is used like this: by Reid Spencer · 18 years ago
- 4e3e115 Make the shlibext and llvmlibsdir variables accessible. by Reid Spencer · 18 years ago
- 3d89bc5 Make new variables available: compile_c, compile_cxx, link to handle tests by Reid Spencer · 18 years ago
- ec68fd4 For PR1196: by Reid Spencer · 18 years ago
- 82d5ee5 Add a gxxcmd variable for the g++ command line used to build llvm. by Reid Spencer · 18 years ago
- fb15c00 Regression is gone, don't try to find it on clean target. by Reid Spencer · 18 years ago
- b18ec66 Enable path completion when typing the TESTSUITE= option by allowing the by Reid Spencer · 18 years ago
- 03ed625 If dejagnu is not found, tell the user instead of bombing out with an by Chris Lattner · 18 years ago
- 492196c Fix a problem where dejagnu won't accept the value of global tcl variable by Reid Spencer · 18 years ago
- 15d4059 Provide an infrastructure for testing the llvm2cpp program (yet to be by Reid Spencer · 18 years ago
- db4264f Use quotes properly so that the possibility of a null variable set is by Reid Spencer · 19 years ago
- 1c62195 Added llvmgcc version to allow tests to be xfailed by frontend version. by Tanya Lattner · 19 years ago
- 805ab07 Add the variable llvmgccmajvers to the site.exp file. This will contain by Reid Spencer · 19 years ago
- 87df363 Add a test that runs the ParallelJIT example program to ensure that the by Reid Spencer · 19 years ago
- 70dd521 Remove trailing blank line, just to test whether the new commit script by Reid Spencer · 19 years ago
- 2a43970 Finally get the quoting right for both Unix and Windows for the llvmgcc and by Reid Spencer · 19 years ago
- 13a2903 Allow dejagnu tests to run on Windows/Cygwin. Quote the value of the PATH by Reid Spencer · 20 years ago
- 2d7eb98 Make sure the path is properly set in the llvmgcc and llvmgxx variables. by Reid Spencer · 20 years ago
- 4a25494 The dejagnu scripts need a path for llvm-gcc/llvm-g++ as well so use the by Reid Spencer · 20 years ago
- c553403 For PR432: * Use LLVMGCC and LLVMGXX variables instead of computing the name by Reid Spencer · 20 years ago
- 60bdce6 Dejagnu doesn't work if you do TESTSUITE=.../ by Chris Lattner · 20 years ago
- 06c2e66 Remove the last pieces of QMTest. by John Criswell · 20 years ago
- 135e1d8 Change check to check-local per Makefile.rules changes. by Reid Spencer · 20 years ago
- ed2040d Failing Feature/Regression test should fail the build by Reid Spencer · 20 years ago
- 0e2f492 Clean feature also by Chris Lattner · 20 years ago
- 9f97b4c Made it default to check instead of check-dejagnu. by Tanya Lattner · 20 years ago
- 78887f4 Added TCLSH var to site.exp. by Tanya Lattner · 20 years ago
- 5b0a4ff If TESTSUITE is set, we obviously want to run dejagnu by Chris Lattner · 20 years ago
- baf790e Don't stop make if there are XFAIL or XPASSes by Chris Lattner · 20 years ago
- d85f0af setting path to prcontext.tcl script. Right now it searches for tclsh in your path, but this should be obtained from configure. by Tanya Lattner · 20 years ago
- 8db573e1 Document quick-test target. by Reid Spencer · 20 years ago
- ed8c089 Add a quick-test target that uses QUICKTEST variable to quickly run a by Reid Spencer · 20 years ago
- 440add2 Move path override in test/Makefile. by Alkis Evlogimenos · 20 years ago
- 00a7469 Now using path to python found by configure. by Tanya Lattner · 20 years ago
- 4b8f82f Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This by Reid Spencer · 20 years ago
- d09fbdc Changed TEST to TESTSUITE by Tanya Lattner · 20 years ago
- 491e9cd Changed check-dejagnu to take TESTSUITE as its args instead of TEST in order to not conflict with other stuff. Added path for test/Scripts. Also added a check to deal with TESTSUITE and runtest flags. by Tanya Lattner · 20 years ago
- 38ed80a Added support to specify which test suite dejagnu should run (Feature or Regression). Use TEST=suite by Tanya Lattner · 20 years ago
- 12d632c Add missing file header by Chris Lattner · 20 years ago
- 7a7cb4c Added rough support for dejagnu testing. Changes need to be made to autoconf to provide the target_triplet and to check for 'grep -C' which would be used instead of the python script we have now. Eventually the python script should be converted to bash. by Tanya Lattner · 20 years ago
- 64aeb00 CONFIGURATION isn't spelled Configuration, it's spelled BuildMode. by Brian Gaeke · 20 years ago
- cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
- eb32ffe Per Bug 257 by Reid Spencer · 20 years ago
- 955a742 Add support for using the prcontext python script instead of grep -C. by John Criswell · 20 years ago
- d179961 Merged in RELEASE_12. by John Criswell · 21 years ago
- f19ae4c Separate out target for cleaning up qmtest garbage. by Brian Gaeke · 21 years ago
- aa74118 Clean more qmtest files. by Brian Gaeke · 21 years ago
- 34d25f1 Blow away compiled versions of qmtest classes on 'make clean'. by Brian Gaeke · 21 years ago
- 236c4d4 We now support different expectations for different OS's/architectures. by John Criswell · 21 years ago
- d184c67 Merged RELEASE_1. by John Criswell · 21 years ago
- 4920792 Do not report errors if QMTest returns a non-zero value. by John Criswell · 21 years ago
- ab9585f Quote qmtest args in $(CONTEXT). by Brian Gaeke · 21 years ago
- ce0ea77 Removed the AnalyzeTest class. by John Criswell · 21 years ago
- 9fd50e2 Make the clean target remove the QMTest temporary directory. by John Criswell · 21 years ago
- 0c9efc2 Fixed the location of the expectations file. by John Criswell · 21 years ago
- f424d74 Switching over to the new test database. by John Criswell · 21 years ago
- 28e7767 Added the CXXTest test class. by John Criswell · 21 years ago
- 1ce5c59 Allow multiple object trees to use the source tree tests at once by by John Criswell · 21 years ago
- 538a317 QMTest test and resource classes are always register before running the tests. by John Criswell · 21 years ago
- f780f77 Added the .t implicit rule. You can now run an individual set of QMTests by by John Criswell · 21 years ago
- ee29d2a Checkin of autoconf-style object root. by John Criswell · 21 years ago
- 299e15e Added the ability to run the QMTests. It is currently not enabled by default, by John Criswell · 21 years ago
- 62f0e46 Removed Makefile.common. by John Criswell · 21 years ago
- c433e64 libraries is used for internal stuff, not as a real testcase by Chris Lattner · 22 years ago
- fad0f52 include Makefile.tests. by Vikram S. Adve · 23 years ago
- 52a4e85 More rules checked in by Chris Lattner · 23 years ago
- 3e81173 New minimal makefile by Chris Lattner · 23 years ago
- 1b654bd Rename Makefile.target to Makefile.tests. Make all a :: target. by Vikram S. Adve · 23 years ago
- b15f64c Run testsparc, not testcodegen for testing the back end. by Vikram S. Adve · 23 years ago
- 48e9f40 Build Programs subdirectory by Chris Lattner · 23 years ago
- 38b8620 Replaced another HERE. by Vikram S. Adve · 23 years ago